blob: 3d798e7bbeff6ad9762dcb2caea7ba2dabc4b797 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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.
|