You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by co...@apache.org on 2014/06/18 12:31:24 UTC

svn commit: r1603400 - /santuario/xml-security-java/branches/1.5.x-fixes/CHANGELOG.txt

Author: coheigea
Date: Wed Jun 18 10:31:23 2014
New Revision: 1603400

URL: http://svn.apache.org/r1603400
Log:
Updating Changelog

Modified:
    santuario/xml-security-java/branches/1.5.x-fixes/CHANGELOG.txt

Modified: santuario/xml-security-java/branches/1.5.x-fixes/CHANGELOG.txt
URL: http://svn.apache.org/viewvc/santuario/xml-security-java/branches/1.5.x-fixes/CHANGELOG.txt?rev=1603400&r1=1603399&r2=1603400&view=diff
==============================================================================
--- santuario/xml-security-java/branches/1.5.x-fixes/CHANGELOG.txt (original)
+++ santuario/xml-security-java/branches/1.5.x-fixes/CHANGELOG.txt Wed Jun 18 10:31:23 2014
@@ -1,7 +1,16 @@
 Changelog for "Apache xml-security" <http://santuario.apache.org/>
 
 New in v1.5.7:
+    Fixed SANTUARIO-307 - utf8 encode is broken
+    Fixed SANTUARIO-350 - Unmarshalling from existing elements doesn't enforce syntax & semantic requirements
+    Fixed SANTUARIO-375 - Canonicalizer.ALGO_ID_C14N_PHYSICAL's initialization
+    Fixed SANTUARIO-379 - Signing XML with SHA1 with DSA throws exception when key is larger than 1024
     Fixed SANTUARIO-383 - NPE in DOMXMLSignature.
+    Fixed SANTUARIO-388 - Add support + testing for RIPE-MD160 digest algorithm
+    Fixed SANTUARIO-389 - Add support + testing for SHA-224 digest algorithm
+    Fixed SANTUARIO-391 - Support for Signature Algorithm RSA with SHA-224 
+    Fixed SANTUARIO-392 - In XMLCipher support use of GCMParameterSpec for AES GCM modes
+    Fixed SANTUARIO-393 - Performance regression as signature data is not buffered
 
 New in v1.5.6:
     Fixed SANTUARIO-368 - NPE in XMLSignature.