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/10/19 08:41:16 UTC

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

Author: raul
Date: Wed Oct 18 23:41:11 2006
New Revision: 465509

URL: http://svn.apache.org/viewvc?view=rev&rev=465509
Log:
for 1.4RC2a 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?view=diff&rev=465509&r1=465508&r2=465509
==============================================================================
--- xml/security/trunk/CHANGELOG.txt (original)
+++ xml/security/trunk/CHANGELOG.txt Wed Oct 18 23:41:11 2006
@@ -1,8 +1,10 @@
 Changelog for "Apache xml-security" <http://xml.apache.org/security/>
 New in ...
+
+New in 1.4RC2a
     Fixed bug 40783
 
-New in 1.4RC1
+New in 1.4RC2
 	Fixed bug 40512. Made TransformSPI backward compatible. Now it is possible 
 		to use implementations for the >1.3 versions paying the performance hit
 		of the old implementation.

Modified: xml/security/trunk/build.xml
URL: http://svn.apache.org/viewvc/xml/security/trunk/build.xml?view=diff&rev=465509&r1=465508&r2=465509
==============================================================================
--- xml/security/trunk/build.xml (original)
+++ xml/security/trunk/build.xml Wed Oct 18 23:41:11 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="RC2"/>
+    <property name="product.version.level" value="RC2a"/>
     <property name="product.Version" 
 			  value="${product.version.major}.${product.version.minor}.${product.version.level}"/>
     <property name="product.version"