Author: coheigea
Date: Mon Jan 17 15:56:37 2011
New Revision: 1059963

URL: http://svn.apache.org/viewvc?rev=1059963&view=rev
Log:
Upgrading to 1.5.12-SNAPSHOT.

Modified:
    webservices/wss4j/branches/1_5_x-fixes/   (props changed)
    webservices/wss4j/branches/1_5_x-fixes/ChangeLog.txt
    webservices/wss4j/branches/1_5_x-fixes/build.xml
    webservices/wss4j/branches/1_5_x-fixes/pom.xml
    webservices/wss4j/branches/1_5_x-fixes/xdocs/index.xml

Propchange: webservices/wss4j/branches/1_5_x-fixes/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Mon Jan 17 15:56:37 2011
@@ -1 +1,2 @@
+/webservices/wss4j/tags/1_5_11:1058227
 /webservices/wss4j/trunk:757428,763162

Modified: webservices/wss4j/branches/1_5_x-fixes/ChangeLog.txt
URL: 
http://svn.apache.org/viewvc/webservices/wss4j/branches/1_5_x-fixes/ChangeLog.txt?rev=1059963&r1=1059962&r2=1059963&view=diff
==============================================================================
--- webservices/wss4j/branches/1_5_x-fixes/ChangeLog.txt (original)
+++ webservices/wss4j/branches/1_5_x-fixes/ChangeLog.txt Mon Jan 17 15:56:37 
2011
@@ -5,6 +5,21 @@ for a given release.  
 Portions of this report were generated using the ReleaseNotes facility
 in Jira.
 
+Release 1.5.11
+=============
+
+Bug
+
+    * [WSS-258] - Newer version of SecureConversation not recognised for 
derived key algorithm
+    * [WSS-260] - WSS4J can't process a STR to a SAML Assertion that is not in 
the SOAP message
+    * [WSS-261] - Rampart failing to extract keyinfo from SAML assertion
+    * [WSS-262] - WSS4J accepts Timestamps that are "Created" in the future
+
+Improvement
+
+    * [WSS-263] - Store secret key from signature processor
+
+
 Release 1.5.10
 =============
 

Modified: webservices/wss4j/branches/1_5_x-fixes/build.xml
URL: 
http://svn.apache.org/viewvc/webservices/wss4j/branches/1_5_x-fixes/build.xml?rev=1059963&r1=1059962&r2=1059963&view=diff
==============================================================================
--- webservices/wss4j/branches/1_5_x-fixes/build.xml (original)
+++ webservices/wss4j/branches/1_5_x-fixes/build.xml Mon Jan 17 15:56:37 2011
@@ -27,7 +27,7 @@ Build Instructions:
 
         <property name='product.version.major' value='1'/>
         <property name='product.version.minor' value='5'/>
-        <property name='product.version.level' value='11'/>
+        <property name='product.version.level' value='12'/>
         <property name='product.version.qualifier' value='-SNAPSHOT'/>
         <property name='product.version' 
value='${product.version.major}.${product.version.minor}.${product.version.level}${product.version.qualifier}'/>
         <property name="year" value="2008"/>

Modified: webservices/wss4j/branches/1_5_x-fixes/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/wss4j/branches/1_5_x-fixes/pom.xml?rev=1059963&r1=1059962&r2=1059963&view=diff
==============================================================================
--- webservices/wss4j/branches/1_5_x-fixes/pom.xml (original)
+++ webservices/wss4j/branches/1_5_x-fixes/pom.xml Mon Jan 17 15:56:37 2011
@@ -24,7 +24,7 @@
     <artifactId>wss4j</artifactId>
     <packaging>bundle</packaging>
     <name>WSS4J</name>
-    <version>1.5.11-SNAPSHOT</version>
+    <version>1.5.12-SNAPSHOT</version>
     <description>
         Apache WSS4J is an implementation of the Web Services Security
         (WS-Security) being developed at OASIS Web Services Security TC.

Modified: webservices/wss4j/branches/1_5_x-fixes/xdocs/index.xml
URL: 
http://svn.apache.org/viewvc/webservices/wss4j/branches/1_5_x-fixes/xdocs/index.xml?rev=1059963&r1=1059962&r2=1059963&view=diff
==============================================================================
--- webservices/wss4j/branches/1_5_x-fixes/xdocs/index.xml (original)
+++ webservices/wss4j/branches/1_5_x-fixes/xdocs/index.xml Mon Jan 17 15:56:37 
2011
@@ -59,7 +59,7 @@ Certificate Token Profile 1.1</a>
                 <p style="margin-left: 40px;">You can download the latest 
version of WSS4J at the following URL:<br/>
                     <a 
href="http://www.apache.org/dyn/closer.cgi/ws/wss4j/";>http://www.apache.org/dyn/closer.cgi/ws/wss4j/</a>
                 </p>
-                <p style="margin-left: 40px;">The latest release of WSS4J is 
version 1.5.10.
+                <p style="margin-left: 40px;">The latest release of WSS4J is 
version 1.5.11.
                 </p>
             </subsection>
             <subsection name="WS-Security Features">


Reply via email to