This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository libspring-java.
commit 3a57928b1a6189b3431ec19a8b11a48b6f106569 Author: Markus Koschany <[email protected]> Date: Thu Dec 5 13:47:40 2013 +0100 Update changelog for revision -10. --- debian/changelog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7a1a117..2e4d872 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +libspring-java (3.0.6.RELEASE-10) unstable; urgency=low + + * Team upload. + * Fix CVE-2013-4152. + - New patch: Add-processExternalEntities-to-JAXB2Marshaller.patch. + - Now by default external XML entities are not processed when unmarshalling. + Processing of external entities will only be enabled/disabled when the + source passed to the unmarshaller is a SAXSource or StreamSource. It has + no effect for DOMSource or StAXSource instances. + + -- Markus Koschany <[email protected]> Thu, 05 Dec 2013 13:43:57 +0100 + libspring-java (3.0.6.RELEASE-9) unstable; urgency=low * Team upload. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libspring-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

