From a4d53dc461af55da86d90d7e795331d11f940fb4 Mon Sep 17 00:00:00 2001 From: Tim Jenness Date: Mon, 19 Dec 2016 12:39:09 -0700 Subject: [PATCH] V0.9.5 --- component.xml | 2 +- configure.ac | 2 +- pal.news | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/component.xml b/component.xml index 618193b..c7c1aae 100644 --- a/component.xml +++ b/component.xml @@ -3,7 +3,7 @@ - 0.9.4 + 0.9.5 libext/pal Positional Astronomy Library

diff --git a/configure.ac b/configure.ac index eb3d58a..f60f80c 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.4],[starlink@jiscmail.ac.uk]) +AC_INIT([pal],[0.9.5],[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 2efc7ac..a22725e 100644 --- a/pal.news +++ b/pal.news @@ -4,6 +4,11 @@ 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.5 + +- Add light deflection to palAmpqk. SLALIB always had it but for some reason + the relevant piece of code never got ported to PAL. + V0.9.4 - Add light deflection to palMapqkz (thanks to Scott Daniel)