Skip to content

Commit

Permalink
Update version number to 9.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dsberry committed Jun 26, 2024
1 parent af30e09 commit 7a16913
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
12 changes: 8 additions & 4 deletions ast.news
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -17,16 +17,20 @@ 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
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
----------------------
Expand Down
2 changes: 1 addition & 1 deletion component.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE component SYSTEM "componentinfo.dtd">

<component id="ast" support="S">
<version>9.2.10</version>
<version>9.2.11</version>
<path>libext/ast</path>
<description>WCS library</description>
<abstract>
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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],[[email protected]])
AC_CONFIG_AUX_DIR([build-aux])
Expand Down

0 comments on commit 7a16913

Please sign in to comment.