db4.3 (4.3.29-8) unstable; urgency=low

  * Apply patch from Riku Voipio to disable Java on armel/armeb.
    closes: #408806.
  * Fix misapplication of patch from #380383.

 -- Clint Adams <schizo@debian.org>  Mon, 19 Feb 2007 11:10:25 -0500

db4.3 (4.3.29-7) unstable; urgency=low

  * Stop trying to run dpkg-shlibdeps on compressed man pages.
    closes: #409525.
  * Remove m32r java-gcj-compat-dev build-dep, thanks to
    Kazuhiro Inaoka.  closes: #409890.
  * Support 'nocheck' (to skip testsuite) in DEB_BUILD_OPTIONS,
    thanks to Michael Banck.  closes: #380383.

 -- Clint Adams <schizo@debian.org>  Wed,  7 Feb 2007 11:44:26 -0500

db4.3 (4.3.29-6) unstable; urgency=medium

  * Apply patch to fix region size calculations. 
  * Bump to Standards-Version 3.7.2.

 -- Clint Adams <schizo@debian.org>  Sun, 23 Jul 2006 23:44:55 -0400

db4.3 (4.3.29-5) unstable; urgency=low

  * Include full set of Java build fixes from Matthias Klose:
    - gcc always generates correct code (tm), just don't ignore the hundreds
      of warnings compiling db_java_wrap.c but use -fno-strict-aliasing.
      Stops miscompilation of the java wrapper. The weekend can begin :-/
    - tcl_db_pkg.c: Likewise. (closes: #353578)
    - Add -I/usr/lib/jvm/java-gcj/include, when building db_java_wrap.c.
      Allows gcc and gcj to point to different versions.
    - Build-depend on java-gcj-compat-dev instead of libgcj-dev and gij.
  * To cope with the change to java-gcj-compat-dev, adjust debian/rules
    to call JAVA, JAVAC, and JAR from /usr/lib/jvm/java-gcj/bin.
  * Stop setting a default CLASSPATH, as this doesn't appear to be
    required anymore in the Java New World Order, and it'll make default
    compiler upgrades a matter of nothing more than a simple rebuild.
  * Disable Java packages on kfreebsd-amd64 as well (closes: #357246)

 -- Adam Conrad <adconrad@0c3.net>  Thu, 16 Mar 2006 23:44:25 +1100

db4.3 (4.3.29-4) unstable; urgency=low

  * Incorporate man pages by Thijs Kinkhorst.  closes: #302721.

 -- Clint Adams <schizo@debian.org>  Sun, 29 Jan 2006 11:11:22 -0500

db4.3 (4.3.29-3) unstable; urgency=low

  * Based on evidence from the buildds that Java is still broken on some
    architectures, disable it AGAIN on mips, mipsel, and now also arm.
  * Fix typo in libdb4.3-java-dev's short description (closes: #333797)

 -- Adam Conrad <adconrad@0c3.net>  Fri, 16 Dec 2005 16:15:09 +1100

db4.3 (4.3.29-2) unstable; urgency=low

  * Various and sundry java support architecture cleanups:
    - Re-enable java (and build-deps) for mips and mipsel.
    - Temporarily disable java on m68k until #340874 is fixed.
    - Disable java support on m32r, like in db4.2 and db4.4.
  * Join the BDB team, and add myself to Uploaders.

 -- Adam Conrad <adconrad@0c3.net>  Thu, 15 Dec 2005 13:49:07 +1100

db4.3 (4.3.29-1) unstable; urgency=low

  * New upstream release.  closes: #332890. 

 -- Clint Adams <schizo@debian.org>  Thu, 13 Oct 2005 11:04:34 -0400

db4.3 (4.3.28-3) unstable; urgency=medium

  * Add in -java and -java-dev packages.  closes: #295990.
  * Rename libdb4.3++ to libdb4.3++c2 as part of C++ ABI transition.
  * Bump to Standards-Version 3.6.2.
  * Don't build java packages on kfreebsd-gnu either.

 -- Clint Adams <schizo@debian.org>  Sat, 16 Jul 2005 08:06:59 -0400

db4.3 (4.3.28-2) unstable; urgency=low

  * Remove debian/libdb4.3* in the clean target as well.
    closes: #312484.

 -- Clint Adams <schizo@debian.org>  Thu,  9 Jun 2005 16:44:25 -0400

db4.3 (4.3.28-1) unstable; urgency=low

  * New upstream release. 
  * Bump shlibs since the queue/sequence version changed.

 -- Clint Adams <schizo@debian.org>  Mon,  6 Jun 2005 21:52:34 -0400

db4.3 (4.3.27-2) unstable; urgency=medium

  * 4.3.27.1: Fix a bug in the C++ DbEnv::rep_elect method API where
    args were swapped, leading to an "Invalid Argument" return when
    that method is called.
  * 4.3.27.2: Fix a bug on Windows platforms that prevents database
    files from growing to over 2GB.
  * 4.3.27.3: Fix an initialization bug found when High Availability
    configurations are combined with private database environments,
    which can cause intermittent failures.

 -- Clint Adams <schizo@debian.org>  Mon, 14 Feb 2005 11:18:12 -0500

db4.3 (4.3.27-1) unstable; urgency=low

  * New upstream release.

 -- Clint Adams <schizo@debian.org>  Sun, 16 Jan 2005 12:42:18 -0500

db4.3 (4.3.21-11) unstable; urgency=medium

  * Revert powerpc mutexes to the version from db4.2,
    which actually works.

 -- Clint Adams <schizo@debian.org>  Tue, 14 Dec 2004 14:28:16 -0500

db4.3 (4.3.21-10) unstable; urgency=medium

  * Add 4 bytes of extra padding on hppa (instead of the 8
    on HP-UX 10.20).

 -- Clint Adams <schizo@debian.org>  Sat, 11 Dec 2004 23:30:41 -0500

db4.3 (4.3.21-9) unstable; urgency=low

  * Revert amd64-specific mutex code and instead improve x86
    mutex code for both. 
  * Add temporary debug code to fast mutexes to try to
    figure out what's broken on hppa.

 -- Clint Adams <schizo@debian.org>  Thu,  9 Dec 2004 15:04:46 -0500

db4.3 (4.3.21-8) unstable; urgency=medium

  * Apply Thiemo Seufer's patch to fix mips(el)
    mutexes further.

 -- Clint Adams <schizo@debian.org>  Wed,  8 Dec 2004 11:18:33 -0500

db4.3 (4.3.21-7) unstable; urgency=medium

  * Apply Thiemo Seufer's patch for new and improved
    mips(el)/amd64 mutexes.

 -- Clint Adams <schizo@debian.org>  Wed,  8 Dec 2004 00:12:40 -0500

db4.3 (4.3.21-6) unstable; urgency=high

  * Fix misapplication of mutex patch in -4.

 -- Clint Adams <schizo@debian.org>  Sun,  5 Dec 2004 21:24:34 -0500

db4.3 (4.3.21-5) unstable; urgency=medium

  * Make HP-UX mutex hack conditional on the chance
    that it's causing breakage on hppa.

 -- Clint Adams <schizo@debian.org>  Sun,  5 Dec 2004 18:50:48 -0500

db4.3 (4.3.21-4) unstable; urgency=medium

  * Forward-port Kurt Roeckx's patch from bug#281059.
    - Add fast mutexes for MIPS and amd64.
    - Add --enable-pthreadsmutexes to configure.
  * Remove LD_ASSUME_KERNEL hack, since the
    --enable-pthreadsmutexes option defaults to off.
  * Remove subdatabase tests from the abbreviated testsuite,
    since it takes too long on mips.

 -- Clint Adams <schizo@debian.org>  Sun,  5 Dec 2004 16:25:40 -0500

db4.3 (4.3.21-3) unstable; urgency=low

  * Enable abbreviated testsuite on all architectures.
  * Fix libdb4.3++-dev dependency typo (4.2 instead of 4.3).
    closes: #284218.

 -- Clint Adams <schizo@debian.org>  Sat,  4 Dec 2004 12:37:28 -0500

db4.3 (4.3.21-2) unstable; urgency=medium

  * Change LD_ASSUME_KERNEL hack from 2.4.1 to 2.4.17,
    and only use it on i386, ia64, and s390, due to odd
    dynamic linker behavior on hppa.  closes: #283054.

 -- Clint Adams <schizo@debian.org>  Fri, 26 Nov 2004 13:14:27 -0500

db4.3 (4.3.21-1) unstable; urgency=low

  * Initial release, based on db4.2 packaging.

 -- Clint Adams <schizo@debian.org>  Wed, 10 Nov 2004 11:41:02 -0500
