diff --git a/component.xml b/component.xml index 26dd974..618193b 100644 --- a/component.xml +++ b/component.xml @@ -3,7 +3,7 @@ - 0.9.3 + 0.9.4 libext/pal Positional Astronomy Library

diff --git a/configure.ac b/configure.ac index 02960bc..eb3d58a 100644 --- a/configure.ac +++ b/configure.ac @@ -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.9.3],[starlink@jiscmail.ac.uk]) +AC_INIT([pal],[0.9.4],[starlink@jiscmail.ac.uk]) AC_CONFIG_AUX_DIR([build-aux]) dnl Require autoconf-2.50 at least diff --git a/pal.news b/pal.news index 8f1632a..2efc7ac 100644 --- a/pal.news +++ b/pal.news @@ -4,6 +4,13 @@ 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.9.4 + +- Add light deflection to palMapqkz (thanks to Scott Daniel) +- Add test for palMapqk (thanks to Scott Daniel) +- Correctly disable documentation build when running outside of a Starlink + environment. + V0.9.3 - Fix value of small in palFk524. Typo in port from Fortran