summaryrefslogtreecommitdiff
path: root/debian/changelog
blob: fc546eb08cdbe96fe48096b3c553abbf6467c82a (plain)
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
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
libxml2 (2.6.22-2) UNRELEASED; urgency=low

  * autogen.sh: Changed the way we rebuild the examples.
  * debian/rules: Added history support in xmllint. Closes: #318083.
  * debian/control: Added build dependency upon libreadline5-dev for history
    support in xmllint.
  * xmllint.c: Added some spaces in usage(). Closes: #335015.
  * testModule.c: Added PATH_MAX definition for the Hurd. Closes: #333623.

 -- Mike Hommey <mh@glandium.org>  Wed,  2 Nov 2005 17:57:49 +0100

libxml2 (2.6.22-1) unstable; urgency=low

  * New upstream release
  * error.c: Reenable support of validation errors in structured error
    handler.
  * autogen.sh: Use automake1.9, as upstream does, and run it.

 -- Mike Hommey <glandium@debian.org>  Tue, 13 Sep 2005 18:04:10 +0200

libxml2 (2.6.21-1) unstable; urgency=low

  * New upstream release
  * debian/control, debian/rules: Removed dummy package. Closes: #322052.
  * debian/rules: bump shlibs to current version.

 -- Mike Hommey <glandium@debian.org>  Wed,  7 Sep 2005 19:11:32 +0200

libxml2 (2.6.20-1) unstable; urgency=low

  * New upstream release
  * debian/rules: bump shlibs to current version.

 -- Mike Hommey <glandium@debian.org>  Thu, 14 Jul 2005 09:42:27 +0200

libxml2 (2.6.19-1) unstable; urgency=low

  * The "Sarge got released but I was offline, so couldn't upload" release.
  * New upstream release.
  * debian/rules: bump shlibs to current version.

 -- Mike Hommey <glandium@debian.org>  Fri,  8 Jul 2005 19:29:29 +0200

libxml2 (2.6.16-7) unstable; urgency=low

  * The "dummy packages are arch: all, dammit" release.
  * debian/control: Changed to Architecture: all for dummy package.

 -- Mike Hommey <glandium@debian.org>  Sat,  9 Apr 2005 11:57:29 +0200

libxml2 (2.6.16-6) unstable; urgency=low

  * The "Let's do it cleaner" release.
  * debian/rules: fix installation of python files and make proper use of
    DESTDIR at install time.

 -- Mike Hommey <glandium@debian.org>  Mon, 28 Mar 2005 18:12:15 +0200

libxml2 (2.6.16-5) unstable; urgency=low

  * debian/watch: use svn-upgrade instead of uupdate.
  * debian/control, debian/rules, debian/python-libxml2.*.in:
    Added support for several python bindings packages. Currently for python
    2.2, 2.3 and 2.4.
  * debian/python2.3-libxml2.*: Removed.

 -- Mike Hommey <glandium@debian.org>  Sun, 27 Mar 2005 21:36:53 +0200

libxml2 (2.6.16-4) unstable; urgency=high

  * Urgency set to high because we avoid breaking packages depending on us
    when we don't properly bytecompile our python bindings.
  * debian/rules: Call dh_python. We now get proper maintainer scripts for
    bytecompiling files at install time and removing them at removal time.
    Closes: #300834.
  * debian/control: Adjust build dependencies accordingly.

 -- Mike Hommey <glandium@debian.org>  Tue, 22 Mar 2005 21:56:50 +0100

libxml2 (2.6.16-3) unstable; urgency=low

  * tree.c: Avoid adding namespaced attributes to other elements than element
    nodes. Closes: #293592.
  * encoding.c: Fix the comments to describe the real return values of
    UTF8Toisolat1 and isolat1ToUTF8.
  * doc/: Regenerate API documentation.

 -- Mike Hommey <glandium@debian.org>  Wed, 16 Feb 2005 20:31:17 +0100

libxml2 (2.6.17-1) experimental; urgency=low

  * New upstream release.

 -- Mike Hommey <glandium@debian.org>  Sat,  5 Feb 2005 13:10:13 +0100

libxml2 (2.6.16-2) unstable; urgency=low

  * Upload to unstable, targetted for sarge.
  * Changed my maintainer address to the fresh new Debian one.
  * debian/rules: Added changelog and copyright files in dummy package.
  * debian/libxml2-doc.doc-base: Fixed files sections. Closes: #281242.

 -- Mike Hommey <glandium@debian.org>  Fri,  4 Feb 2005 20:45:48 +0100

libxml2 (2.6.16-1) experimental; urgency=low

  * New upstream release
  * debian/control, debian/rules: Changed libxml2-python2.3's name to
    python2.3-libxml2. Added a dummy package for smooth transition.
  * debian/libxml2-python2.3.*: Renamed to python2.3-libxml2.*.
    Closes: #279343.
  * debian/rules:
    - Don't install files in the dummy libxml2-python2.3 package.
    - Bump shlibs to current version.

 -- Mike Hommey <mh@glandium.org>  Sat, 13 Nov 2004 16:38:37 +0900

