Release 0.14.
authorPeter Verthez <Peter.Verthez@advalvas.be>
Sun, 20 Jan 2002 13:54:11 +0000 (13:54 +0000)
committerPeter Verthez <Peter.Verthez@advalvas.be>
Sun, 20 Jan 2002 13:54:11 +0000 (13:54 +0000)
ChangeLog
NEWS
configure.in

index f23971d8a098d0800e63a7bb309b6803b75b4f94..30f8e7aa45f560ba2e8a154e2f05795f253f0c76 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2002-01-20  Peter Verthez  <Peter.Verthez@advalvas.be>
 
+       * release 0.14
+
        * restructured the test setup
 
 2002-01-19  Peter Verthez  <Peter.Verthez@advalvas.be>
diff --git a/NEWS b/NEWS
index 80af74e6effcec914d1e6c8b943b26b9626513e0..28a1bae48c2737e0d8538d7487e6ffeab93e2a23 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,13 @@
 NOTE: NO BACKWARD COMPATIBILITY IS GUARANTEED FOR 0.x RELEASES !!
 
+release 0.14 (20 January 2002):
+
+ - This is mainly a bugfixing release, no extra features have been added.
+
+ - Some example code is available on how to convert from UTF-8 to the locale
+   system, and how to check the library version via configure.in (see the
+   documentation for details).
+
 release 0.13 (5 January 2002):
 
  - Cross-references are now parsed and checked.  For this, an extra type is
index 6d8eabbda692bbf2d1798ca5f48486a5d62f83bb..e3a97b00e378e0cea2a8db15a1a995e162a6e423 100644 (file)
@@ -8,7 +8,7 @@ dnl Global variables
 NAME=gedcom-parse
 AC_SUBST(NAME)
 
-VERSION=0.13
+VERSION=0.14
 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:3
+LIBVERSION=0:4
 AC_SUBST(LIBVERSION)
 
 SHELL=/bin/sh