From 687fdcf532455fe777461024b9f078eb7ead48cc Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Wed, 27 Mar 2002 20:14:26 +0000 Subject: [PATCH] Release 0.15 --- ChangeLog | 21 +++++++++++++++++++++ NEWS | 12 ++++++++++++ configure.in | 4 ++-- 3 files changed, 35 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 83afe3f..9e90d93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2002-03-27 Peter Verthez + + * release 0.15 + + * gedcom/multilex.c: Make the use of gedcom_init() mandatory. + +2002-03-17 Peter Verthez + + * gedcom/gedcom.y: Graceful error handling on bogus input. + + * t/path1.test, t/path2.test, t/pathtest.c: New tests (for the + GCONV_PATH environment variable). + + * Moved the test program to the t subdirectory. + + * standalone.c, doc/usage.html: Use of the gedcom_init() function. + + * gedcom/multilex.c, gedcom/encoding.*: Added gedcom_init() function + to avoid problem with GCONV_PATH environment variable (see note in + gedcom/encoding.c). + 2002-01-22 Peter Verthez * gedcom/gedcom.y, gedcom/compat.c, gedcom/compat.h: Added diff --git a/NEWS b/NEWS index 28a1bae..f784168 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,17 @@ NOTE: NO BACKWARD COMPATIBILITY IS GUARANTEED FOR 0.x RELEASES !! +release 0.15 (27 March 2002): + + - Again mainly a bugfixing release + + - Compatibility with ftree is added, all GEDCOM files written by ftree + should load fine now. + + - Note for developers: you now have to call the function gedcom_init() + as soon as possible in your program (before any character set handling + is done, see documentation for details). If the function has not been + called, gedcom_parse_file() will return an error. + release 0.14 (20 January 2002): - This is mainly a bugfixing release, no extra features have been added. diff --git a/configure.in b/configure.in index 6a1850e..88df9b3 100644 --- a/configure.in +++ b/configure.in @@ -8,7 +8,7 @@ dnl Global variables NAME=gedcom-parse AC_SUBST(NAME) -VERSION=0.14 +VERSION=0.15 VERSION_MAJOR=`echo $VERSION | sed 's/\..*$//'` changequote(<<,>>) VERSION_MINOR=`echo $VERSION | sed 's/^[^\.]*\.//'` @@ -17,7 +17,7 @@ AC_SUBST(VERSION_MAJOR) AC_SUBST(VERSION_MINOR) AC_SUBST(VERSION) -LIBVERSION=0:4 +LIBVERSION=0:5 AC_SUBST(LIBVERSION) SHELL=/bin/sh -- 2.30.2