libxml2 (2.6.15-2) experimental; urgency=low

  * error.c: Removed support of validation errors in structured error handler.
    That avoids it to crash when a validation error happens. (That was a
    broken feature added in 2.6.15. This will get properly fixed in 2.6.16).
    Closes: #279040.

 -- Mike Hommey <mh@glandium.org>  Mon,  8 Nov 2004 22:16:00 +0900

libxml2 (2.6.15-1) experimental; urgency=low

  * New upstream release
  * debian/rules: Use "dh_makeshlibs -V 'libxml2 (>= 2.6.15)'", since version
    2.6.16 introduces some new symbols.

 -- Mike Hommey <mh@glandium.org>  Thu, 28 Oct 2004 19:08:20 +0900

libxml2 (2.6.11-5) unstable; urgency=high

  * Backport patch from libxml2-2.6.15 to fix buffer overflows [nanohttp.c,
    nanoftp.c, CAN-2004-0989]

 -- Mike Hommey <mh@glandium.org>  Thu, 28 Oct 2004 17:34:54 +0900


libxml2 (2.6.14-1) experimental; urgency=low

  * New upstream release. Closes: #273961.
  * debian/rules: Use "dh_makeshlibs -V 'libxml2 (>= 2.6.14)'", since version
    2.6.14 introduces some new symbols.
  * debian/shlibs.local: Removed, since it is not useful any more.

 -- Mike Hommey <mh@glandium.org>  Sat, 16 Oct 2004 16:29:06 +0900

