Skip to content

Commit

Permalink
Prepare for v0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Aug 28, 2012
1 parent 14c1fdc commit e6579c9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion component.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- component.xml. Generated from component.xml.in by configure. -->

<component id="pal" support="S">
<version>0.2.0</version>
<version>0.3.0</version>
<path>libext/pal</path>
<description>Position Astronomy Library</description>
<abstract><p>
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script
AC_REVISION($Revision: 27534 $)

dnl Initialisation: package name and version number
AC_INIT(pal, 0.2.0, [email protected])
AC_INIT(pal, 0.3.0, [email protected])

dnl Require autoconf-2.50 at least
AC_PREREQ(2.50)
Expand Down
8 changes: 8 additions & 0 deletions pal.news
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ The Starlink Positional Astronomy Library (PAL) is a C implementation of the
SLALIB API. It is distributed under the GPL and uses the SOFA library wherever
possible.

V0.3.0

Add refraction code and support palOap and palAop. For closer compatibility
with SLA for testing purposes the refraction routines internally use
clones of slaNutc, slaEqeqx, slaGmst and slaGeoc. Once the code has
been verified further the PAL/SOFA routines will be used instead. Switching
routines seems to change the results in palTest by about 0.05 arcsec.

V0.2.0

Improve configure script when not in a Starlink build environment. Use
Expand Down

0 comments on commit e6579c9

Please sign in to comment.