w3c-libwww (5.4.0-11build3~maverick0) maverick; urgency=low

  * Backport from Feisty

 -- Kervala <kervala@gmail.com>  Wed, 09 Jun 2010 22:48:47 +0200

w3c-libwww (5.4.0-11build2) feisty; urgency=low

  * Rebuild for ldbl128 change on powerpc and sparc.

 -- Matthias Klose <doko@ubuntu.com>  Thu,  2 Nov 2006 10:27:21 +0000

w3c-libwww (5.4.0-11build1) edgy; urgency=low

  * Rebuild against OpenSSL 0.9.8

 -- Kees Cook <kees@ubuntu.com>  Tue, 10 Oct 2006 20:23:43 -0700

w3c-libwww (5.4.0-11) unstable; urgency=high

  * Security fix for Library/src/HTBound.c, patch taken from Redhat's
    w3c-libwww-5.4.0-10.0.FC3.1.src.rpm, Redhat bug #159597
    Closes: #334443: CAN-2005-3183: DoS through incorrect bounds checking
    in HTBoundary_put_block()

 -- Richard Atterer <atterer@debian.org>  Sat, 22 Oct 2005 23:26:11 +0200

w3c-libwww (5.4.0-10) unstable; urgency=low

  * Re-libtoolized with "debian/rules bootstrap" to make package buildable
    with current unstable.
    Closes: #218394: libwww0: please update libtool (and config.{guess,
    sub}) for GNU/KFreeBSD port

 -- Richard Atterer <atterer@debian.org>  Mon,  3 Oct 2005 16:46:17 +0200

w3c-libwww (5.4.0-9) unstable; urgency=low

  * Fixed yet another timestamp problem which sometimes caused attempt
    to run automake during build

 -- Richard Atterer <atterer@debian.org>  Mon, 29 Sep 2003 23:10:16 +0200

w3c-libwww (5.4.0-8) unstable; urgency=low

  * -l switches from -7 only worked if old version of the package
    already installed - fixed with additional -L switches.
  * libtool did not like the circular dependency between libwwwfile
    and libwwwdir. Fixed by putting all the code of libwwwdir into
    libwwwfile and turning libwwwdir into an empty dummy lib (for
    backward compatibility)

 -- Richard Atterer <atterer@debian.org>  Sun, 28 Sep 2003 20:24:49 +0000

w3c-libwww (5.4.0-7) unstable; urgency=low

  * Changed configure.in and friends to work with latest
    autoconf/automake.
  * Changed section of libwww[-ssl]-dev to libdevel
  * Fixed time stamp problems with html.tar.bz2, closes: #208188
  * Added -l switches to link all libs with the libs they depend on,
    closes: #193880

 -- Richard Atterer <atterer@debian.org>  Thu, 25 Sep 2003 17:08:27 +0200

w3c-libwww (5.4.0-6) unstable; urgency=low

  * Now using debhelper 4
  * Added homepage URL to description
  * Recompiled with libssl0.9.7, closes: #182362
  * Fixed shlibs: When compiling with libwww-ssl0 installed, resulting
    packages will depend on "libwww-ssl0" and not
    "libwww0|libwww-ssl0". Unfortunately, the cleverer solution of
    only libwww-ssl0's "libwwwssl.so" having a shlibdep of
    "libwww-ssl0" (and the others "libwww0|libwww-ssl0") does not
    work, as lintian would later complain about
    "package-has-a-duplicate-relation libwww0,libwww0|libwww-ssl0".
    Closes: #174694

 -- Richard Atterer <atterer@debian.org>  Sat,  8 Mar 2003 15:55:52 +0000

w3c-libwww (5.4.0-5) unstable; urgency=medium

  * Re-libtoolized source using libtool 1.4.2-7.1, now really fixes
    build problems; closes: #161148
  * Fixed bogus GCC warning "comparison is always true" on machines
    where char is unsigned, patch sent upstream; closes: #163977

 -- Richard Atterer <atterer@debian.org>  Sat, 12 Oct 2002 20:45:41 +0200

