diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2003-05-14 08:11:50 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2003-05-14 08:11:50 +0000 |
commit | ed0a05ea77f5dfebe03e7e274194f9229d689a8a (patch) | |
tree | 4bf13a1ea969d90f8084e763878244419823f6ad /dev-java/jdbc-postgresql/ChangeLog | |
parent | Initial import. (diff) | |
download | gentoo-2-ed0a05ea77f5dfebe03e7e274194f9229d689a8a.tar.gz gentoo-2-ed0a05ea77f5dfebe03e7e274194f9229d689a8a.tar.bz2 gentoo-2-ed0a05ea77f5dfebe03e7e274194f9229d689a8a.zip |
Initial import.
Diffstat (limited to 'dev-java/jdbc-postgresql/ChangeLog')
-rw-r--r-- | dev-java/jdbc-postgresql/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-java/jdbc-postgresql/ChangeLog b/dev-java/jdbc-postgresql/ChangeLog new file mode 100644 index 000000000000..3d798e7bbeff --- /dev/null +++ b/dev-java/jdbc-postgresql/ChangeLog @@ -0,0 +1,22 @@ +# ChangeLog for dev-java/jdbc-postgresql +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc-postgresql/ChangeLog,v 1.1 2003/05/14 08:11:46 absinthe Exp $ + +*jdbc-postgresql-3.7.3 (14 May 2003) + + 14 May 2003; Dylan Carlson <absinthe@gentoo.org> + jdbc-postgresql-2.7.3.ebuild, jdbc-postgresql-3.7.3.ebuild: + Initial import. + + Important notice about version numbers: + + * The first digit of the version number states what JDBC driver it is (i.e., 2 + for JDBC2, 3 for JDBC3). Different drivers are slotted, therefore you can + install both a JDBC2 and JDBC3 driver on the same machine. + + * The remaining digits are the version numbers, which will typically + correspond to a release of PostgreSQL. + + Most people will want to use the JDBC2 drivers. JDBC3 drivers only work with + the 1.4 JVMs. + |