libxml2 (2.6.11-4) unstable; urgency=low

  * The "let's do some clean up for sarge" release.
  * debian/libxml2-python2.3.install: don't install .a and .la files.
  * debian/rules: Avoid compression of both python examples and documentation.
  * Reorganization in documentation:
    + debian/libxml2-doc.examples: removed, they will get installed by
      libxml2-doc.install, and we don't ship gjob* examples anymore, they
      have been superseded by a lot of better examples.
    + debian/libxml2-doc.install, debian/rules: changed the way files are
      installed in the libxml2-doc package, and their location.
    + debian/libxml2-doc.doc-base: changed the location of the documentation
      base to fit the new one.
    + doc/examples/index.html: generated this file from examples.x?l by
      hand. It would otherwise require a build dependency on xsltproc, itself
      depending upon libxml2... wouldn't be very reasonnable.
  * debian/no-upstream-changelog, debian/rules, debian/libxml2-dev.dirs,
    debian/libxml2-utils.dirs: /usr/share/doc directories have been replaced
    by a symbolic link in packages libxml2-utils and libxml2-dev.
    In libxml2-python2.3, all files but TODO are symlinks to the corresponding
    file from libxml2. The one from libxml2-doc is replaced by an explicative
    text saying where to find it and why it has been (re)moved.
    That will save some space in the archive, especially considering this
    file is constantly growing.
  * debian/README.Debian: Added a recommentation to upgrade package if user
    needs heavy standards compliance.
  * debian/shlibs.local: Added to tighten dependencies between libxml2-*
    packages.
  * xmlIO.c: Fixed typo (Closes: #265740).
  * nanohttp.c, nanoftp.c: no_proxy environment variable doesn't disable proxy
    anymore. (Closes: #266430)
  * debian/rules, debian/control: Removed the workaround to compile with
    gcc-3.2 on hppa, since $254549 is closed.

 -- Mike Hommey <mh@glandium.org>  Sat, 16 Oct 2004 16:20:54 +0900

libxml2 (2.6.11-3) unstable; urgency=low

  * debian/control: add a space between gcc-3.2 and [hppa]. Closes: #262101.
  * python/drv_libxml2.py: add encoding declaration. Closes: #259526.
  * debian/rules: Backup files that are removed or modified by upstream build
    system and restore them so that calling the clean target actually gives
    the same tree as before a build.

 -- Mike Hommey <mh@glandium.org>  Sun,  1 Aug 2004 05:02:14 +0900

libxml2 (2.6.11-2) unstable; urgency=medium

  * Thanks to Andreas Metzler:
  + Hotfix for toolchain breakage (#254549), because libxml2 blocks lots of
    packages from propagating to testing. Compile with gcc-3.2 on hppa.

 -- Mike Hommey <mh@glandium.org>  Wed, 21 Jul 2004 23:37:22 +0900

libxml2 (2.6.11-1) unstable; urgency=low

  * New upstream release
  * libxml.m4: removed debian changes which have been incorporated upstream.
  * debian/rules: Use "dh_makeshlibs -V 'libxml2 (>= 2.6.11)'", since
    version 2.6.11 introduces some new functions.

 -- Mike Hommey <mh@glandium.org>  Wed,  7 Jul 2004 00:54:50 +0900

libxml2 (2.6.10-3) unstable; urgency=low

  * debian/control: changed deps on libz-dev to zlib1g-dev | libz-dev.
  * debian/rules: made binary-indep target actually build the libxml2-doc
    package which is Arch: all. Closes: #251971.

 -- Mike Hommey <mh@glandium.org>  Wed,  2 Jun 2004 15:57:21 +0900

libxml2 (2.6.10-2) unstable; urgency=low

  * debian/watch: updated the watch file to exclude the cvs-snapshot from
    the scope. Closes: #250177.
  * debian/rules: rename libxml.m4 to libxml2.m4 in the /usr/share/aclocal
    directory.
  * libxml.m4: removed the AM_PATH_XML macro which is a macro for checking
    libxml, not libxml2. Changed CFLAGS to CPPFLAGS from test compiles so
    that using C++ also works. Closes: #249033.

 -- Mike Hommey <mh@glandium.org>  Wed, 26 May 2004 21:28:54 +0900

libxml2 (2.6.10-1) unstable; urgency=low

  * New upstream release:
    + Fixes xincludes fallback issues. Closes: #243580.
    + Fixes output formatting issues. Closes: #246181.
  * debian/rules: Use "dh_makeshlibs -V 'libxml2 (>= 2.6.10)'", since
    version 2.6.10 introduces some few new functions.

 -- Mike Hommey <mh@glandium.org>  Mon, 17 May 2004 17:16:44 +0900

libxml2 (2.6.9-2) unstable; urgency=low

  * Enable AM_MAINTAINER_MODE and re-run the autotools suite.
    Closes: #245990.

 -- Mike Hommey <mh@glandium.org>  Tue, 27 Apr 2004 16:31:21 +0900

libxml2 (2.6.9-1) unstable; urgency=high

  * New upstream release:
    + xincludes fallbacks fixed. Closes: #243580.
  * Urgency set to high because of RC bug fixed and it's been too long
    libxml2 has been stucking packages in sid.
  * Ran all the autotools suite, especially the latest libtool.
    Closes: #244557.
  * debian/rules:
    + Removed all python file removals since these files get now
      correctly removed upstream.
    + Changed once more the python/libxml2-py.c workaround to finally
      work really properly.

 -- Mike Hommey <mh@glandium.org>  Mon, 19 Apr 2004 17:58:56 +0900

libxml2 (2.6.8-2) unstable; urgency=high

  * Urgency set to high because of the FTBFS RC bug fixed.
  * debian/changelog:
    + Added missing changes for release 2.6.8-1.
    + Converted changelog file to UTF-8.
  * debian/rules: Changed the python/libxml2-py.c workaround stuff to
    actually work properly

 -- Mike Hommey <mh@glandium.org>  Sat, 17 Apr 2004 16:59:01 +0000

libxml2 (2.6.8-1.1) unstable; urgency=high

  * NMU. Urgency set to high as libxml2 has been preventing too many packages
    from entering testing for too long.
  * Grabbed from SVN:
    Mike Hommey <mh@glandium.org>  Sat, 10 Apr 2004 12:42:03 +0900
    * debian/control:
      + Updated section for libxml2-doc package.
      + Added dependency on libz-dev for libxml2-dev. (Closes: #242683)

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Fri, 16 Apr 2004 22:37:08 +0200

libxml2 (2.6.8-1) unstable; urgency=low

  * New upstream release
  * debian/rules:
    + Use "dh_makeshlibs -V 'libxml2 (>= 2.6.8)'", since version 2.6.8
      introduces some few new functions.
    + Try to circumvent new troubles with the python/libxml2-py.c with
      svn-buildpackage not wanting to make the build (the file used to
      be removed because it was modified by the build).
  * Removed changes about XML_CATALOG_FILES in manual pages, since it has
    been incorporated upstream.

 -- Mike Hommey <mh@glandium.org>  Thu, 25 Mar 2004 14:57:44 +0900

libxml2 (2.6.7-2) unstable; urgency=low

  * debian/control: Changed Maintainer to Debian SGML/XML Group and
    put myself into Uploaders.
  * Merged back libxml2-headers into libxml2-dev. That was too much of
    a split. Closes: #238109.

 -- Mike Hommey <mh@glandium.org>  Mon, 22 Mar 2004 15:41:30 +0900

libxml2 (2.6.7-1) unstable; urgency=low

  * New upstream release
  * debian/rules: Use "dh_makeshlibs -V 'libxml2 (>= 2.6.7)'", since
    version 2.6.7 introduces some few new functions.

 -- Mike Hommey <mh@glandium.org>  Wed, 25 Feb 2004 15:43:11 +0900

libxml2 (2.6.6-2) unstable; urgency=low

  * debian/control:
    + Added a Recommends: xml-core to libxml2 package.
    + Added a libxml2-headers and a libxml2-docs packages to split
      arch-dependent and arch-independent files. These files used to be
      in the libxml2-dev package. Note that the new libxml2-dev package
      depends on libxml2-headers, so that upgrade will keep the header
      files on the system, but libxml2-headers only suggests libxml2-doc,
      while libxml2-dev doesn't say anything about it, which means that
      the documentation files won't be automagically installed on your
      system.  Closes: #233405.
    + Added the adequate dependencies between new and old packages.
    + Uniformized short descriptions.
    + Slightly modified long descriptions.
  * debian/rules:
    + Externalized all dh_* calls with arguments. (i.e. created
      corresponding debian/package.dh_stuff files)
    + Moved installation of some doc files to the install target.
  * Removed un-needed debian/libxml2-python2.3.docs.
  * Moved libxml manpage from libxml2 to libxml2-dev.
  * doc/xmlcatalog_man.xml: Added a note about the incompatibility between
    xmlcatalog and update-catalog from xml-core in the man page.
  * doc/xmllint.xml, doc/xmlcatalog_man.xml: Added a note about the
    XML_CATALOG_FILES environment variable. Closes: #232728.

 -- Mike Hommey <mh@glandium.org>  Wed, 18 Feb 2004 21:29:58 +0900

libxml2 (2.6.6-1) unstable; urgency=high

  * New upstream release
  * Set urgency to high, since this new upstream fixes buffer overflows.
    Closes: #232447.
  * debian/rules: Use "dh_makeshlibs -V 'libxml2 (>= 2.6.6)'", since
    version 2.6.6 introduces some new functions.

 -- Mike Hommey <mh@glandium.org>  Mon, 16 Feb 2004 16:56:57 +0900

libxml2 (2.6.5-1) unstable; urgency=low

  * New upstream release
  * debian/rules:
    - Made better use of CFLAGS.
    - Replaced an mv by cp -r. Closes: #227392.
    - Use "dh_makeshlibs -V 'libxml2 (>= 2.6.5)'", since version 2.6.5
      introduced some new functions.
    - Make some clean-up in the example directory.

 -- Mike Hommey <mh@glandium.org>  Fri, 30 Jan 2004 15:14:02 +0900

libxml2 (2.6.4-1) unstable; urgency=low

  * New upstream release

 -- Mike Hommey <mh@glandium.org>  Sat, 27 Dec 2003 18:25:17 +0900

libxml2 (2.6.3-1) unstable; urgency=low

  * New upstream release
  * debian/rules:
    - Use "dh_makeshlibs -V 'libxml2 (>= 2.6.3)'", since versions 2.6.3
      introduced some new functions.
    - Put more examples in /usr/share/doc/libxml2-dev/examples.

 -- Mike Hommey <mh@glandium.org>  Fri, 12 Dec 2003 14:45:24 +0900

libxml2 (2.6.2-1) unstable; urgency=low

  * New upstream release
  * debian/rules:
    - Use "dh_makeshlibs -V 'libxml2 (>= 2.6.2)'", since versions 2.6.2
      introduced some new functions.
    - Put the API docs back in /usr/share/doc/libxml2-dev/libxml-dev.html.

 -- Mike Hommey <mh@glandium.org>  Mon, 10 Nov 2003 22:20:33 +0900

libxml2 (2.6.1-1) experimental; urgency=low

  * New upstream release

 -- Mike Hommey <mh@glandium.org>  Wed, 29 Oct 2003 14:07:11 +0900

libxml2 (2.6.0-1) experimental; urgency=low

  * New upstream release: should be API and ABI compatible but got a lot
    of changes.
  * debian/rules:
    - Use "dh_makeshlibs -V 'libxml2 (>= 2.6.0)'", since applications
      using the new API won't work on previous versions.
      Note that this doesn't prevent applications built with older versions
      to work properly with newer releases, since it is not supposed to be
       any API/ABI breakage.
    - Don't remove non-existant python/test/tmp.xml file on clean rule.
    - Remove python/libxml2-py.c file on clean rule, to avoid its changes
      made during build to be stored in the diff file.
    - Added handling of the nostrip DEB_BUILD_OPTIONS.
    - Changed old fashion dh_movefiles to dh_install --sourcedir=debian/tmp.
    - Added installation of the python/TODO file in the libxml2-python2.3
      package.
    - Now take what is installed in debian/tmp/usr/share/doc/... for
      documentation.
    - Copy Copyright file into COPYING file in clean rule to avoid
      unrepresentable changes to source.
  * debian/*.files: renamed to debian/*.install.
  * debian/libxml2.install: removed reference to non-existant
    usr/lib/libxml.so.*
  * Removed unneeded debian/libxml2-dev.dirs file.

 -- Mike Hommey <mh@glandium.org>  Tue, 21 Oct 2003 14:07:04 +0900

libxml2 (2.5.11-2) unstable; urgency=low

  * debian/rules: Use "dh_makeshlibs -V 'libxml2 (>= 2.5.9)'", since
    versions 2.5.8 and 2.5.9 introduced some changes in API.
    Closes: #212819, #211318.

 -- Mike Hommey <mh@glandium.org>  Sun, 28 Sep 2003 21:57:32 +0200

libxml2 (2.5.11-1) unstable; urgency=low

  * New upstream release.
  * New maintainer.
  * Bumped Standards-Version to 3.6.1 (no changes needed).
  * Removed garbage debian/libxml-utils.
  * moved debhelper compatibility to debian/compat.

 -- Mike Hommey <mh@glandium.org>  Sun, 14 Sep 2003 16:03:46 +0200

libxml2 (2.5.10-1) unstable; urgency=low

  * New upstream release

 -- Fredrik Hallenberg <hallon@debian.org>  Tue, 26 Aug 2003 20:08:31 +0200

libxml2 (2.5.8-2) unstable; urgency=low

  * Use python 2.3 (closes: #205145)

 -- Fredrik Hallenberg <hallon@debian.org>  Wed, 13 Aug 2003 21:28:14 +0200

libxml2 (2.5.8-1) unstable; urgency=low

  * New upstream release

 -- Fredrik Hallenberg <hallon@debian.org>  Thu,  7 Aug 2003 20:08:23 +0200

libxml2 (2.5.7-1) unstable; urgency=low

  * New upstream release (closes: #194757)
  * Updated shlibs file (closes: #191022)
  * Put xmllint and xmlcatalog in new package (closes: #174823)
  
 -- Fredrik Hallenberg <hallon@debian.org>  Mon, 26 May 2003 20:16:01 +0200

libxml2 (2.5.6-2) unstable; urgency=low

  * Update libtool (closes: #188967)

 -- Fredrik Hallenberg <hallon@debian.org>  Mon, 14 Apr 2003 20:52:45 +0200

libxml2 (2.5.6-1) unstable; urgency=low

  * New upstream release (closes: #188004)
  * Applied patch from Graham Wilson <bob@decoy.wox.org> to handle
    noopt build option. (closes: #171782)

 -- Fredrik Hallenberg <hallon@debian.org>  Sat, 12 Apr 2003 20:54:13 +0200

libxml2 (2.5.4-1) unstable; urgency=low

  * New upstream release

 -- Fredrik Hallenberg <hallon@debian.org>  Fri, 14 Mar 2003 18:40:08 +0100

libxml2 (2.5.3-1.1) unstable; urgency=high

  * Applied patch by Paul Hampson <Paul.Hampson@anu.edu.au> to correct
    licensing information in debian/copyright which Colin Watson reported
    as incorrect. (Addresses #178060 for sid)

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Sun, 16 Mar 2003 09:55:59 +0100

libxml2 (2.5.3-1) unstable; urgency=low

  * New upstream release
  * xml2-config --libs should be correct (closes: #155312)

 -- Fredrik Hallenberg <hallon@debian.org>  Sat, 22 Feb 2003 17:34:23 +0100

libxml2 (2.5.1-1) unstable; urgency=low

  * New upstream release

 -- Fredrik Hallenberg <hallon@debian.org>  Sat, 18 Jan 2003 10:52:56 +0100

libxml2 (2.5.0-1) unstable; urgency=low

  * New upstream release

 -- Fredrik Hallenberg <hallon@debian.org>  Tue,  7 Jan 2003 19:02:10 +0100

libxml2 (2.4.30-1) unstable; urgency=low

  * New upstream release

 -- Fredrik Hallenberg <hallon@debian.org>  Sat, 14 Dec 2002 16:55:13 +0100

libxml2 (2.4.28-2) unstable; urgency=low

  * Upgraded libtool (closes: #172418)
  
 -- Fredrik Hallenberg <hallon@debian.org>  Sun,  1 Dec 2002 15:59:49 +0100

libxml2 (2.4.28-1) unstable; urgency=low

  * New upstream release
  * Added patch from CVS to fix KDE problems.

 -- Fredrik Hallenberg <hallon@debian.org>  Tue, 26 Nov 2002 19:58:54 +0100

libxml2 (2.4.27-1) unstable; urgency=low

  * New upstream release

 -- Fredrik Hallenberg <hallon@debian.org>  Mon, 18 Nov 2002 21:05:07 +0100

libxml2 (2.4.26-1) unstable; urgency=low

  * New upstream release

 -- Fredrik Hallenberg <hallon@debian.org>  Fri, 15 Nov 2002 17:29:30 +0100

libxml2 (2.4.24-1) unstable; urgency=low

  * New upstream release

 -- Fredrik Hallenberg <hallon@debian.org>  Sat, 24 Aug 2002 22:28:24 +0200

libxml2 (2.4.23-2) unstable; urgency=low

  * Created new libxml2-python package

 -- Fredrik Hallenberg <hallon@debian.org>  Tue, 30 Jul 2002 20:16:17 +0200

libxml2 (2.4.23-1) unstable; urgency=low

  * New upstream release

 -- Fredrik Hallenberg <hallon@debian.org>  Mon,  8 Jul 2002 00:20:43 +0200

libxml2 (2.4.22-1) unstable; urgency=low

  * New upstream release (closes: #149287)

 -- Fredrik Hallenberg <hallon@debian.org>  Fri,  7 Jun 2002 19:43:21 +0200

libxml2 (2.4.21-1) unstable; urgency=low

  * New upstream release

 -- Fredrik Hallenberg <hallon@debian.org>  Fri, 10 May 2002 18:40:02 +0200

libxml2 (2.4.20-1) unstable; urgency=low

  * New upstream release

 -- Fredrik Hallenberg <hallon@debian.org>  Tue, 23 Apr 2002 22:13:37 +0200

libxml2 (2.4.19-4) unstable; urgency=low

  * Make libxml2-dev replace libxml2 <= 2.4.19-1 (closes: #142609, #142741)
  * Update shlibs version to 2.4.19-4 (closes: #142806)

 -- Fredrik Hallenberg <hallon@debian.org>  Sun, 14 Apr 2002 12:19:51 +0200

libxml2 (2.4.19-3) unstable; urgency=low

  * Dont use threads for now (closes: #142596)

 -- Fredrik Hallenberg <hallon@debian.org>  Sat, 13 Apr 2002 15:53:04 +0200

libxml2 (2.4.19-2) unstable; urgency=low

  * Move pkgconfig stuff to -dev package (closes: #142171)
  * Compile with thread support (closes: #141764)
  * xml2-config --cflags will return same paths as previous versions
    (closes: #142229)

 -- Fredrik Hallenberg <hallon@debian.org>  Fri, 12 Apr 2002 18:21:48 +0200

libxml2 (2.4.19-1) unstable; urgency=low

  * New upstream release
  * Fixed doc-base (closes: #141067)

 -- Fredrik Hallenberg <hallon@debian.org>  Wed,  3 Apr 2002 19:45:33 +0200

libxml2 (2.4.16-2) unstable; urgency=low

  * New version as last version was built with broken debhelper.

 -- Fredrik Hallenberg <hallon@debian.org>  Tue, 26 Feb 2002 22:28:24 +0100

libxml2 (2.4.16-1) unstable; urgency=low

  * New upstream release

 -- Fredrik Hallenberg <hallon@debian.org>  Sat, 23 Feb 2002 20:21:34 +0100

libxml2 (2.4.13-1) unstable; urgency=low

  * New upstream release

 -- Fredrik Hallenberg <hallon@debian.org>  Tue, 15 Jan 2002 20:02:53 +0100

libxml2 (2.4.12-1) unstable; urgency=low

  * New upstream release

 -- Fredrik Hallenberg <hallon@debian.org>  Sat,  8 Dec 2001 22:52:44 +0100

libxml2 (2.4.10-1) unstable; urgency=low

  * New upstream release
  * Applied patch from LaMont Jones <lamont@smallone.fc.hp.com> to fix
    gcc 3.0 build problem (closes: #120254)

 -- Fredrik Hallenberg <hallon@debian.org>  Tue, 20 Nov 2001 18:02:29 +0100

libxml2 (2.4.8-1) unstable; urgency=low

  * New upstream release

 -- Fredrik Hallenberg <hallon@debian.org>  Mon,  5 Nov 2001 19:49:26 +0100

libxml2 (2.4.6-1) unstable; urgency=low

  * New upstream release

 -- Fredrik Hallenberg <hallon@debian.org>  Thu, 18 Oct 2001 19:48:07 +0200

libxml2 (2.4.5-1) unstable; urgency=low

  * New upstream release

 -- Fredrik Hallenberg <hallon@debian.org>  Sat, 15 Sep 2001 23:11:11 +0200

libxml2 (2.4.3-1) unstable; urgency=low

  * New upstream release

 -- Fredrik Hallenberg <hallon@debian.org>  Mon, 27 Aug 2001 20:32:21 +0200

libxml2 (2.4.2-1) unstable; urgency=low

  * New upstream release

 -- Fredrik Hallenberg <hallon@debian.org>  Tue, 21 Aug 2001 20:39:44 +0200

libxml2 (2.4.1-1) unstable; urgency=low

  * New upstream release
  * Added ncurses and readline build depends.

 -- Fredrik Hallenberg <hallon@debian.org>  Tue, 24 Jul 2001 21:08:16 +0200

libxml2 (2.4.0-2) unstable; urgency=low

  * xml2-config --libs only outputs -lxml2 (closes: #97739)
  * Patched libxml.m4 to include string.h

 -- Fredrik Hallenberg <hallon@debian.org>  Wed, 18 Jul 2001 13:44:10 +0200

libxml2 (2.4.0-1) unstable; urgency=low

  * New upstream release (closes: #105568)
  * Fixed xml2-config to not output -I/usr/include, -L/usr/lib 
    (closes: #101390)

 -- Fredrik Hallenberg <hallon@debian.org>  Tue, 17 Jul 2001 12:43:34 +0200

libxml2 (2.3.13-3.1) unstable; urgency=low

  * NMU (for porting)
  * Change configure / configure.in to not specify -I/usr/include
    (closes: #104603)

 -- Matthew Wilcox <willy@debian.org>  Fri, 13 Jul 2001 17:08:36 -0600

libxml2 (2.3.13-3) unstable; urgency=low

  * Don't build example (closes: #103220, #103281)

 -- Fredrik Hallenberg <hallon@debian.org>  Tue,  3 Jul 2001 16:13:31 +0200

libxml2 (2.3.13-2) unstable; urgency=low

  * xmllint is back

 -- Fredrik Hallenberg <hallon@debian.org>  Mon,  2 Jul 2001 21:05:25 +0200

libxml2 (2.3.13-1) unstable; urgency=low

  * New upstream release
  * Use DH_COMPAT 3

 -- Fredrik Hallenberg <hallon@debian.org>  Sun,  1 Jul 2001 17:37:08 +0200

libxml2 (2.3.11-1) unstable; urgency=low

  * New upstream release
  * Apparently builds on Alpha now (closes: #95938)

 -- Fredrik Hallenberg <hallon@debian.org>  Sun, 17 Jun 2001 21:33:36 +0200

libxml2 (2.3.10-2) unstable; urgency=low

  * Quick hack to fix makefiles on m68k (closes: #99897)

 -- Fredrik Hallenberg <hallon@debian.org>  Mon, 11 Jun 2001 14:51:14 +0200

libxml2 (2.3.10-1) unstable; urgency=low

  * New upstream release
  * Leave pkgconfig as someone wants it (closes: #97621)

 -- Fredrik Hallenberg <hallon@debian.org>  Sun,  3 Jun 2001 22:02:25 +0200

libxml2 (2.3.9-1) unstable; urgency=low

  * I am back. Some bugs closed by NMUs (closes: #96944, #86508)
  * Updated libtool (closes: #98137)
  * Fixed dependency (closes: #98323)

 -- Fredrik Hallenberg <hallon@debian.org>  Sat,  2 Jun 2001 16:37:18 +0200

libxml2 (2.3.9-0.1) unstable; urgency=low

  * NMU of a new upstream release.
  * Changed shlibs, they should change every time the API is augmented.
  * Updated xmllint(1) manpage. Removed useless libxml(4) manpage.

 -- Nicolás Lichtmaier <nick@debian.org>  Sun, 20 May 2001 20:25:02 -0300

libxml2 (2.3.8-0.2) unstable; urgency=low

  * Non-maintainer upload with permission from maintainer to fix the 
    libxml-dev conflict. 
  * The symbolic links to old, libxml-dev names introduced in 2.3.0-1 are 
    now gone: programs wanting to link with libxml2 should explicity call 
    the new libxml2-config (almost all the packages in debian are already 
    doing that.) 
  * Changed libxml-dev to libxml2-dev in debian/libxml2-dev.doc-base to
    resolve libxml-dev conflict.
  * Fixed shlibs problem introduced in previous NMU by wrong -V argument 
    of dh_makeshlibs.

 -- Federico Di Gregorio <fog@debian.org>  Thu, 10 May 2001 16:37:59 +0200

libxml2 (2.3.8-0.1) unstable; urgency=low

  * Non-maintainer upload with permission from maintainer
  * New upstream release
  * Fixes shlibs version info (closes: #96291)
  * config.sub & config.guess updated (closes: #96100)

 -- Jeremy T. Bouse <jbouse@debian.org>  Wed,  9 May 2001 22:57:28 -0700

libxml2 (2.3.7-1) unstable; urgency=low

  * New upstream release (closes: #95692)

 -- Fredrik Hallenberg <hallon@debian.org>  Sun, 29 Apr 2001 11:42:54 +0200

libxml2 (2.3.5-2) unstable; urgency=low

  * Rebuild to avoid link problems (closes: #92721)

 -- Fredrik Hallenberg <hallon@debian.org>  Tue,  3 Apr 2001 16:12:20 +0200

libxml2 (2.3.5-1) unstable; urgency=low

  * New upstream release

 -- Fredrik Hallenberg <hallon@debian.org>  Sun, 25 Mar 2001 10:58:21 +0200

libxml2 (2.3.4-1) unstable; urgency=low

  * New upstream release
  * Applied IBM S/390 patch on config.sub (closes: #88551)

 -- Fredrik Hallenberg <hallon@debian.org>  Thu, 15 Mar 2001 19:49:17 +0100

libxml2 (2.3.3-2) unstable; urgency=low

  * Updated shlibs file with dependency (closes: #87337)

 -- Fredrik Hallenberg <hallon@debian.org>  Thu,  8 Mar 2001 10:26:46 +0100

libxml2 (2.3.3-1) unstable; urgency=low

  * New upstream release
  * Fixed xml2Conf.sh so gnome-config works (closes: #88341)

 -- Fredrik Hallenberg <hallon@debian.org>  Sat,  3 Mar 2001 16:53:05 +0100

libxml2 (2.3.2-1) unstable; urgency=low

  * New upstream release

 -- Fredrik Hallenberg <hallon@debian.org>  Thu,  1 Mar 2001 09:46:37 +0100

libxml2 (2.3.1-1) unstable; urgency=low

  * New upstream release

 -- Fredrik Hallenberg <hallon@debian.org>  Tue, 20 Feb 2001 09:44:04 +0100

libxml2 (2.3.0-1) unstable; urgency=low

  * New upstream release (closes: #86379) 
    For some reason the library has changed name from libxml to libxml2 and
    the config script from libxml-config to libxml2-config. I am providing
    symbolic links to the old names, hopefully this will prevent stuff from
    breaking.

 -- Fredrik Hallenberg <hallon@debian.org>  Sat, 17 Feb 2001 23:25:43 +0100

libxml2 (2.2.8-1) unstable; urgency=low

  * New upstream release
  * Probably a bad idea to remove -lz so put it back and add dependency on
    libz-dev in dev-package.

 -- Fredrik Hallenberg <hallon@debian.org>  Mon, 20 Nov 2000 14:03:34 +0100

libxml2 (2.2.6-1) unstable; urgency=low

  * New upstream release
  * Removed -lz from xml-config --libs (closes: #74709)

 -- Fredrik Hallenberg <hallon@debian.org>  Fri, 27 Oct 2000 12:47:57 +0200

libxml2 (2.2.4-1) unstable; urgency=low

  * New upstream release (closes: #74488, #70051)

 -- Fredrik Hallenberg <hallon@debian.org>  Wed, 11 Oct 2000 07:26:31 +0200

libxml2 (2.2.2-1) unstable; urgency=low

  * New upstream release

 -- Fredrik Hallenberg <hallon@debian.org>  Tue, 29 Aug 2000 22:55:43 +0200

libxml2 (2.2.1-1) unstable; urgency=low

  * New upstream release

 -- Fredrik Hallenberg <hallon@debian.org>  Thu,  3 Aug 2000 21:28:29 +0200

libxml2 (2.0.0-3) unstable; urgency=low

  * Doc-base now uses correct directory

 -- Fredrik Hallenberg <hallon@debian.org>  Mon,  3 Jul 2000 09:20:23 +0200

libxml2 (2.0.0-2) unstable; urgency=low

  * Renamed dev-package to libxml2-dev

 -- Fredrik Hallenberg <hallon@debian.org>  Wed, 28 Jun 2000 10:48:48 +0200

libxml2 (2.0.0-1) unstable; urgency=low

  * New upstream release

 -- Fredrik Hallenberg <hallon@debian.org>  Tue, 20 Jun 2000 11:36:12 +0200

libxml (1.8.7-1) unstable; urgency=low

  * New upstream release

 -- Fredrik Hallenberg <hallon@debian.org>  Sat, 11 Mar 2000 20:33:28 +0100

libxml (1.8.6-1) unstable; urgency=low

  * New upstream release

 -- Fredrik Hallenberg <hallon@debian.org>  Sat,  5 Feb 2000 15:01:51 +0100

libxml (1.8.5-1) unstable; urgency=low

  * New upstream release (closes: #56172)

 -- Fredrik Hallenberg <hallon@debian.org>  Tue, 25 Jan 2000 14:57:12 +0100

libxml (1.8.4-1) unstable; urgency=low

  * New upstream release

 -- Fredrik Hallenberg <hallon@debian.org>  Sun, 16 Jan 2000 13:01:14 +0100

libxml (1.8.2-1) unstable; urgency=low

  * New upstream release

 -- Fredrik Hallenberg <hallon@debian.org>  Thu, 30 Dec 1999 11:38:47 +0100

libxml (1.7.3-1) unstable; urgency=low

  * New upstream release

 -- Fredrik Hallenberg <hallon@debian.org>  Wed, 29 Sep 1999 23:33:28 +0200

libxml (1.4.0-4) unstable; urgency=low

  * Oops, must of course replace old libxml0 package. (closes: #43519)

 -- Fredrik Hallenberg <hallon@debian.org>  Thu, 26 Aug 1999 09:37:18 +0200

libxml (1.4.0-3) unstable; urgency=low

  * Provide libxml.so.0 (which is binary compatible with libxml1)
    (closes: #43385)

 -- Fredrik Hallenberg <hallon@debian.org>  Tue, 24 Aug 1999 09:31:15 +0200

libxml (1.4.0-2) unstable; urgency=low

  * Include example in dev-package.
  * Fixed postinst to only call ldconfig on configure.
  * Let dh_installdocs handle doc-base.
  
 -- Fredrik Hallenberg <hallon@debian.org>  Sat, 21 Aug 1999 14:44:52 +0200

libxml (1.4.0-1) unstable; urgency=low

  * New upstream release

 -- Fredrik Hallenberg <hallon@debian.org>  Thu,  5 Aug 1999 16:05:26 +0200

libxml (1.1.0-2) unstable; urgency=low

  * Added man page for xml-config. (closes: #39471)

 -- Fredrik Hallenberg <hallon@debian.org>  Sat,  3 Jul 1999 14:55:55 +0200

libxml (1.1.0-1) unstable; urgency=low

  * New upstream release. (closes: #39791)
  * Use install-docs on dev documents.

 -- Fredrik Hallenberg <hallon@debian.org>  Sun, 20 Jun 1999 10:20:53 +0200

libxml (1.0.0-2) unstable; urgency=low

  * Moved html-documentation to dev package. (closes: #39049)

 -- Fredrik Hallenberg <hallon@debian.org>  Tue, 15 Jun 1999 21:07:44 +0200

libxml (1.0.0-1) unstable; urgency=low

  * Patched xml-config.in. xml-config --version didn't work as expected. 
    Fixes bug #34881.
  * New upstream release

 -- Fredrik Hallenberg <hallon@debian.org>  Tue, 16 Mar 1999 18:36:11 +0100

libxml (0.99.8-1) unstable; urgency=low

  * New upstream release

 -- Fredrik Hallenberg <hallon@debian.org>  Thu, 18 Feb 1999 15:40:19 +0100

libxml (0.99.3-2) unstable; urgency=low

  * New maintainer.
  * Some files were missing from the last release (xml-config, encoding.h,
    debugXML.h)
  * New rules file.

 -- Fredrik Hallenberg <hallon@debian.org>  Sun, 14 Feb 1999 18:56:10 +0100

libxml (0.99.3-1) unstable; urgency=low

  * New upstream version.
  * Recompile with lastest GNOME libs.
  * Fix #28869.

 -- Vincent Renardias <vincent@waw.com>  Wed, 20 Jan 1999 11:32:55 +0100

libxml (0.30-1) unstable; urgency=low

  * Initial debianization.

 -- Vincent Renardias <vincent@waw.com>  Fri, 25 Sep 1998 19:16:53 +0200