1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294
|
libxml-parser-perl (2.36-1.1) unstable; urgency=low
* Non-maintainer upload for the Perl 5.10 transition.
* Copy and uuencode the additional generated encoding files from the
previous version of this package instead of build-depending on
libxml-encoding-perl to break a dependency loop. (Closes: #458144)
-- Niko Tyni <ntyni@debian.org> Thu, 03 Apr 2008 21:31:59 +0300
libxml-parser-perl (2.36-1) unstable; urgency=low
* New upstream release
* Official inclusion of NMU patches (thanks Joey, Joris and Steinar)
(closes: Bug387720,Bug#380426,Bug#378412,Bug#378411,Bug#213623,Bug#132989)
* debian/watch
* bumped version to 3
* fixed typo in version regexp
(closes: Bug#429176)
* debian/compat: bumped version to 5
* debian/control:
* changed build dependency on 'debhelper' to '(>= 5.0)'
* upgraded to Debian Policy 3.7.3 (no changes)
* added Vcs-Browser and Vcs-Cvs fields
* added Homepage field
* debian/rules: deconfused call of compile_encoding
(closes: Bug#458580)
-- Ardo van Rangelrooij <ardo@debian.org> Sat, 05 Jan 2008 12:39:54 -0600
libxml-parser-perl (2.34-4.3) unstable; urgency=low
* NMU.
* Build-Depend on libxml-encoding-perl to use it as a source of encoding
files. (For now, only use it for the encodings below, that are not
included in this package's source, but it could be used as the source of
all the encoding files in this package.)
* Include encoding files for iso-8859-1, iso-8859-6, iso-8859-10,
iso-8859-11, iso-8859-13, iso-8859-14, iso-8859-15, iso-8859-16,
and windows-1251. Closes: #132989, #380426, #213623
-- Joey Hess <joeyh@debian.org> Sat, 21 Jul 2007 20:39:46 -0400
libxml-parser-perl (2.34-4.2) unstable; urgency=medium
* Non-maintainer upload.
* Fix buffer overflow when reading UTF-8 data; patch from Joris van
Rantwijk. (Closes: #378411)
-- Steinar H. Gunderson <sesse@debian.org> Fri, 15 Sep 2006 21:56:47 +0200
libxml-parser-perl (2.34-4.1) unstable; urgency=high
* NMU.
* Fix buffer overflow in XML::Parser::Expat triggered by deep nesting,
reported by and patch provided by Joris van Rantwijk. Closes: #378412
-- Joey Hess <joeyh@debian.org> Sat, 5 Aug 2006 14:07:17 -0400
libxml-parser-perl (2.34-4) unstable; urgency=low
* Added 'debian/watch'
* debian/rules: various small improvements
-- Ardo van Rangelrooij <ardo@debian.org> Wed, 24 Nov 2004 10:59:57 -0600
libxml-parser-perl (2.34-3) unstable; urgency=low
* debian/control: changed 'Maintainer' to 'Debian XML/SGML Group
<debian-xml-sgml-pkgs@lists.alioth.debian.org>' and added current
maintainer as 'Uploaders'
-- Ardo van Rangelrooij <ardo@debian.org> Sun, 29 Feb 2004 11:40:40 -0600
libxml-parser-perl (2.34-2) unstable; urgency=low
* debian/copyright: updated
* debian/control: upgraded to Debian Policy 3.6.1 (no changes)
-- Ardo van Rangelrooij <ardo@debian.org> Sat, 7 Feb 2004 23:00:58 -0600
libxml-parser-perl (2.34-1) unstable; urgency=low
* New upstream release
* debian/control: upgraded build dependency on 'debhelper' to '>= 4.1'
* debian/control: upgraded to Debian Policy 3.6.0 (no changes)
-- Ardo van Rangelrooij <ardo@debian.org> Thu, 4 Sep 2003 20:01:33 -0500
libxml-parser-perl (2.31-6) unstable; urgency=low
* Expat/Parser.pm: applied a quick fix to a memory leak introduced in
version 2.30-3
(closes: Bug#189775)
* debian/control: upgraded to Debian Policy 3.5.9 (no changes)
* 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-parser-perl' from 'interpreters' to 'perl'
-- Ardo van Rangelrooij <ardo@debian.org> Sun, 20 Apr 2003 20:52:35 -0500
libxml-parser-perl (2.31-5) unstable; urgency=low
* Expat/Expat.pm: applied patch needed for XML::DOM v1.42
* Expat/Expat.xs: applied patch needed for XML::DOM v1.42
-- Ardo van Rangelrooij <ardo@debian.org> Sun, 2 Feb 2003 18:20:04 -0600
libxml-parser-perl (2.31-4) unstable; urgency=low
* rebuild against expat 1.95.5
* rebuild fixes "can't resolve parameter-entity reference" problem
(closes: Bug#118528)
* debian/control: upgraded to Debian Policy 3.5.8 (no changes)
-- Ardo van Rangelrooij <ardo@debian.org> Wed, 25 Dec 2002 18:48:04 -0600
libxml-parser-perl (2.31-3) unstable; urgency=low
* debian/rules: added erroneously removed 'dh_testroot' to 'binary-indep'
-- Ardo van Rangelrooij <ardo@debian.org> Sun, 4 Aug 2002 14:56:43 -0500
libxml-parser-perl (2.31-2) 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:02:19 -0500
libxml-parser-perl (2.31-1) unstable; urgency=low
* New upstream release
-- Ardo van Rangelrooij <ardo@debian.org> Sat, 27 Apr 2002 14:34:48 -0500
libxml-parser-perl (2.30-4) unstable; urgency=low
* recompile against libexpat1 v1.95.2-3 due to library number change
(closes: Bug#116914, Bug#117377)
* debian/control: upgraded to Debian Policy 3.5.6
-- Ardo van Rangelrooij <ardo@debian.org> Sat, 3 Nov 2001 14:10:08 -0600
libxml-parser-perl (2.30-3) unstable; urgency=low
* Expat/Expat.pm: moved "no strict 'refs';" to correct place to prevent
incorrect generation of warnings
(closes: Bug#95821) (thanks Dagfinn!)
* debian/control: cleaned up Build-Depends
* debian/control: upgraded to Debian Policy 3.5.5
* debian/control: upgraded to Debian Perl Policy 1.20
-- Ardo van Rangelrooij <ardo@debian.org> Mon, 3 Sep 2001 08:43:15 -0500
libxml-parser-perl (2.30-2) unstable; urgency=low
* rebuild against official expat library
(closes: Bug#99322)
-- Ardo van Rangelrooij <ardo@debian.org> Sat, 2 Jun 2001 12:26:10 -0500
libxml-parser-perl (2.30-1) unstable; urgency=low
* New upstream release
(closes: Bug#96074, Bug#96091)
* debian/copyright: updated
-- Ardo van Rangelrooij <ardo@debian.org> Mon, 28 May 2001 10:36:27 -0500
libxml-parser-perl (2.27-9) unstable; urgency=low
* debian/changelog: removed maintainer's email address from local settings
-- Ardo van Rangelrooij <ardo@debian.org> Sun, 15 Apr 2001 15:27:50 -0500
libxml-parser-perl (2.27-8) unstable; urgency=low
* debian/control: updated debhelper dependency to remove dh_testversion
* debian/control: upgraded to Debian Policy 3.5.2
* debian/control: upgraded to Debian Perl Policy 1.17
* debian/rules: upgraded to Debian Perl Policy 1.17
-- Ardo van Rangelrooij <ardo@debian.org> Sun, 15 Apr 2001 13:34:48 -0500
libxml-parser-perl (2.27-7) unstable; urgency=low
* debian/rules: put back in the patch introduced in 2.27-3
-- Ardo van Rangelrooij <ardo@debian.org> Sun, 28 Jan 2001 11:29:24 -0600
libxml-parser-perl (2.27-6) unstable; urgency=low
* Parser.pm: fixed small typos in documentation
(closes: Bug#82888)
-- Ardo van Rangelrooij <ardo@debian.org> Fri, 19 Jan 2001 19:33:44 -0600
libxml-parser-perl (2.27-5) unstable; urgency=low
* debian/control: changed perl dependency
(closes: Bug#76849, Bug#80687)
* debian/control: upgraded to Debian Policy 3.2.1
* debian/rules: upgraded to debhelper v3
-- Ardo van Rangelrooij <ardo@debian.org> Wed, 17 Jan 2001 15:43:08 -0600
libxml-parser-perl (2.27-4) unstable; urgency=low
* debian/control: updated short description
* debian/control: updated long description
* debian/control: upgraded to Debian Policy 3.1.1
* debian/copyright: updated
-- Ardo van Rangelrooij <ardo@debian.org> Thu, 15 Jun 2000 20:54:34 +0200
libxml-parser-perl (2.27-3) frozen unstable; urgency=low
* debian/rules: changed build process to export only those symbols which
are needed by Perl
(closes: Bug#61231) (thanks Steve and Remco!)
-- Ardo van Rangelrooij <ardo@debian.org> Tue, 11 Apr 2000 20:39:34 +0200
libxml-parser-perl (2.27-2) unstable; urgency=low
* examples/*: fixed wrong path for perl
-- Ardo van Rangelrooij <ardo@debian.org> Thu, 13 Jan 2000 21:00:20 +0100
libxml-parser-perl (2.27-1) unstable; urgency=low
* New upstream release
(closes: #46865)
* Made lintian-free
-- Ardo van Rangelrooij <ardo@debian.org> Thu, 21 Oct 1999 19:59:38 +0200
libxml-parser-perl (2.26-2) unstable; urgency=low
* New maintainer
* Added examples
* Upgraded to Debian Policy 3.0.1
* Upgraded to Debian Perl Policy 1.1
-- Ardo van Rangelrooij <ardo@debian.org> Sun, 17 Oct 1999 17:30:00 +0200
libxml-parser-perl (2.26-1) unstable; urgency=low
* New upstream version.
* Incorporates Raphael's NMU patch for the perl upgrade (Thanks again! :)
-- Stevie Strickland <sstrickl@cc.gatech.edu> Mon, 26 Jul 1999 19:35:33 -0400
libxml-parser-perl (2.23-3.1) unstable; urgency=low
* NMU for the perl upgrade.
* Corrected the rules file.
-- Raphael Hertzog <rhertzog@hrnet.fr> Mon, 12 Jul 1999 11:41:34 +0200
libxml-parser-perl (2.23-3) unstable; urgency=low
* Fixes: #38960
* Added lines to debian/rules that will keep from future problems
popping up, with respect to empty directories, that have occurred
with other packages. Just in case ;)
-- Stevie Strickland <sstrickl@cc.gatech.edu> Tue, 15 Jun 1999 14:05:03 -0400
libxml-parser-perl (2.23-2) unstable; urgency=low
* Closes Bug #38029 (doesn't remove debian/files)
* Also breaks this back up into a non-Debian specific package
(.orig.tar.gz/.diff.gz/.dsc instead of .tar.gz/.dsc)
-- Stevie Strickland <sstrickl@resnet.gatech.edu> Mon, 24 May 1999 04:36:50 -0400
libxml-parser-perl (2.23-1) unstable; urgency=low
* New upstream release. Changes to description, also.
-- Stevie Strickland <sstrickl@resnet.gatech.edu> Fri, 14 May 1999 11:34:13 -0400
libxml-parser-perl (2.22-1) unstable; urgency=low
* Initial Release.
-- Stevie Strickland <sstrickl@resnet.gatech.edu> Mon, 3 May 1999 09:42:42 -0400
|