This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository mysql-connector-java.
commit 5e9e9c27fffda31f112c1555879fb2b033bf39f9 Author: Emmanuel Bourg <[email protected]> Date: Tue Oct 27 12:30:31 2015 +0100 Updated the package description --- debian/changelog | 1 + debian/control | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index a85f0bc..ef65af1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ mysql-connector-java (5.1.37-1) UNRELEASED; urgency=medium - Refreshed the patches - Build depend on Java 8 * Standards-Version updated to 3.9.6 (no changes) + * Updated the package description -- Emmanuel Bourg <[email protected]> Tue, 27 Oct 2015 10:00:36 +0100 diff --git a/debian/control b/debian/control index 79378c9..f402756 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Architecture: all Depends: ${misc:Depends} Suggests: libslf4j-java Description: Java database (JDBC) driver for MySQL - MySQL Connector/J is a JDBC-3.0 Type 4 driver, which means that it is - pure Java, implements version 3.0 of the JDBC specification, and + MySQL Connector/J is a JDBC-4.2 Type 4 driver, which means that it is + pure Java, implements version 4.2 of the JDBC specification, and communicates directly with the MySQL server using the MySQL protocol. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/mysql-connector-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