w3c-libwww (5.4.0-4) unstable; urgency=medium

  * 5.4.0-3 did not include libwwwapp.so on many arches. 
    Re-libtoolized source using libtool 1.4.2-7 - libtool bug #98342
    caused link errors for libwwwapp.so, but did not result in a build
    error. Closes: #161148, #163370
  * Added "config/*.pl" files from old pre-5.4.0 sources, they seem to
    have been omitted accidentally for the 5.4.0 release.

 -- Richard Atterer <atterer@debian.org>  Wed, 25 Sep 2002 19:42:26 +0200

w3c-libwww (5.4.0-3) unstable; urgency=low

  * Fixed timestamp problems in upstream source tarball by touching
    all files in debian/rules.
  * No longer use "Replaces" in SSL-enabled versions of packages, to
    avoid that apt-get refuses to replace SSL with non-SSL versions
  * Fixed typo in package description

 -- Richard Atterer <atterer@debian.org>  Mon, 22 Jul 2002 15:01:12 +0200

w3c-libwww (5.4.0-2) unstable; urgency=low

  * Workaround for obscure problem causing attempts to rebuild
    Library/User/Extrnals.html, which should never happen,
    closes: #151894

 -- Richard Atterer <atterer@debian.org>  Thu,  4 Jul 2002 22:38:08 +0200

w3c-libwww (5.4.0-1) unstable; urgency=low

  * New upstream release
  * Brown paper bag bug fix release
  * Change in packaging: While separate SSL and non-SSL versions of
    the lib still exist, they are now built from one source. I am
    reluctant to request removal of the non-SSL version because there
    might be legal problems: GPLd programs cannot link with OpenSSL,
    so they need to use the non-SSL libwww package.
  * dev packages no longer include HTML docs (upstream removed them
    from the source), instead there is a separate libwww-doc package.
  * libwww-ssl-dev depends on libssl-dev, closes: #135536
  * Removed bashism from debian/rules, closes: #135856
  * Allow installation of libwww-dev with either of libwww-ssl0 or
    libwww0. OTOH, libwww-ssl-dev needs libwww-ssl0. Closes: #136465
  * Enabled expat support, closes: #128581
    /usr/lib/libxmltok.{a,so} causes conflict with libxmltok1-dev. 
    Also, added "libwwwapp_la_LDFLAGS = -lwwwxml" to src/Makefile.am,
    otherwise binaries linked against older, non-XML-enabled versions
    of libwww would fail to run with the new libs because HTXML_new is
    not found.
  * Added minimal manpages which just point to HTML pages in
    /usr/share/doc, closes: #117634

 -- Richard Atterer <atterer@debian.org>  Sun, 23 Jun 2002 02:07:19 +0200

w3c-libwww (5.3.2-9) unstable; urgency=medium

  * libwww-ssl0: Build-Depends on libssl-dev, closes: #122728
  * libwww[-ssl]0-dev now suggests expat, instead of libwww[-ssl]0
    recommending it

 -- Richard Atterer <atterer@debian.org>  Fri,  7 Dec 2001 12:47:35 +0100

w3c-libwww (5.3.2-8) unstable; urgency=medium

  * New maintainer, closes: #114670
  * Unified SSL and non-SSL package:
      - Create SSL version by running "debian/rules ssl-source"
      - Only one changelog (old changelogs follow below)
  * Updated config.{guess,sub}/ltconfig/ltmain.sh, closes: #108556
  * Added HTML documentation to -dev package
  * Wrote Makefile for the examples directory, closes: #112970
  * Reformatted copyright file

 -- Richard Atterer <atterer@debian.org>  Sun, 25 Nov 2001 23:02:05 +0100

