From 6b3baf3b96f94314ce6cb24dc32be1b1ecfec9b4 Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Thu, 12 Sep 2002 19:41:40 +0000 Subject: [PATCH] Release 0.17 --- ChangeLog | 47 +++++++++++++++++++++++++++++++++++++++++++++++ NEWS | 6 ++++-- configure.in | 4 ++-- 3 files changed, 53 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index e1e1b5c..2b23755 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,52 @@ +2002-09-12 Peter Verthez + + * release 0.17 + + * gedcom/gedcom_lex_common.c, gedcom/interface.c, gedcom/message.c: + Fixes for internationalization. + + * doc/make_gom_xref, doc/usage.html: Documentation for the gedcom + object model. + +2002-09-09 Peter Verthez + + * gom/*: First check-in of gedcom object model. + +2002-09-08 Peter Verthez + + * all: More thorough error checking on library calls. + +2002-09-01 Peter Verthez + + * gedcom/gedcom.y: Use XREF_ANY for an association instead of XREF_INDI + + * include/gedcom.h.in, gedcom/xref.c: Added XREF_ANY for when type of + xref_value is not known yet. Added function gedcom_get_by_xref. + +2002-08-28 Peter Verthez + + * gedcom/interface.c: A little more checking (for duplicate + registration). + + * gedcom/age.c, gedcom/age.h, gedcom/gedcom.y, include/gedcom.h, + t/standalone.c: + Parsing age values. + +2002-08-25 Peter Verthez + + * gedcom/xref.c: Clean up xref table at exit (not after check), or when + new file is parsed. + + * include/gedcom.h.in, gedcom/interface.c, t/standalone.c: Added + extra argument to callback functions: the record/element identifier. + 2002-08-16 Peter Verthez + * gedcom/compat.*, gedcom/gedcom.y: Moved all compatibility handling + functions to compat.c; let default charset depend on the program. + + * t/test_script: Check for a core file. + * release 0.16 * t/dates.test, t/encoding_error.test: New tests. diff --git a/NEWS b/NEWS index c5f28cf..8aacfba 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,11 @@ NOTE: NO BACKWARD COMPATIBILITY IS GUARANTEED FOR 0.x RELEASES !! -release 0.17 (??): +release 0.17 (12 September 2002): - New features (see documentation): - - function gedcom_get_by_xref + - new function gedcom_get_by_xref + - age values are parsed + - gedcom object model in C - INTERFACE CHANGE: the callback functions now take an extra argument: the record/element identifier (that is also used as first argument in the diff --git a/configure.in b/configure.in index 9312b32..a1157fe 100644 --- a/configure.in +++ b/configure.in @@ -8,7 +8,7 @@ dnl Global variables NAME=gedcom-parse AC_SUBST(NAME) -VERSION=0.16 +VERSION=0.17 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:6 +LIBVERSION=0:7 AC_SUBST(LIBVERSION) SHELL=/bin/sh -- 2.30.2