You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by ra...@apache.org on 2006/08/16 21:46:27 UTC

svn commit: r432006 - in /xml/security/trunk: CHANGELOG.txt build.xml

Author: raul
Date: Wed Aug 16 12:46:27 2006
New Revision: 432006

URL: http://svn.apache.org/viewvc?rev=432006&view=rev
Log:
Prepared for v1.4Beta2 release.

Modified:
    xml/security/trunk/CHANGELOG.txt
    xml/security/trunk/build.xml

Modified: xml/security/trunk/CHANGELOG.txt
URL: http://svn.apache.org/viewvc/xml/security/trunk/CHANGELOG.txt?rev=432006&r1=432005&r2=432006&view=diff
==============================================================================
--- xml/security/trunk/CHANGELOG.txt (original)
+++ xml/security/trunk/CHANGELOG.txt Wed Aug 16 12:46:27 2006
@@ -1,5 +1,17 @@
 Changelog for "Apache xml-security" <http://xml.apache.org/security/>
-New in v...
+New in ...
+New in v1.4beta2
+    Optimization in c14n in node-sets.
+	Optimization for the xml:* inheritance in inclusive the c14n.
+	Added ECDSA signature thanks Markus Lindner 
+	Optimization in RetrievelMethod handling don't reparse the bytes into a DOM tree if not needed thanks David Garcia.
+	Fixed bug 40215: Base64 is not working in EBCDIC platform. Thanks to
+	     acastro.dit@aeat.es for fix.
+	Big optimizations in XPath2 transformation.
+	Fixed bug 40245 in XPATH2 transformation(only in development version)
+	Fixed bug no resolver for X509Data with just a X509Certificate.	
+	Optimization in Base64 to do simple transformation from String to  byte[]
+New in v1.4beta1
 	Fixed bug 38668: Add XMLCipher.encryptData method that takes 
 			 serialized data as parameter (mullan)
 	Fixed bug 39273: JSR 105 DOMCryptoContext.setIdAttributeNS not working 
@@ -31,17 +43,7 @@
 	Fixed bug 40032. Fixed BUG 40031 Fixed bug when the prefix digital signature uri is not null.
 	Changes in the NodeFilter API in order to let the transformations
          do some optimizations take into account the c14n order.
-	Optimization in signature transformation in node-sets(xpath, xpath2), 20-40% speed-up.
-	Optimization in c14n in node-sets.
-	Optimization for the xml:* inheritance in inclusive the c14n.
-	Added ECDSA signature thanks Markus Lindner 
-	Optimization in RetrievelMethod handling don't reparse the bytes into a DOM tree if not needed thanks David Garcia.
-	Fixed bug 40215: Base64 is not working in EBCDIC platform. Thanks to
-	     acastro.dit@aeat.es for fix.
-	Big optimizations in XPath2 transformation.
-	Fixed bug 40245 in XPATH2 transformation(only in development version)
-	Fixed bug no resolver for X509Data with just a X509Certificate.	
-	Optimization in Base64 to do simple transformation from String to  byte[]    
+	Optimization in signature transformation in node-sets(xpath, xpath2), 20-40% speed-up.	    
 		
 New in v1.3
 	Init-Don't fail if a transformation don't have all of its dependecies.

Modified: xml/security/trunk/build.xml
URL: http://svn.apache.org/viewvc/xml/security/trunk/build.xml?rev=432006&r1=432005&r2=432006&view=diff
==============================================================================
--- xml/security/trunk/build.xml (original)
+++ xml/security/trunk/build.xml Wed Aug 16 12:46:27 2006
@@ -16,7 +16,7 @@
 
     <property name="product.version.major" value="1"/>
     <property name="product.version.minor" value="4"/>
-    <property name="product.version.level" value="Beta1"/>
+    <property name="product.version.level" value="Beta2"/>
     <property name="product.Version" 
 			  value="${product.version.major}.${product.version.minor}.${product.version.level}"/>
     <property name="product.version"