Skip to content

Debian Changelog libxml-libxml-perl (1.59-2)

2006

libxml-libxml-perl (1.59-2) unstable; urgency=low

   * Removed some debugging code I accidentally left in.

 -- Florian Ragwitz <rafl@debian.org>  Thu, 3 Aug 2006 16:58:57 +0200

libxml-libxml-perl (1.59-1) unstable; urgency=low

   * New upstream release.
     + Fixes several memory leaks (Closes: #358524).
     + Adds default error method for XML::LibXML::SAX (Closes: #297885).
   * Bump Standards-Version to 3.7.2 (no changes).
   * Fixed some documentation typos in XML::LibXML::Node (Closes: #287473).

 -- Florian Ragwitz <rafl@debian.org>  Thu, 3 Aug 2006 16:12:11 +0200

2005

libxml-libxml-perl (1.58-3) unstable; urgency=low

   * Fixed syntax error in the maintainer scripts (Closes: #335843).

 -- Florian Ragwitz <rafl@debian.org>  Tue, 1 Nov 2005 11:15:43 +0100

libxml-libxml-perl (1.58-2) unstable; urgency=low

   * New Maintainer (Closes: #300236).
   * Bumped up Standards-Version.
   * debian/rules:
     + Cleaned up.
     + Run the test suite. Ignore its results.
     + First unpatch, then clean. Not the other way around.

 -- Florian Ragwitz <rafl@debian.org>  Mon, 31 Oct 2005 14:36:05 +0100

libxml-libxml-perl (1.58-1) unstable; urgency=low

   * QA Group upload orphaning this package
   * debian/libxml-libxml-perl.prerm: remove bashism
   * Incorporates previous NMUs (closes: #260832, #240334, #282439, #277469,
     #280410)
   * debian/control: Build-Depend on dpatch
   * debian/rules: Add dpatch support
   * Partially applied patch from Vincent Lefevre to correct a lot of typos in
     manpage (closes: #249529)

 -- Andrew Pollock <apollock@debian.org>  Tue, 16 Aug 2005 13:31:13 +1000

2004

libxml-libxml-perl (1.58-0.3) unstable; urgency=high

   * Non-maintainer upload.
   * Fixed callback issues appearing in threaded and mixed mod_perl/libphp4
     environments. (now calling xmlInitParser(), similar patch to that of Jason
     Adams for bug#240334)

 -- Michael Kröll <michael.kroell@uibk.ac.at>  Sat, 04 Dec 2004 16:27:20 +0100

libxml-libxml-perl (1.58-0.2) unstable; urgency=high

   * Non-maintainer upload.
   * Upload to non-delayed queue since it fixes a FTBFS of the previous NMU.
   * Applied patch by Michael Kröll.  Closes: #282439..

 -- Enrico Zini <enrico@debian.org>  Mon, 22 Nov 2004 22:24:30 +0100

libxml-libxml-perl (1.58-0.1) unstable; urgency=high

   * Non-maintainer upload
   * New upstream version.  Closes: bug#260832, bug#277469, bug#280410.
   * Integrated upstream version 1.58_1
   * Added RelaxNG and W3C Schema tests and rudimentary documentation from
     XML::LibXML CVS

 -- Michael Kröll <michael.kroell@uibk.ac.at>  Sun, 24 Oct 2004 10:17:04 +0200

libxml-libxml-perl (1.56-6.1) unstable; urgency=high

   * Non-maintainer upload
   * Applied patch by Jason Adams.  Closes: bug#240334.
   * Urgency set to high, as the module is not functional with mod_perl
     without this patch

 -- Enrico Zini <enrico@debian.org>  Wed, 22 Sep 2004 21:10:50 +0200

libxml-libxml-perl (1.56-6) unstable; urgency=low

   * Integrate CVS as of 20040115
   * Sign with subkey of real key (new UID)
   * Add Jay Bonci as co-maintainer

 -- Michael K. Edwards <medwards-debian@sane.net>  Mon, 19 Jan 2004 00:28:59 -0800

libxml-libxml-perl (1.56-5) unstable; urgency=low

   * Overhaul XSUB code to fix LibXML_error brain damage (first pass)
   * Test suite is now valgrind memcheck clean
   * Major memory leaks plugged, except cleanup from bad XML still needs work
     (remaining leakage is dominated by Perl objects that don't get GC'ed)

 -- Michael K. Edwards (in Debian context) <mkedeb@sane.net>  Thu, 15 Jan 2004 01:40:46 -0800

2003

libxml-libxml-perl (1.56-4) unstable; urgency=low

   * New maintainer (closes: Bug#210534)
   * debian/rules: rebuilt with dh-make-perl, add noopt support
   * t/02parse.t: bypass tests that crash due to regressions in libxml2
   * LibXML.xs: don't redeclare externs now in libxml2 globals.h
     (closes: Bug#225620)
   * LibXML.pm, LibXML.xs: fix spurious warnings during make test
   * lib/XML/LibXML/SAX.pm: inherit superclass using "use base" syntax
   * rebuild against perl v5.8.2, bump build-depends
   * rebuild against libxml2 v2.6.3-1, bump build-depends
   * debian/control: upgraded to Debian Policy 3.6.1 (no changes)

 -- Michael K. Edwards (in Debian context) <mkedeb@sane.net>  Tue, 30 Dec 2003 20:04:27 -0800

libxml-libxml-perl (1.56-3) unstable; urgency=low

   * rebuild against perl v5.8.1
     (closes: Bug#213652)
   * debian/control: updated build dependency on perl to '>= 5.8.1'
   * rebuild against libxml2 v2.5.11-2
     (closes: Bug#212784)
   * debian/control: updated build dependency on libxml2-dev to '>= 2.5.11-2'

 -- Ardo van Rangelrooij <ardo@debian.org>  Sat, 4 Oct 2003 10:21:46 -0500

libxml-libxml-perl (1.56-2) unstable; urgency=low

   * debian/control: hardcoded dependency in 'libxml2' to '>= 2.5.10' until
     libxml2 itself provides the correct library info
   * debian/rules: excluded 'libxml2' from 'dh_shlibdeps'

 -- Ardo van Rangelrooij <ardo@debian.org>  Fri, 5 Sep 2003 09:01:20 -0500

libxml-libxml-perl (1.56-1) unstable; urgency=low

   * New upstream release
   * debian/control: upgraded to Debian Policy 3.6.0 (no changes)
   * debian/control: updated build dependency on 'libxml2-dev' to '>= 2.5.10'
   * debian/contorl: added build dependency on 'zlib1g-dev (>= 1:1.1.4)'

 -- Ardo van Rangelrooij <ardo@debian.org>  Wed, 3 Sep 2003 22:09:28 -0500

libxml-libxml-perl (1.54-2) unstable; urgency=low

   * debian/control: removed unnecessary dependency on 'libxml-nodefilter-perl'

 -- Ardo van Rangelrooij <ardo@debian.org>  Mon, 9 Jun 2003 18:51:07 -0500

libxml-libxml-perl (1.54-1) unstable; urgency=low

   * New upstream release
     (closes: Bug#186824)
     - fixed to work with libxml2 v2.5.7
       (closes: Bug#187684)
     - fixed improper UTF-8 handling
       (closes: Bug#196373, Bug#194916)
   * debian/control: added build dependency on 'libgdome2-dev'
   * debian/control: added (build) dependency on 'libxml-libxml-common-perl'
   * debian/control: added dependency on 'libxml-nodefilter-perl'
   * XML::LibXML: fixed typo in manual page
     (closes: Bug#158294)
   * XML::/LibXML::SAX::Parser: fixed incorrectly prefix handling
     (closes: Bug#174612)
   * debian/libxml-libxml-perl.postinst: added XML::LibXML::SAX parser module
     registration
   * debian/libxml-libxml-perl.prerm: added XML::LibXML::SAX parser module
     deregistration
   * debian/rules: moved debhelper compatibility level setting to
     'debian/compat' per latest debhelper best practices
   * debian/control: updated sections according to latest archive changes:
     - 'libxml-libxml-perl' from 'interpreters' to 'perl'
   * debian/control: upgraded build dependency on 'debhelper' to '>= 4.1'
   * debian/control: upgraded to Debian Policy 3.5.10 (no changes)

 -- Ardo van Rangelrooij <ardo@debian.org>  Sun, 8 Jun 2003 19:01:12 -0500

2002

libxml-libxml-perl (1.52-5) unstable; urgency=low

   * Rebuild against libxml2 v2.4.28
     (closes: Bug#171508)
   * debian/control: upgraded to Debian Policy 3.5.8 (no changes)

 -- Ardo van Rangelrooij <ardo@debian.org>  Sun, 8 Dec 2002 17:07:43 -0600

libxml-libxml-perl (1.52-4) unstable; urgency=low

   * debian/rules: added erroneously removed 'dh_testroot' to 'binary-indep'

 -- Ardo van Rangelrooij <ardo@debian.org>  Sun, 4 Aug 2002 15:19:57 -0500

libxml-libxml-perl (1.52-3) unstable; urgency=low

   * Rebuild against perl 5.8.0
   * debian/control: changed build dependency on perl accordingly
   * debian/rules: upgraded to debhelper v4
   * debian/control: changed build dependency on debhelper accordingly
   * debian/rules: migrated from 'dh_movefiles' to 'dh_install'
   * debian/rules: split off 'install' target from 'binary-arch' target
   * debian/copyright: added pointer to license

 -- Ardo van Rangelrooij <ardo@debian.org>  Sat, 3 Aug 2002 17:27:48 -0500

libxml-libxml-perl (1.52-2) unstable; urgency=low

   * Makefile.PL: commented out parser registration code
     (closes: Bug#150922)

 -- Ardo van Rangelrooij <ardo@debian.org>  Tue, 2 Jul 2002 20:53:36 -0500

libxml-libxml-perl (1.52-1) unstable; urgency=low

   * New upstream release
     (closes: Bug#149995)
   * debian/control: added missing versioned (build) dependency on
     libxml-namespacesupport-perl v1.07

 -- Ardo van Rangelrooij <ardo@debian.org>  Sat, 15 Jun 2002 13:41:10 -0500

libxml-libxml-perl (1.50-1) unstable; urgency=low

   * New upstream release

 -- Ardo van Rangelrooij <ardo@debian.org>  Sun, 26 May 2002 11:29:03 -0500

libxml-libxml-perl (1.40-1) unstable; urgency=low

   * New upstream release

 -- Ardo van Rangelrooij <ardo@debian.org>  Sat, 27 Apr 2002 14:21:45 -0500

libxml-libxml-perl (1.31-2) unstable; urgency=low

   * Added postinstallation and preremoval scripts to properly register and
     unregister the parser XML::LibXML::SAX::Parser
     (closes: Bug#129439)

 -- Ardo van Rangelrooij <ardo@debian.org>  Sat, 16 Feb 2002 22:33:54 -0600

libxml-libxml-perl (1.31-1) unstable; urgency=low

   * New upstream release
   * debian/control: added (build) dependency on libxml-sax-perl
   * debian/control: upgraded to Debian Policy 3.5.6

 -- Ardo van Rangelrooij <ardo@debian.org>  Sat, 5 Jan 2002 12:21:22 -0600

2001

libxml-libxml-perl (1.00-1) unstable; urgency=low

   * New upstream release
     (closes: Bug#106626)

 -- Ardo van Rangelrooij <ardo@debian.org>  Sun, 19 Aug 2001 10:29:50 -0500

libxml-libxml-perl (0.97-1) unstable; urgency=low

   * New upstream release
   * debian/control: updated long description
   * debian/control: upgraded to Debian Policy 3.5.5

 -- Ardo van Rangelrooij <ardo@debian.org>  Sat, 7 Jul 2001 13:31:31 -0500

libxml-libxml-perl (0.94-1) unstable; urgency=low

   * New upstream release
   * Makefile.PL: removed various unnecessary $Config uses so it builds
     without needing the same libraries used to build perl
     (closes: Bug#99761)

 -- Ardo van Rangelrooij <ardo@debian.org>  Sun, 10 Jun 2001 17:43:38 -0500

libxml-libxml-perl (0.91-1) unstable; urgency=low

   * Initial Release
     (closes: Bug#99113)

 -- Ardo van Rangelrooij <ardo@debian.org>  Tue, 29 May 2001 19:24:53 -0500