From 7a169130f1ca821fce6f21c7f08cc0d6b2edc50d Mon Sep 17 00:00:00 2001 From: David Berry Date: Wed, 26 Jun 2024 14:07:31 +0100 Subject: [PATCH] Update version number to 9.2.11 --- ast.news | 12 ++++++++---- component.xml | 2 +- configure.ac | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/ast.news b/ast.news index 6517397f..75d76618 100644 --- a/ast.news +++ b/ast.news @@ -1,6 +1,6 @@ AST Library ----------- - A new release (V9.2.10) of the Starlink AST (astrometry) library is + A new release (V9.2.11) of the Starlink AST (astrometry) library is now available. AST provides a comprehensive range of facilities for attaching @@ -17,6 +17,13 @@ environment-independent. Main Changes in this Version ---------------------------- +- A bug in the flagging of permanent memory blocks when AST is configured +--with-memdebug has been fixed. + + +Main Changes in V9.2.10 +----------------------- + - A bug has been fixed in the astRebinSeq4 wrapper where lbnd and ubnd had dimensions ndim_out rather than ndim_in. Additionally the dimension check error message was corrected to refer to input dimensions. These @@ -24,9 +31,6 @@ and other recent fixes to astRebinSeq were applied also to astRebin. - Some memory allocations in PolyMap were corrected. -- A bug in the flagging of permanent memory blocks when AST is configured ---with-memdebug has been fixed. - Main Changes in V9.2.9 ---------------------- diff --git a/component.xml b/component.xml index 8186c627..8159b9bd 100644 --- a/component.xml +++ b/component.xml @@ -2,7 +2,7 @@ - 9.2.10 + 9.2.11 libext/ast WCS library diff --git a/configure.ac b/configure.ac index 99ecd883..bf76c71a 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ dnl automake 1.6 or better. dnl Initialisation: package name and version number m4_define([v_maj], [9]) m4_define([v_min], [2]) -m4_define([v_mic], [10]) +m4_define([v_mic], [11]) m4_define([project_version], [v_maj.v_min.v_mic]) AC_INIT([ast],[project_version],[starlink@jiscmail.ac.uk]) AC_CONFIG_AUX_DIR([build-aux])