Update of /cvsroot/flexml/flexml/debian
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv22409/debian
Modified Files:
changelog
Log Message:
Document last changes (also William ones), and fix a mistake in previous entry
Index: changelog
===================================================================
RCS file: /cvsroot/flexml/flexml/debian/changelog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- changelog 21 Apr 2006 23:36:11 -0000 1.22
+++ changelog 13 Jul 2006 19:07:34 -0000 1.23
@@ -1,9 +1,27 @@
+flexml (1.5-1) unstable; urgency=low
+
+ [William Dowling]
+ * Fix bug 1498401 "Parser loops on empty entity expansion" (l. 251);
+ * Fix bug 1498407 "Cannot have ELEMENT with same name as ATTLIST" (ll. 674-5);
+ * Fix bug 1498418 "ENTITY attribute type unimplemented." (ll. 842-51).
+
+ [Martin Quinson]
+ (upstream)
+ * Switch to Getopt::Long (I hope I didn't break anything)
+ * Add long version of each command line option
+ * Allow to override the scanner, header, application names using an
+ optionnal argument along to -S -H -A options.
+ (debian package)
+ * Run the test suite in the process of package building
+
+ -- Martin Quinson <mqu...@de...> Thu, 13 Jul 2006 20:27:50 +0200
+
flexml (1.4.1-1) unstable; urgency=low
* More fixes to get several parsers in the same C code:
- pass bufferstack to static too
- prefix the pcdata variable (WARNING: go fix your code using it)
- Interesingly enough, this seems to be needed on Mac OSX somehow
+ This seems to be needed with gcc 4.x
-- Martin Quinson <mqu...@de...> Sat, 22 Apr 2006 01:29:23 +0200
|