From: Martin Q. <mqu...@us...> - 2005-02-23 23:30:43
|
Update of /cvsroot/flexml/flexml/debian In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3818/debian Modified Files: changelog Log Message: Document 1.3 changes so far Index: changelog =================================================================== RCS file: /cvsroot/flexml/flexml/debian/changelog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- changelog 23 Feb 2005 21:52:03 -0000 1.15 +++ changelog 23 Feb 2005 23:30:07 -0000 1.16 @@ -1,3 +1,22 @@ +flexml (1.3-1) unstable; urgency=low + + [William Dowling] + (infrastructure) + * Enhance main makefile to allow versionned installs + * various cleanups to the makefiles + (generated parsers) + * Don't allocate the statenames array over and over (plug memleak) + * Try not to exaust the stack when possible + + [Ulrik Petersen] + * Fix statenames array on terminaison (plug memleak) + + [Martin Quinson] + (flexml.pl script) + * Get paranoid on file open()/close(). + + -- Martin Quinson <mqu...@de...> Thu, 24 Feb 2005 00:24:27 +0100 + flexml (1.2-2) unstable; urgency=low * drop conflict on flex-old since oldies are harmless here. |