summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Hommey <glandium@debian.org>2006-07-01 10:46:48 +0200
committerMike Hommey <glandium@debian.org>2006-07-01 10:46:48 +0200
commitf1f81bc507f17ee81538eae01f5707e0fa0ec585 (patch)
tree053ae721fc335ea553c457f6862e1d0783c0e972
parente5e1e61d641cc0527857ee959cff9bbfd7b8adec (diff)
downloadlibxml2-f1f81bc507f17ee81538eae01f5707e0fa0ec585.tar.gz
* debian/control: Removed dependency on zlib-dev for libxml2-dev.debian/2.6.26.dfsg-2
* NEWS: Updated.
-rw-r--r--NEWS13
-rw-r--r--debian/changelog4
-rw-r--r--debian/control2
3 files changed, 17 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 5c9554a..31be2a4 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,19 @@ ChangeLog.html
to the CVS at
http://cvs.gnome.org/viewcvs/libxml2/
code base.There is the list of public releases:
+2.6.26: Jun 6 2006
+ - portability fixes: Python detection (Joseph Sacco), compilation error
+ (William Brack and Graham Bennett), LynxOS patch (Olli Savia)
+ - bug fixes: encoding buffer problem, mix of code and data in xmlIO.c
+ (Kjartan Maraas), entities in XSD validation (Kasimier Buchcik), various
+ XSD validation fixes (Kasimier), memory leak in pattern (Rob Richards and
+ Kasimier), attribute with colon in name (Rob Richards), XPath leak in
+ error reporting (Aleksey Sanin), XInclude text include of selfdocument.
+ - improvements: Xpath optimizations (Kasimier), XPath object cache(Kasimier)
+
+2.6.25: Jun 6 2006:
+ Do not use or package 2.6.25
+
2.6.24: Apr 28 2006:
- Portability fixes: configure on Windows, testapi compile on windows
(Kasimier Buchcik, venkat naidu), Borland C++ 6 compile (Eric Zurcher),
diff --git a/debian/changelog b/debian/changelog
index 4d61ebe..1ffaebd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -36,10 +36,12 @@ libxml2 (2.6.26.dfsg-2) unstable; urgency=low
* libxml-2.0.pc.in, libxml-2.0-uninstalled.pc.in, xml2-config.in: Added
BASE_THREADS_LIBS to the static link information so that -lpthread would
appear. Closes: #372945.
+ * debian/control: Removed dependency on zlib-dev for libxml2-dev.
* debian/rules: Add the NEWS file to dh_install calls. Closes: #365596.
* debian/watch: Updated.
+ * NEWS: Updated.
- -- Mike Hommey <glandium@debian.org> Sat, 1 Jul 2006 10:15:23 +0200
+ -- Mike Hommey <glandium@debian.org> Sat, 1 Jul 2006 10:45:02 +0200
libxml2 (2.6.26.dfsg-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 29c47e2..4bfc456 100644
--- a/debian/control
+++ b/debian/control
@@ -43,7 +43,7 @@ Description: XML utilities
Package: libxml2-dev
Architecture: any
Section: libdevel
-Depends: libxml2 (= ${Source-Version}), zlib1g-dev | libz-dev
+Depends: libxml2 (= ${Source-Version})
Replaces: libxml2 (<= 2.6.6-1), libxml2-headers (= 2.6.7-1)
Conflicts: libxml2 (<= 2.6.6-1), libxml2-headers (= 2.6.7-1)
Description: Development files for the GNOME XML library