Update of /cvsroot/flexml/flexml/debian
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv22892/debian
Modified Files:
changelog
Log Message:
Version 1.8.1: Remove root tag starting condition from the list when checking whether the current tag is allowed here or not. Either it is, or it is checked by elsewhere or the root tag does not exist (raising a warning at lexing time)
Index: changelog
===================================================================
RCS file: /cvsroot/flexml/flexml/debian/changelog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- changelog 11 Oct 2007 10:00:15 -0000 1.34
+++ changelog 9 Nov 2007 13:38:21 -0000 1.35
@@ -1,3 +1,12 @@
+flexml (1.8.1-1) unstable; urgency=low
+
+ * Remove root tag starting condition from the list when checking
+ whether the current tag is allowed here or not. Either it is, or it
+ is checked by elsewhere or the root tag does not exist (raising a
+ warning at compilation time)
+
+ -- Martin Quinson <mqu...@de...> Thu, 08 Nov 2007 11:46:09 +0100
+
flexml (1.8-1) unstable; urgency=low
* Do not load unistd on windows platforms since this does not exist
|