+2002-03-27 Peter Verthez <Peter.Verthez@advalvas.be>
+
+ * release 0.15
+
+ * gedcom/multilex.c: Make the use of gedcom_init() mandatory.
+
+2002-03-17 Peter Verthez <Peter.Verthez@advalvas.be>
+
+ * 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 <Peter.Verthez@advalvas.be>
* gedcom/gedcom.y, gedcom/compat.c, gedcom/compat.h: Added
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.