Update of /cvsroot/flexml/flexml/debian
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv19618/debian
Modified Files:
changelog
Log Message:
The version we want to release is 1.6
Index: changelog
===================================================================
RCS file: /cvsroot/flexml/flexml/debian/changelog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- changelog 15 Sep 2006 19:58:31 -0000 1.30
+++ changelog 15 Sep 2006 22:45:01 -0000 1.31
@@ -1,16 +1,7 @@
-flexml (1.7-1) unstable; urgency=low
-
- * Fix 'multiple parsers' bug.
- * Fix bug #1558023 'REQUIRED attributes not validated correctly'.
- * Add -i command-line param to #include given file in output .l.
- * Add regression test cases.
-
- -- William Dowling <wil...@th...> Fri, 15 Sep 2006 15:43:51 -0400
-
flexml (1.6-1) unstable; urgency=low
[William Dowling]
- * Change the static buffstack into two dynamically allocated stacks.
+ * Change the static buffstack into two dynamically allocated stacks.
This get rids of any stack size limitation;
This also solves #1529930 (parsing mixed content fails on sparc/solaris,
which were caused by misaligned pointers)
@@ -19,9 +10,11 @@
* Fix a bufferstack memleak. This fixes both leaks of attributes and leaks
of pcdata. People using large XML files shouldn't have to use insane
buffsizes anymore.
- * Add a proper regression testing infrastructure.
+ * Fix bug #1558023 'REQUIRED attributes not validated correctly'.
+ * Add -i command-line param to #include given file in output .l.
+ * Add a proper regression testing infrastructure and some test cases.
- -- Martin Quinson <mqu...@de...> Tue, 22 Aug 2006 15:59:31 +0200
+ -- Martin Quinson <mqu...@de...> Sat, 16 Sep 2006 00:44:05 +0200
flexml (1.5.3-1) unstable; urgency=low
|