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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
|
# ChangeLog for dev-java/jdbc-mysql
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc-mysql/ChangeLog,v 1.23 2005/09/03 21:07:52 hansmi Exp $
03 Sep 2005; Michael Hanselmann <hansmi@gentoo.org>
jdbc-mysql-3.0.17.ebuild:
Stable on ppc.
12 Aug 2005; Gustavo Zacarias <gustavoz@gentoo.org>
jdbc-mysql-3.0.17.ebuild:
Stable on sparc
25 Jul 2005; Thomas Matthijs <axxo@gentoo.org> jdbc-mysql-3.0.16.ebuild,
jdbc-mysql-3.0.17.ebuild, jdbc-mysql-3.1.10.ebuild:
keyword x86
15 Jul 2005; Gustavo Zacarias <gustavoz@gentoo.org>
jdbc-mysql-3.0.16.ebuild, jdbc-mysql-3.0.17.ebuild:
To ~sparc
*jdbc-mysql-3.0.16 (10 Jul 2005)
10 Jul 2005; Thomas Matthijs <axxo@gentoo.org> +jdbc-mysql-3.0.16.ebuild:
moving connectorj into jdbc-mysql as they are the same package
10 Jul 2005; Thomas Matthijs <axxo@gentoo.org>
-jdbc-mysql-3.0.11-r1.ebuild, -jdbc-mysql-3.0.15.ebuild,
-jdbc-mysql-3.1.7.ebuild:
remove older
*jdbc-mysql-3.1.10 (10 Jul 2005)
*jdbc-mysql-3.0.17 (10 Jul 2005)
10 Jul 2005; Thomas Matthijs <axxo@gentoo.org> +jdbc-mysql-3.0.17.ebuild,
+jdbc-mysql-3.1.10.ebuild:
version bump
10 Jul 2005; Thomas Matthijs <axxo@gentoo.org>
jdbc-mysql-3.0.11-r1.ebuild, jdbc-mysql-3.1.7.ebuild:
add dep on log4j thanks hollow + small cleanups
17 Jun 2005; Thomas Matthijs <axxo@gentoo.org> jdbc-mysql-3.0.11.ebuild,
jdbc-mysql-3.0.11-r1.ebuild, jdbc-mysql-3.0.15.ebuild,
jdbc-mysql-3.1.7.ebuild:
license fix, gpl not lgpl
*jdbc-mysql-3.1.7 (06 Mar 2005)
06 Mar 2005; Thomas Matthijs <axxo@gentoo.org> +jdbc-mysql-3.1.7.ebuild:
version bump
23 Oct 2004; Dylan Carlson <absinthe@gentoo.org>
jdbc-mysql-3.0.11-r1.ebuild:
Keywords ~amd64.
*jdbc-mysql-3.0.15 (20 Oct 2004)
20 Oct 2004; Dylan Carlson <absinthe@gentoo.org>
+jdbc-mysql-3.0.15.ebuild:
Version bump.
28 Sep 2004; Thomas Matthijs <axxo@gentoo.org>
jdbc-mysql-3.0.11-r1.ebuild:
depend on ant
*jdbc-mysql-3.0.11-r1 (26 Sep 2004)
26 Sep 2004; Thomas Matthijs <axxo@gentoo.org> +jdbc-mysql-3.0.11-r1.ebuild:
Now builds from source, Ebuild submitted by Hendrik Sticher
<hendrik_sticher@gmx.de> Thanks, bug 63280
*jdbc-mysql-3.0.11 (22 Mar 2004)
22 Mar 2004; Chris Aniszczyk <zx@gentoo.org> jdbc-mysql-2.0.14.ebuild,
jdbc-mysql-3.0.11.ebuild, jdbc-mysql-3.0.8.ebuild, jdbc-mysql-3.0.9.ebuild:
Clean up + QA fixes
25 Feb 2004; Dylan Carlson <absinthe@gentoo.org> jdbc-mysql-3.0.9.ebuild:
Added amd64 keyword.
10 Feb 2004; Adrian Almenar <strider@gentoo.org> jdbc-mysql-2.0.14.ebuild,
jdbc-mysql-3.0.8.ebuild, jdbc-mysql-3.0.9.ebuild:
Removed alpha keyword.
17 Jan 2004; Adrian Almenar <strider@gentoo.org> jdbc-mysql-2.0.14.ebuild,
jdbc-mysql-3.0.8.ebuild, jdbc-mysql-3.0.9.ebuild:
Removed keywords with non-java support. Moved Version 3.0.9 to stable.
*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.
|