From: Martin Q. <mqu...@us...> - 2005-02-10 10:57:15
|
Update of /cvsroot/flexml/flexml/debian In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26873/debian Modified Files: changelog Log Message: Document last changes Index: changelog =================================================================== RCS file: /cvsroot/flexml/flexml/debian/changelog,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** changelog 25 Jan 2005 08:20:26 -0000 1.7 --- changelog 10 Feb 2005 10:57:01 -0000 1.8 *************** *** 1,9 **** flexml (1.1-1) unstable; urgency=low [Arnaud Legrand] * Fix a few bugs and make gcc happy. * Make flexml work with the current flex (closes: #192692, #192243). * Change the build-dep to flex and make lintian happy. ! [William Dowling] * Handle ']' at end of CDATA like: <![CDATA[val xxx]]]>; --- 1,11 ---- flexml (1.1-1) unstable; urgency=low + The "back to life" version (hopefully). + [Arnaud Legrand] * Fix a few bugs and make gcc happy. * Make flexml work with the current flex (closes: #192692, #192243). * Change the build-dep to flex and make lintian happy. ! [William Dowling] * Handle ']' at end of CDATA like: <![CDATA[val xxx]]]>; *************** *** 15,20 **** not occur. * Avoid using "new" as identifier since it breaks C++ ! -- Arnaud Legrand <Arn...@im...> Wed, 5 Jan 2005 10:27:58 -0800 flexml (1-6.1) unstable; urgency=low --- 17,37 ---- not occur. * Avoid using "new" as identifier since it breaks C++ + + [Martin Quinson] + (upstream) + * Let the user decide whether they want to keep the parser quiet and use + the second feature introduced by William above (flag -q), or if they + want to stick to the old behaviour (by default). + * Let the dist target work (and don't add the debian/ dir since flexml + should't be a native package) + (debian package) + * Put myself as maintainer. Thanks and kudos to Kristoffer for his work on + this neat tool. + * Switch from the deprecated dh_installmanpages to dh_installman + * Conflict with flex-old now that Arnaud fixed the issues + * Remove EnlargeFlex.patch from the debian package since this is + integrated in the stable version of flex (!) ! -- Martin Quinson <mqu...@de...> Thu, 10 Feb 2005 10:25:45 +0100 flexml (1-6.1) unstable; urgency=low |