Skip to content

Debian Changelog libpgjava (8.2-504-2)

2008

libpgjava (8.2-504-2) unstable; urgency=low

   * Updated description to mention PostgreSQL 8.3 as supported.
     Closes: #398348
   * Removed libpgjava transitional package. Closes: #477557
   * Moved debhelper and cdbs from Build-Depends-Indep to Build-Depends.
   * Added Homepage, Vcs-Svn and Vcs-Browser fields.
   * Added watch file.
   * Added myself to Uploaders.
   * Removed Stafan and Wolfgang from Uploaders.
   * Updated Standards-Version to 3.7.3
   * Updated debhelper level to 5.

 -- Michael Koch <konqueror@gmx.de>  Sat, 26 Apr 2008 22:01:11 +0200

2007

libpgjava (8.2-504-1) unstable; urgency=low

   * New upstream version, supporting Postgresql 8.2.
   * Build using java-gcj-compat-dev.

 -- Matthias Klose <doko@debian.org>  Sat, 6 Jan 2007 15:03:58 +0100

2006

libpgjava (8.1-405-1) unstable; urgency=low

   * Drop support for the old jdbc2 driver (can be reverted if wanted)
     (closes: #358345).
   * New upstream (thanks to Wolfgang Baer).

 -- Arnaud Vandyck <avdyk@debian.org>  Tue, 25 Apr 2006 00:07:07 +0200

2005

libpgjava (8.1-404-1) unstable; urgency=low

   * New upstream release (closes: #340739)
   * Removed build.compiler property in debian/rules as preset in kaffe

 -- Wolfgang Baer <WBaer@gmx.de>  Tue, 29 Nov 2005 14:41:36 +0100

libpgjava (8.0-312-1) unstable; urgency=low

   * New upstream release
     + Supports Postgresql 7.2 up to 8.0 releases
     + Upstream supplies its own source packages for the jdbc driver
       starting with release 8.0 - no longer extracted from postgresql
   * Changed library name to comply with java policy (closes: #275417)
     + Added conflicts, replaces with old binary
     + Changed debian/rules and debhelper files accordingly
     + Added dummy package libpgjava for transition
   * Updated everything to the new source package structure
   * Updated copyright license and download location
   * Updated control file for minimum supported version 7.2
   * Deleted README.Debian - no longer needed
   * Dropped patches:
     + 01_getInfo_exception_fix.patch - JDBC 1 no longer implemented
     + 02_jikes_jdbc2-optional_compilefix.patch - no longer needed
   * Modified/New patches:
     + Renamed 03_BuildXml.patch to 01_BuildXml.patch and updated
     + 02_PSQLException_JDK13.patch (depends on 01_BuildXml.patch)
   * postgresql.jar now links to the JDBC 3 jar (added NEWS)
   * Changed build-dep libant1.6-java to ant (control, rules)
   * Standards-Version: 3.6.2 - no changes
 
   * Upload sponsored by Petter Reinholdtsen

 -- Wolfgang Baer <WBaer@gmx.de>  Wed, 10 Aug 2005 20:52:08 +0200

libpgjava (7.4.7-3) unstable; urgency=low

   * Built with sources...

 -- Arnaud Vandyck <avdyk@debian.org>  Thu, 21 Apr 2005 14:25:11 +0200

libpgjava (7.4.7-2) unstable; urgency=low

   * Build with free vm's:
     - Updated README.Debian
     - Included README.jdbc2-interface explaining why these old java.sql.*
       source files are included, why they are needed and from where they come.
   * Move to main (closes: #300753)
   * Added patch to fix jikes compile error in JDBC2 optional classes
     (02_jikes_jdbc2-optional_compilefix.patch)
   * Build JDBC2 with optional classes but without SSL support
     Building with SSL support would prevent running the JDBC2 driver on
     jdk1.3 runtimes without SSL extensions or using the -Xverify:none flag
   * Build.xml (03_BuildXml.patch):
     - Patched to allow explicit selection of JDBC specification
       with -Djdbc2=true or -Djdbc3=true arguments during build
     - Patched to allow explicit selection of SSL usage during
       compile time with -Dssl=true (JDBC2 build has to be built without SSL)
     - Patched to allow explicit selection of compile target version with
       -Dtarget=1.3 for JDBC2 and -Dtarget=1.4 for JDBC3

 -- Wolfgang Baer <WBaer@gmx.de>  Tue, 19 Apr 2005 20:28:25 +0200

libpgjava (7.4.7-1) unstable; urgency=medium

   * New upstream release (closes: #275154)
     Changelog mentions jdbc fixes for 7.4.3 and 7.4.4
   * Changed debian/rules that only build once to prevent false compilation
     of jdbc2 driver with jdbc3 classes (closes: #302710)
   * avdyk: added Wolfgang and myself to the uploaders

 -- Wolfgang Baer <WBaer@gmx.de>  Sat, 2 Apr 2005 18:14:29 +0200

2004

libpgjava (7.4.2-1) unstable; urgency=low

   * New upstream release (closes: #242448)
   * Apply patch from Adam Heath to fix NullPointerException in
     org.postgresql.jdbc1.AbstractJdbc1DatabaseMetaData.getIndexInfo()
     (closes: #238961)
   * Updated debian/copyright
   * Use libant1.6-java instead of libant1.5-java for building
   *

 -- Stefan Gybas <sgybas@debian.org>  Mon, 19 Apr 2004 19:40:03 +0200

2003

libpgjava (7.4-1) unstable; urgency=low

   * New upstream release (extracted from the source of PostgreSQL 7.4)
     + Fixes extraction of column width and decimal digits for numeric and
       decimal column types in AbstractJdbc1DatabaseMetaData (closes: #188510)
     + Fixes setting of FK_NAME in AbstractJdbc1DatabaseMetaData
       (closes: #197825)
   * Set Maintainer: to Debian Java Maintainers and added myself to uploaders
   * Switch debian/rules to CDBS, but not using the Ant class
   * Use the new libant1.5-java for building instead of calling the
     /usr/bin/ant script
   * Use the JDK 1.4 package from Blackdown for building and enable SSL support
     for the JDBC3 driver
   * Make the directory layout for the examples match the package name
     (closes: #205057)
   * Updated the long description
   * Fix a spelling error in the previous changelog entry
   * Standards-Version: 3.6.1
     + Moved Build-Depends-Indep to Build-Depends

 -- Stefan Gybas <sgybas@debian.org>  Tue, 18 Nov 2003 23:35:23 +0100

2002

libpgjava (7.3-1) unstable; urgency=low

   * New upstream release (extracted from the source of PostgreSQL 7.3)
   * Build a JDBC2 and a JDBC3 (with DataSource) version in serparate JARs
     and mention this in the long package description
   * Build with debhelper >= 4.1.0 to get rid of /usr/doc compatibility
     symlinks
   * Use Jikes 1.15 as Java compiler
   * Depend on java1-runtime | java2-runtime instead of java-common
   * Added Takashi Okamoto and Ola Lundqvist as uploaders
   * Standards-Version: 3.5.8 (no changes required)

 -- Stefan Gybas <sgybas@debian.org>  Mon, 2 Dec 2002 22:00:12 +0100

libpgjava (7.2-2) unstable; urgency=low

   * Fixed NullPointerException in DatabaseMetaData.getIndexInfo() - this is
     already fixed in upstream CVS (closes: #147100)
   * Note: There are no JDBC updates in PostgreSQL 7.2.1 so this is still
     the current release.
   * The package can now be compiled with j2sdk1.3 1.3.1-1.1 (which has
     JAVA_HOME set to /usr/lib/j2se/1.3) and 1.3.1-1 (which has JAVA_HOME set
     to /usr/lib/j2sdk1.3).

 -- Stefan Gybas <sgybas@debian.org>  Fri, 24 May 2002 16:24:58 +0200

libpgjava (7.2-1) unstable; urgency=low

   * New upstream release (extracted from the source of PostgreSQL 7.2)
   * Call ant directly instead of using the Makefile
   * Changed Build-Depends to Build-Depends-Indep (found by Lintian)
   * Install the JAR as postgresql-7.2.jar and create a symlink as suggested
     by the latest Java policy
   * Depend on java-common instead of java-virtual-machine as this package
     contains just a library
   * Compile the classes with optimization and debug symbols

 -- Stefan Gybas <sgybas@debian.org>  Wed, 6 Feb 2002 23:43:06 +0100

2001

libpgjava (7.1.3-2) unstable; urgency=low

   * Added DEF_PGPORT to Makefile.global, this is used in Driver.java.in.
     A NumberFormatException was thrown when trying to open a JDBC
     connection without specifying a port. Thanks to Andreas Leitner for
     investigating this problem!
   * Adapted to new j2sdk1.3 JAVA_HOME (/usr/lib/j2se/1.3)

 -- Stefan Gybas <sgybas@debian.org>  Tue, 25 Sep 2001 22:27:28 +0200

libpgjava (7.1.3-1) unstable; urgency=low

   * New upstream release (extracted from the source of PostgreSQL 7.1.3)
   * Moved to contrib again as the build process requires ant from contrib
   * Now that we are in contrib, build using JDK 1.3 to get advanced
     JDBC 2.0 features
   * Standards-Version: 3.5.6 (no changes required)
   * Use debhelper V3

 -- Stefan Gybas <sgybas@debian.org>  Thu, 13 Sep 2001 14:01:58 +0200

2000

libpgjava (7.0.2-3) unstable; urgency=low

   * Don't build javadoc documentation any longer, so the package can be built
     using only free tools (the documentation is for internal classes only)
   * Moved from contrib/libs to libs (no longer depends on non-free packages)
   * Updated README.Debian

 -- Stefan Gybas <sgybas@debian.org>  Tue, 12 Sep 2000 16:45:58 +0200

libpgjava (7.0.2-2) unstable; urgency=low

   * This time really apply Adam's getTimestamp() patch (closes: #67670)

 -- Stefan Gybas <sgybas@debian.org>  Sun, 27 Aug 2000 18:42:56 +0200

libpgjava (7.0.2-1) unstable; urgency=low

   * New upstream release (extracted from the source of PostgreSQL 7.0.2)
     + getTimestamp() in ResultSet fixed (closes: #67670, thanks go to
       Adam Heath for the patch)
   * Added encoding support (closes: #66980, thanks go to Kaz Sasayama
     for the patch)
   * Standards-Version: 3.2.1 (no changes required)
   * Updated debian/rules to debhelper V2

 -- Stefan Gybas <sgybas@debian.org>  Fri, 25 Aug 2000 15:41:23 +0200

libpgjava (7.0-1) unstable; urgency=low

   * New upstream release (extracted from the source of PostgreSQL 7.0)
     - The Driver class is now org.postgresql.Driver instead of
       postgresql.Driver - you need to change your sources!
   * Updated package description and README.Debian

 -- Stefan Gybas <sgybas@debian.org>  Wed, 17 May 2000 10:15:56 +0000

1999

libpgjava (6.5.3-2) unstable; urgency=low

   * Now suggest instead of depend on postgresql since you can access a
     remote database (closes: #53322)

 -- Stefan Gybas <sgybas@debian.org>  Thu, 30 Dec 1999 23:54:45 +0100

libpgjava (6.5.3-1) unstable; urgency=low

   * New upstream release (extracted from the source of PostgreSQL 6.5.3)
     - The only change is that getDatabaseProductVersion() returns the
       new version number
   * Updated postgresql dependency to >= 6.5.3
   * Standards-Version 3.1.1 (no changes required)
   * Fixed typo in previous changelog
   * Corrected build dependencies: jikes -> java-compiler

 -- Stefan Gybas <sgybas@debian.org>  Sun, 5 Dec 1999 15:37:25 +0100

libpgjava (6.5.2-1) unstable; urgency=low

   * New upstream release (extracted from the source of PostgreSQL 6.5.2)
     (closes: #45549)
   * New maintainer
   * The package is actually architecture independent
   * Standards-Version 3.1.0
     - FHS (built using debhelper 2.0.40+)
     - Added build dependencies
   * Conforms to the Debian Java Policy 1.0 (closes: #44470, #45548)
     - Install JAR file in /usr/share/java
     - Depend on java-virtual-machine instead of jdk1.1
   * Install upstream changelog and javadoc documentation

 -- Stefan Gybas <sgybas@debian.org>  Sun, 7 Nov 1999 13:49:32 +0100

libpgjava (6.5-1) unstable; urgency=low

   * New upstream release (extracted from the source of PostgreSQL 6.5)

 -- Oliver Elphick <Oliver.Elphick@lfix.co.uk>  Wed, 30 Jun 1999 22:15:34 +0100

1998

libpgjava (6.4.2-1) unstable; urgency=low

   * New upstream release (extracted from the source of PostgreSQL 6.4.2).

 -- Oliver Elphick <Oliver.Elphick@lfix.co.uk>  Sat, 3 Oct 1998 11:13:42 +0100

libpgjava (6.3.2-2) unstable; urgency=low

   * Changed dependency from jdk-runtime to jdk1.1

 -- Oliver Elphick <Oliver.Elphick@lfix.co.uk>  Sat, 3 Oct 1998 11:13:42 +0100

libpgjava (6.3.2-1) frozen unstable; urgency=low

   * 6.3.2-1 Upstream bugfixing release

 -- Oliver Elphick <Oliver.Elphick@lfix.co.uk>  Mon, 20 Apr 1998 17:17:30 +0100

libpgjava (6.3.1-5) frozen unstable; urgency=low

   * Separated libpgjava from postgresql because of its dependency for
     compilation on non-free jdk.

 -- Oliver Elphick <Oliver.Elphick@lfix.co.uk>  Tue, 31 Mar 1998 22:58:25 +0100