Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.0.16 25 Nov 2004 19:26:19 |
glewis |
. Update to 3.0.16.
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) |
3.0.15 12 Oct 2004 06:55:34 |
linimon |
This is a routine bugfix release over 3.0.14.
PR: ports/71364
Submitted by: Matthew Seaman <m.seaman at infracaninophile dot co dot uk>
(maintainer) |
3.0.14 08 Aug 2004 02:34:29 |
glewis |
. Avoid having to reproduce the ant build lines with some conditional
target definition.
Approved by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) |
3.0.14 06 Aug 2004 18:34:36 |
glewis |
. Use the new USE_ANT capability of bsd.java.mk.
PR: 70084
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) |
3.0.14 30 May 2004 19:28:24 |
linimon |
Update to 3.0.14 to fix a URL parsing error that had sneaked into 3.0.13:
http://bugs.mysql.com/?id=3923
Full release announcement at:
http://lists.mysql.com/announce/197
This also resyncs the list of MASTER_SITES with the list from the
databases/mysql41-server port. |
3.0.13 28 May 2004 06:08:32 |
linimon |
Update to version 3.0.13:
Version 3.0.13 is a bugfix release for the production tree that
is suitable for use with any MySQL version including MySQL-4.1 or
MySQL-5.0.
This release is intended to fix three minor bugs, two which
impact users using MysqlConnectionPoolDataSource, and one bug fix
for prepared statements with batched parameters creating all keys
for getGeneratedKeys()."
Full release announcement at http://lists.mysql.com/java/7488.
PR: ports/67265
Submitted by: Matthew Seaman <m.seaman at infracaninophile.co.uk> (maintainer) |
3.0.12 25 May 2004 18:07:14 |
linimon |
Routine version bump to 3.0.12, except they've labelled it
'production' instead of 'stable' for no apparent reason. Release
notes are at http://lists.mysql.com/announce/192.
PR: ports/66908
Submitted by: Matthew Seaman <m.seaman at infracaninophile.co.uk> (maintainer) |
3.0.11 10 May 2004 06:32:01 |
linimon |
Update to the latest bsd.java.mk style.
Move PLIST_FILES to later in the Makefile for consistencies' sake.
PR: ports/66111
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) |
3.0.11 20 Feb 2004 21:07:50 |
glewis |
. Update to 3.0.11.
PR: 63122
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> |
3.0.10 07 Feb 2004 20:43:25 |
pav |
- Add SIZE
- Use PLIST_FILES
- Set JAVA_HOME to ant environment
- ECHO -> ECHO_MSG
PR: ports/62472
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) |
3.0.10 18 Jan 2004 10:16:58 |
ale |
Update to 3.0.10 release.
Restore compatability with mysql 4.1.1.
PR: ports/61380
Submitted by: Matthew Seaman (maintainer)
Approved by: nork (mentor/implicitly) |
3.0.9 29 Dec 2003 21:38:36 |
linimon |
As documented at
http://www.mysql.com/documentation/connector-j/index.html#id2800748
MySQL Connector/J really does need JDK 1.4.x to compile. Use of
apache-ant appears to side-step all of the effects of the USE_JAVA
knob from bsd.java.mk, so all previous testing was actually using JDK 1.4.2
to do the compilation step.
Since the distfile contains a pre-compiled .jar file, which will work with
any Java-2 JVM, provide a WITHOUT_BUILD option.
PR: ports/59993
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Noticed by: Aristedes Maniatis |
3.0.9 17 Nov 2003 12:29:10 |
trevor |
USE_REINPLACE need be defined only when REINPLACE_CMD is used. |
3.0.9 13 Nov 2003 21:15:55 |
glewis |
. Simplify the packing list by using the new PORTDOCS macro.
PR: 59182
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) |
3.0.9 05 Nov 2003 15:33:56 |
glewis |
. Repo copy from mysql-jdbc-mm to reflect the change of project name due
to it now being an official MySQL product.
. Update to 3.0.9.
PR: 57753
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> |