Change logs for flexml source package in Hardy

  • flexml (1.8-1) unstable; urgency=low
    
      * Do not load unistd on windows platforms since this does not exist
      * Improve the error message when receiving an opening tag instead of
        the expected closing tag. This happens at least when the DTD
        enforces the tag order and this order is not followed.
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  23 Oct 2007 16:09:00 +0100
  • flexml (1.7-1) unstable; urgency=low
    
      [William Dowling]
      * 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)
      * Fix #1538171: Only display the stacknames when they are defined (they
        are not in the prolog)
      * 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.
      * 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.
    
    flexml (1.5.3-1) unstable; urgency=low
    
      * New option: --sysid to override the system id
      * Kill any non ascii char from the distrib. They were latin1, I use utf8
        so they annoyed me for not much benefit. I could have switched to utf8,
        but it would have annoyed other people, I'm sure.
      * Kill the EnlargeFlex.patch: was integrated into flex a few ages ago.
    
    flexml (1.5.2-1) unstable; urgency=low
    
      * Bug fix: do find the skeleton file in installed distributions
    
    flexml (1.5.1-1) unstable; urgency=low
    
      * Tests used to rely on wget to fetch a dtd. Include this in the tarball
        instead.
    
    flexml (1.5-1) unstable; urgency=low
    
      [William Dowling]
      * Fix bug 1498401 "Parser loops on empty entity expansion" (l. 251);
      * Fix bug 1498407 "Cannot have ELEMENT with same name as ATTLIST" (ll. 674-5);
      * Fix bug 1498418 "ENTITY attribute type unimplemented." (ll. 842-51).
    
      [Martin Quinson]
      (upstream)
      * Switch to Getopt::Long (I hope I didn't break anything)
      * Add long version of each command line option
      * Allow to override the scanner, header, application names using an
        optionnal argument along to -S -H -A options.
      (debian package)
      * Switch to debhelper level 5 (at least try to, change seem to be ignored)
      * Run the test suite in the process of package building
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  07 Nov 2006 01:34:53 +0000