Updates.
authorPeter Verthez <Peter.Verthez@advalvas.be>
Sat, 4 Jan 2003 18:47:31 +0000 (18:47 +0000)
committerPeter Verthez <Peter.Verthez@advalvas.be>
Sat, 4 Jan 2003 18:47:31 +0000 (18:47 +0000)
ChangeLog
NEWS

index ee0992e4088a435c7e96952a0288bb29b0eea3aa..9e64b559ac79ce6256e7aeef9d274ecd408b3b67 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+2003-01-04  Peter Verthez  <Peter.Verthez@advalvas.be>
+
+       * gedcom/compat.c, gedcom/gedcom.y: Some compatibility with PAF added.
+
+       * gedcom/multilex.c (determine_encoding): Recognize the UTF-8 byte
+       order mark.
+
+       * gom/change_date.c: Added functions to update timestamps in any
+       record.
+
+       * gedcom/compat.*, gedcom.y, gedcom_lex_common.c: Better separation
+       of compatibility handling.
+
+       * t/compat-*: Tests for compatibility handling.
+
+2003-01-03  Peter Verthez  <Peter.Verthez@advalvas.be>
+
+       * bin/gedcom-check.c: Added program to check validity of a GEDCOM file.
+
+2003-01-02  Peter Verthez  <Peter.Verthez@advalvas.be>
+
+       * gom/*: Added functions to add and remove records.
+
 2002-12-30  Peter Verthez  <Peter.Verthez@advalvas.be>
 
        * release 0.20.0
diff --git a/NEWS b/NEWS
index 41fbeda6e3cc7f5c8f7acc3647eeeee373d41058..6f4b19246ec159d963f19e2856e9275c8a212de3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,17 @@
 NOTE: NO BACKWARD COMPATIBILITY IS GUARANTEED FOR 0.x RELEASES !!
 
+release 0.21.0 (NOT RELEASED YET):
+
+ - New features (see documentation):
+     - C object model interface:
+        - functions to add and remove records
+        - functions to update timestamps in records
+     - programs:
+        - gedcom-check (checks standards compliancy of GEDCOM files)
+
+ - Some compatibility with PAF (Personal Ancestral File) is added (thanks
+   Hans Fugal).
+
 release 0.20.0 (30 December 2002):
 
  - The release numbering scheme is changed to a three-part version number.