Skip to content

Commit

Permalink
Update version number to 9.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
grahambell committed Apr 18, 2023
1 parent b011fa0 commit 6cdea97
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
24 changes: 23 additions & 1 deletion ast.news
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AST Library
-----------
A new release (V9.2.8) of the Starlink AST (astrometry) library is
A new release (V9.2.10) of the Starlink AST (astrometry) library is
now available.

AST provides a comprehensive range of facilities for attaching
Expand All @@ -17,6 +17,27 @@ environment-independent.
Main Changes in this Version
----------------------------

- 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.


Main Changes in V9.2.9
----------------------

- Further changes were made to accomodate size_t string lengths in
gfortran V8.

- FitsChan private function RoundFString was updated to avoid copying
overlapping input and output strings.


Main Changes in V9.2.8
----------------------

- The Fortran interface has been changed to fix a bug caused by a change
in the way that gfortran passes character arguments. As of gfortran V8 the
length of each character argument passed to a subroutine is stored in a
Expand All @@ -33,6 +54,7 @@ weight per input pixel is calculated. It may cause some general minor
changes to the decision about which output pixels pass the "wlim"
criterion.


Main Changes in V9.2.7
----------------------

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.9</version>
<version>9.2.10</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], [9])
m4_define([v_mic], [10])
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 6cdea97

Please sign in to comment.