w3c-libwww-ssl (5.3.2-7) unstable; urgency=low

  * merge nonssl 5.3.2-2 to 5.3.2-7 fix. (closes: Bug#99443, Bug#99863)
  * added -lwwwssl in libwww-config (closes: Bug#104451)

 -- Takuo KITAME <kitame@northeye.org>  Mon, 20 Aug 2001 08:43:53 +0900

w3c-libwww-ssl (5.3.2-2) unstable; urgency=low

  * --without-expat, again.

 -- Takuo KITAME <kitame@northeye.org>  Wed, 11 Apr 2001 17:44:49 +0900

w3c-libwww-ssl (5.3.2-1) unstable; urgency=low

  * New upstream release
  * ssl support.

 -- Takuo KITAME <kitame@northeye.org>  Mon,  9 Apr 2001 04:00:26 +0900

w3c-libwww (5.3.1-4) unstable; urgency=low

  * --without-expat (closes: Bug#80283, Bug#92660, Bug#89455)

 -- Takuo KITAME <kitame@northeye.org>  Wed,  4 Apr 2001 03:25:21 +0900

w3c-libwww (5.3.1-3) unstable; urgency=low

  * closes: #78438: missing build dependency

 -- Takuo KITAME <kitame@northeye.org>  Mon, 18 Dec 2000 17:18:27 +0900

w3c-libwww (5.3.1-2) unstable; urgency=low

  * debian/copyright: Added W3C Intellectual Property Notice and Legal
    Disclaimers that's from <http://www.w3.org/Consortium/Legal/>

 -- Takuo KITAME <kitame@northeye.org>  Sun, 20 Aug 2000 17:05:28 +0900

w3c-libwww (5.3.1-1) unstable; urgency=low

  * Initial Debian packaging.

 -- Takuo KITAME <kitame@northeye.org>  Fri, 18 Aug 2000 20:47:21 +0900

w3c-libwww (5.3.2-7) unstable; urgency=low

  * Fix libwww-config (closes: Bug#109194, Bug#109197)

 -- Takuo KITAME <kitame@northeye.org>  Mon, 20 Aug 2001 02:16:18 +0900

w3c-libwww (5.3.2-6) unstable; urgency=low

  * Fix gcc3 problem (closes: Bug#106463)

 -- Takuo KITAME <kitame@northeye.org>  Thu,  9 Aug 2001 12:29:17 +0900

w3c-libwww (5.3.2-5) unstable; urgency=low

  * got new config.sub (closes: Bug#94694, Bug#98168)

 -- Takuo KITAME <kitame@northeye.org>  Tue, 19 Jun 2001 13:42:28 +0900

w3c-libwww (5.3.2-4) unstable; urgency=low

  * remove object files from Example (closes: Bug#97065)

 -- Takuo KITAME <kitame@northeye.org>  Fri, 11 May 2001 18:23:45 +0900

w3c-libwww (5.3.2-3) unstable; urgency=low

  * include examples (closes: Bug#96367)
  * libwww-dev depends on zlib1g-dev (closes: Bug#96815)

 -- Takuo KITAME <kitame@northeye.org>  Thu, 10 May 2001 15:16:55 +0900

w3c-libwww (5.3.2-2) unstable; urgency=low

  * Fix undefined symbol: HTXML_new (closes Bug#93557)
    ok, --without-expat is right

 -- Takuo KITAME <kitame@northeye.org>  Wed, 11 Apr 2001 15:50:58 +0900

w3c-libwww (5.3.2-1) unstable; urgency=low

  * New upstream release
  * include libwwwxml.so.0 (closes: Bug#92855,Bug#92879)

 -- Takuo KITAME <kitame@northeye.org>  Sat,  7 Apr 2001 01:39:34 +0900

w3c-libwww (5.3.1-4) unstable; urgency=low

  * --without-expat (closes: Bug#80283, Bug#92660, Bug#89455)

 -- Takuo KITAME <kitame@northeye.org>  Wed,  4 Apr 2001 03:25:21 +0900

w3c-libwww (5.3.1-3) unstable; urgency=low

  * closes: #78438: missing build dependency

 -- Takuo KITAME <kitame@northeye.org>  Mon, 18 Dec 2000 17:18:27 +0900

w3c-libwww (5.3.1-2) unstable; urgency=low

  * debian/copyright: Added W3C Intellectual Property Notice and Legal
    Disclaimers that's from <http://www.w3.org/Consortium/Legal/>

 -- Takuo KITAME <kitame@northeye.org>  Sun, 20 Aug 2000 17:05:28 +0900

w3c-libwww (5.3.1-1) unstable; urgency=low

  * Initial Debian packaging.

 -- Takuo KITAME <kitame@northeye.org>  Fri, 18 Aug 2000 20:47:21 +0900


