From e6579c96b2aa86d720fd14f2b2c092e0de7d21a2 Mon Sep 17 00:00:00 2001 From: Tim Jenness Date: Mon, 27 Aug 2012 17:08:49 -0700 Subject: [PATCH] Prepare for v0.3.0 release --- component.xml | 2 +- configure.ac | 2 +- pal.news | 8 ++++++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/component.xml b/component.xml index 505c780..ab60455 100644 --- a/component.xml +++ b/component.xml @@ -3,7 +3,7 @@ - 0.2.0 + 0.3.0 libext/pal Position Astronomy Library

diff --git a/configure.ac b/configure.ac index 02ccccc..930363a 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.2.0, starlink@jiscmail.ac.uk) +AC_INIT(pal, 0.3.0, starlink@jiscmail.ac.uk) dnl Require autoconf-2.50 at least AC_PREREQ(2.50) diff --git a/pal.news b/pal.news index 3a44859..5f3b63a 100644 --- a/pal.news +++ b/pal.news @@ -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