Skip to content

Commit

Permalink
V0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Aug 18, 2014
1 parent cb0a554 commit 8502d4c
Show file tree
Hide file tree
Showing 3 changed files with 22 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.5.0</version>
<version>0.5.1</version>
<path>libext/pal</path>
<description>Positional 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.5.0],[[email protected]])
AC_INIT([pal],[0.5.1],[[email protected]])
AC_CONFIG_AUX_DIR([build-aux])

dnl Require autoconf-2.50 at least
Expand Down
20 changes: 20 additions & 0 deletions pal.news
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ 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.5.1

The configure script was getting confused if run outside of
Starlink without using --without-starlink. This was because
$STARLINK is set in the script if it is not set and the
configure script was assuming $STARLINK would be unset
outside of a Starlink environment. The configure script
now keys off $STARLINK_DIR but that may interact badly
if STARLINK_DIR is set and --without-starlink is used.

An experimental SConstruct build script is now available
for users of scons.

SUN/267 has been synced up with the associated source files.

palIntin now respects the isblank configure check (as it
should have done all along).

Minor clean ups of some source prologues.

V0.5.0

Now works with ERFA <https://github.com/liberfa/erfa>.
Expand Down

0 comments on commit 8502d4c

Please sign in to comment.