Finishing up for release.
authorPeter Verthez <Peter.Verthez@advalvas.be>
Mon, 30 Dec 2002 14:02:29 +0000 (14:02 +0000)
committerPeter Verthez <Peter.Verthez@advalvas.be>
Mon, 30 Dec 2002 14:02:29 +0000 (14:02 +0000)
ChangeLog
NEWS
README
utf8/AUTHORS
utf8/ChangeLog
utf8/NEWS
utf8/README

index d6aed350d59693fb15cca969f78d9b99c112c271..ee0992e4088a435c7e96952a0288bb29b0eea3aa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2002-12-30  Peter Verthez  <Peter.Verthez@advalvas.be>
 
+       * release 0.20.0
+
        * gedcom/write.c: Give warning if character set in HEAD.CHAR is not
        the same as current character set (and force value).
 
diff --git a/NEWS b/NEWS
index ff9e55f8a26a9d0fc4cc4f93d74d02dd3f5f6e8c..41fbeda6e3cc7f5c8f7acc3647eeeee373d41058 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
 NOTE: NO BACKWARD COMPATIBILITY IS GUARANTEED FOR 0.x RELEASES !!
 
-release 0.20.0 (NOT RELEASED YET):
+release 0.20.0 (30 December 2002):
+
+ - The release numbering scheme is changed to a three-part version number.
+   Patches will just update the last digit.
 
  - The library should now be portable, i.e it should work on any POSIX system.
    On systems lacking glibc, libiconv is needed (see README).
@@ -19,6 +22,7 @@ release 0.20.0 (NOT RELEASED YET):
         - support for writing Gedcom files
      - development support:
         - m4 macro that can be used in configure.in
+        - gedcom-config script for linking and compilation flags
 
  - The library now comes with an extra shared library (libutf8tools),
    which needs to be linked in in any programs that use the gedcom parser
diff --git a/README b/README
index d2dbe71370093ba00c281532c9cace2ed39d233d..43a43791ff8152af406e54aeeb05597897ce2c63 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,8 @@
 The Gedcom parser library (release @VERSION@)
 -------------------------
 The Gedcom parser library is a C library that provides an API to applications
-to parse and process arbitrary genealogy files in the standard gedcom format.
+to parse, process and write arbitrary genealogy files in the standard gedcom
+format.
 
 Its main features are:
 
@@ -23,13 +24,15 @@ Its main features are:
  - internationalization of the error and warning messages
 
  - specific parsing of date values to a calendar-neutral date system (Julian
-   days aka serial day numbers); the date parser can be called separately
+   days aka serial day numbers); the date parser can be called separately and
+   dates can be manipulated
 
  - specific parsing and checking of cross-references
 
  - specific parsing of age values
 
- - support for writing Gedcom files
+ - support for writing Gedcom files (both in line-by-line format, or via the
+   Gedcom object model)
 
  - "compatibility-mode" parsing, to allow for not-exactly-standard syntaxes
    used by other genealogy programs; currently, compatibility is added for:
@@ -92,6 +95,11 @@ This is simply:
   make
   make install
 
+If libiconv is not automatically found, you can give its path to configure,
+for example, if the library lives in /home/mydir/lib:
+
+  ./configure --with-libiconv-prefix=/home/mydir
+
 You can also run some tests via:
   make check
 
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..f91063f3b0adfe970dc9067ddf8dac60f18071de 100644 (file)
@@ -0,0 +1,7 @@
+Authors of utf8tools:
+
+Design and implementation:
+  Peter Verthez <Peter.Verthez@advalvas.be>
+
+# $Id$
+# $Name$
index aef4ab7cf32b58cad511b8655f8398fc8e20e57d..3420dabe2d3d3d1d1dcaec956f69f3e1c27f6fff 100644 (file)
@@ -1,3 +1,7 @@
+2002-12-30  Peter Verthez  <Peter.Verthez@advalvas.be>
+
+       * release 0.1.0
+
 2002-12-28  Peter Verthez  <Peter.Verthez@advalvas.be>
 
        * doc/utf8tools.html: Documentation for the library
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..df7fa0f1136823f1bdfdbfd3b776400da774b972 100644 (file)
--- a/utf8/NEWS
+++ b/utf8/NEWS
@@ -0,0 +1,6 @@
+release 0.1.0 (30 December 2002):
+
+ - This initial release is part of gedcom-parse 0.20.0.
+  
+# $Id$
+# $Name$
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..d3ba6ff2e0abd06974ecce863d97edd6c87a350c 100644 (file)
@@ -0,0 +1,9 @@
+This is libutf8tools, a library with tools to manipulate and convert
+UTF-8 strings.  It is installed together with gedcom-parse.
+
+See the doc subdirectory for documentation.
+
+
+###############################################################################
+# $Id$
+# $Name$