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
|
mysql-connector-java (5.0.4+dfsg-2) unstable; urgency=low
* Corrected the symlink `/usr/share/java/mysql.jar'. Thanks to Javier
Kohen. (Closes: #404858)
-- Marcus Better <marcus@better.se> Fri, 29 Dec 2006 13:29:04 +0100
mysql-connector-java (5.0.4+dfsg-1) unstable; urgency=low
* New upstream release. (Closes: #404153, #366808, #394878)
- Supports MySQL 5. (Closes: #369379)
- Fixes a character set mapping problem. (Closes: #387382)
* debian/rules: Get rid of cdbs. Install `CHANGES' file in proper place.
* The jar file is now named `mysql-connector-java.jar' instead of
`mysql.jar'. Symlinks are provided for the old names for the time
being.
* debian/control:
- Replace Build-Depends-Indep by Build-Depends.
- Add missing dependency on ant-optional.
- Add XS-Vcs-* fields.
* debian/rules: Build with java-gcj-compat-dev instead of Kaffe.
* Removed README.Debian since the information on supported JDK versions
may be outdated.
-- Marcus Better <marcus@better.se> Fri, 22 Dec 2006 10:45:42 +0100
mysql-connector-java (3.1.11-1) unstable; urgency=low
* New upstream release (closes: #338399)
* Removed Takashi from uploaders
* Removed setting of DEB_ANT_COMPILER variable as already preset in kaffe
* Updated build.xml patch once more to changed upstream build behaviour
-- Wolfgang Baer <WBaer@gmx.de> Tue, 29 Nov 2005 14:07:49 +0100
mysql-connector-java (3.1.10-1) unstable; urgency=low
* New upstream release
+ Source structure changed - adapting package build to new structure
+ Updated README.Debian-source how its repackaged
* libant1.6-java to ant transition
* Standards-Version 3.6.2 (no changes)
* Removed documentation as its explicitly marked as NOT GNU licensed.
* Upload sponsored by Arnaud Vandyck
-- Wolfgang Baer <WBaer@gmx.de> Sun, 11 Sep 2005 15:35:23 +0200
mysql-connector-java (3.1.7-2) unstable; urgency=low
* Move to main
-- Wolfgang Baer <WBaer@gmx.de> Tue, 19 Apr 2005 20:28:25 +0200
mysql-connector-java (3.1.7-1) unstable; urgency=low
* New upstream release (closes: #282570,#293995)
* Now implements JDBC 3 specification - Updated README.Debian/Descriptions
* Built with free tools - but stay in contrib to get it into
sarge asap (old release does not support mysql 4.1 features)
Upload to main will follow afterwards
* Changed build system to cdbs: build depends now on kaffe, libant1.6-java,
liblog4j1.2-java, junit; Added liblog4j1.2-java as Suggests
* No more build depends on jars under /usr/local (closes: #262291)
* Patched build.xml (01_BuildXml.patch):
- Changed build directory property to a directory inside source tree
- Excluded test from testsuite which build depends on
sun internal stuff (AppletRegressionTest.java)
- Patched javac target to use target=1.3 so it is also usable with
JDK 1.3, -Xverify:none needs to be passed to the vm (see README.Debian)
* Standards-Version: 3.6.1 - no changes required
* Changed maintainer to Debian Java Maintainers as
requested by Takashi Okamoto for comaintaining
* avdyk: added Wolfgang and myself to the uploaders
-- Wolfgang Baer <WBaer@gmx.de> Sat, 02 Apr 2005 20:30:09 +0200
mysql-connector-java (3.0.9-1) unstable; urgency=low
* New upstream release
-- Takashi Okamoto <tora@debian.org> Tue, 30 Dec 2003 22:37:53 +0900
mysql-connector-java (3.0.8-1) unstable; urgency=low
* New upstream release
-- Takashi Okamoto <tora@debian.org> Mon, 26 May 2003 10:42:20 +0900
mysql-connector-java (3.0.6-1) unstable; urgency=low
* New upstream release
-- Takashi Okamoto <tora@debian.org> Sun, 23 Feb 2003 21:38:54 +0900
mysql-connector-java (2.0.14-1) unstable; urgency=low
* Initial Release.
* close RFP (closes: #104765)
-- Takashi Okamoto <tora@debian.org> Sun, 10 Nov 2002 10:29:30 +0900
|