Change logs for db4.4 source package in Dapper

  • db4.4 (4.4.20-4build1) dapper; urgency=low
    
      * Fake sync, all of our diffs are now incorporated upstream.
    
    db4.4 (4.4.20-4) unstable; urgency=low
    
      * Disable Java packages on kfreebsd-amd64 as well (closes: #357246)
    
    db4.4 (4.4.20-3) unstable; urgency=high
    
      * Disable pthread mutexes so db4.4 will work on ancient kernels.
        closes: #353812.
      * Apply patch from Matthias Klose to compile the java stuff with
        -fno-strict-aliasing instead of -O0.  closes: #353580.
      * Use java-gcj-compat stuff instead of gcj-wrapper/gij-wrapper.
    
    db4.4 (4.4.20-2) unstable; urgency=medium
    
      * Fix a bug that could cause a trap during recovery if multiple operations
        that could remove the same extent were recovered. [#14061]
      * Fix a bug that could cause traps or hangs if the DB_TXN->set_name
        function is used in a multithreaded application. [#14033]
      * Add in man pages for db4.4-util from Thijs Kinkhorst.
        closes: #350382.
    
     -- Adam Conrad <email address hidden>   Fri, 17 Mar 2006 00:27:16 +1100
  • db4.4 (4.4.20-1ubuntu2) dapper; urgency=low
    
      * 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.
    
     -- Adam Conrad <email address hidden>   Mon, 20 Feb 2006 13:34:41 +1100
  • db4.4 (4.4.20-1ubuntu1) dapper; urgency=low
    
      * gcc always generates correct code (tm), just don't ignore the hundreds
        of warnings compiling db_java_wrap.c but use -fno-strict-aliasing.
        Remove the -O0 workaround.
      * tcl_db_pkg.c: Likewise.
      * 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 fastjar, libgcj-dev and gij.
    
     -- Matthias Klose <email address hidden>   Sun, 19 Feb 2006 17:41:41 +0000
  • db4.4 (4.4.20-1) unstable; urgency=low
    
    
      * New upstream release. 
    
     -- Clint Adams <email address hidden>  Wed, 18 Jan 2006 11:37:32 -0500
  • db4.4 (4.4.16-4) unstable; urgency=low
    
    
      * Apply Sleepycat patch from Florian Weimer to fix DB_REGISTER
        problem.  closes: #345019.
      * Compile db_java_wrap.c with -O0 to work around alleged gcj-4.0
        bug.  closes: #344726.
    
     -- Clint Adams <email address hidden>  Wed, 28 Dec 2005 10:14:34 -0500
  • db4.4 (4.4.16-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.
    
     -- Adam Conrad <adconrad@0c3.net>  Fri, 16 Dec 2005 16:15:28 +1100