This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository tomcat7.
commit 25e2fdc6591835f9364e025dfd7d36560a75ac20 Author: Emmanuel Bourg <[email protected]> Date: Tue Jun 3 16:43:40 2014 +0200 Updated the version required for libtcnative-1 (>= 1.1.30) --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 14055a1..8d3cff2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ tomcat7 (7.0.54-2) UNRELEASED; urgency=medium in the comment on the JAVA_HOME variable * debian/tomcat7.init: Search for OpenJDK 8 and Oracle JDKs when starting the server (Closes: #714349) + * Updated the version required for libtcnative-1 (>= 1.1.30) (Closes: #750454) -- Emmanuel Bourg <[email protected]> Mon, 26 May 2014 10:36:43 +0200 diff --git a/debian/control b/debian/control index 67d36bb..94617b5 100644 --- a/debian/control +++ b/debian/control @@ -45,7 +45,7 @@ Suggests: tomcat7-docs (>= ${source:Version}), tomcat7-admin (>= ${source:Version}), tomcat7-examples (>= ${source:Version}), tomcat7-user (>= ${source:Version}), - libtcnative-1 (>= 1.1.24) + libtcnative-1 (>= 1.1.30) Description: Servlet and JSP engine Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Sun Microsystems, and provides a "pure Java" HTTP web -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/tomcat7.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

