1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
# ChangeLog for dev-java/jdbc-mysql
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc-mysql/ChangeLog,v 1.4 2003/12/24 19:18:32 mholzer Exp $
*jdbc-mysql-3.0.9 (24 Dec 2003)
24 Dec 2003; Martin Holzer <mholzer@gentoo.org> jdbc-mysql-3.0.9.ebuild:
Version bumped. Closes 34116
*jdbc-mysql-3.0.8 (04 Jun 2003)
04 Jun 2003; Dylan Carlson <absinthe@gentoo.org> jdbc-mysql-3.0.8.ebuild:
Bugfix version bump. Closes #22178.
Changes in this version:
* Allow bogus URLs in Driver.getPropertyInfo().
* Return list of generated keys when using multi-value INSERTS with
Statement.getGeneratedKeys().
* Use JVM charset with filenames and 'LOAD DATA [LOCAL] INFILE'
* Fix infinite loop with Connection.cleanup().
* Changed Ant target 'compile-core' to 'compile-driver', and made testsuite
compilation a separate target.
* Fixed result set not getting set for Statement.executeUpdate(), which
affected getGeneratedKeys() and getUpdateCount() in some cases.
* Unicode character 0xFFFF in a string would cause the driver to throw an
ArrayOutOfBoundsException
* Return correct amount of generated keys when using 'REPLACE' statements.
* Fix problem detecting server character set in some cases.
* Fix row data decoding error when using _very_ large packets.
* Optimized row data decoding.
* Issue exception when operating on an already-closed prepared statement.
* Fixed SJIS encoding bug, thanks to Naoto Sato.
* Optimized usage of EscapeProcessor.
* Fixed numbering of KEY_SEQ column in DBMD.getImported/Exported keys
* Allow multiple calls to Statement.close()
* Use hex escaping for PreparedStatement.setBytes()/setBinaryStream() when
the character set is Shift_JIS, workaround for parsing bug in server.
* Added whitespace insensitivity to EscapeProcessor.
*jdbc-mysql-2.0.14 (14 May 2003)
14 May 2003; Dylan Carlson <absinthe@gentoo.org> jdbc-mysql-2.0.14.ebuild,
jdbc-mysql-3.0.7.ebuild:
"mmmysql" has been retired from Sourceforge, and is now officially part of
MySQL's family, now known as Connector/J. In an effort to also keep the naming
consistent with other jdbc offerings, this port is being renamed to
jdbc-mysql.
The name of the JAR file has changed as well, so please make a note of it.
*mysql-jdbc-3.07 (26 Apr 2003)
08 May 2003; Robin Johnson <robbat2@gentoo.org> mysql-jdbc-3.07.ebuild:
mark as stable for x86
26 Apr 2003; Robin Johnson <robbat2@gentoo.org> mysql-jdbc-3.07.ebuild,
files/21mysqlconnector:
added new version in unstable
*mysql-jdbc-2.0.14 (08 Jul 2002)
08 Jul 2002; Maik Schreiber <blizzy@gentoo.org> :
New version, closes bug #3760.
*mysql-jdbc-1.2.3-r1 (01 Feb 2002)
20 Sep 2002; Mike Frysinger <vapier@gentoo.org> :
Updated HOMEPAGE variable
01 Aug 2002; Karl Trygve Kalleberg <karltk@gentoo.org> mysql-jdbc-1.2.3-r1.ebuild :
Added LICENSE, SLOT and KEYWORDS.
01 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
writing correct changelogs are explained in the skel.ChangeLog file which you
can find in the root directory of the portage repository.
|