|
From: Martin Q. <mar...@im...> - 2005-02-13 19:26:42
|
Ups, I forgot to announce the previous version to the list, sorry about that.
Here are the changelogs:
flexml (1.2-1) unstable; urgency=low
[Martin Quinson]
* Add a \n after the error messages when not using quiet_parsers
* Clarify the licence of the produced parsers. Thanks to Ulrik Petersen
for proposing the patch, and to Kristoffer H Rose for forwarding it.
[Arnaud Legrand]
* Add a -b option to modify the default FLEXML_BUFFERSTACKSIZE.
That is useful when you get an error like "Assertion next<limit' failed".
-- Martin Quinson <mqu...@de...> Sun, 13 Feb 2005 19:23:45 +0100
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]]]>;
* Do not print to stderr: add primitive error message facility;
[requests the user to pool for error messages with parse_err_msg()]
* Allow multiple calls/multiple returns, so flexml-generated parsers
can parse document sequences (>1 document in a stream);
* Allow failure from all states (<*>) so flex scanner jammed does
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)
* Do not include the header if it wasn't generated (Closes: #62172)
(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
* Build-dep on flex
* Remove EnlargeFlex.patch from the debian package since this is
integrated in the stable version of flex (!)
* recognize the encoding attribute of the XML tag (Closes: #62171)
-- Martin Quinson <mqu...@de...> Thu, 10 Feb 2005 12:17:40 +0100
|