Author: coheigea
Date: Fri Mar 13 17:05:56 2009
New Revision: 753317

URL: http://svn.apache.org/viewvc?rev=753317&view=rev
Log:
Created a 1_5_x-fixes branch.
 - Version is 1.5.7-SNAPSHOT.

Added:
    webservices/wss4j/branches/1_5_x-fixes/
      - copied from r753313, webservices/wss4j/trunk/
Modified:
    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

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=753317&r1=753313&r2=753317&view=diff
==============================================================================
--- webservices/wss4j/branches/1_5_x-fixes/ChangeLog.txt (original)
+++ webservices/wss4j/branches/1_5_x-fixes/ChangeLog.txt Fri Mar 13 17:05:56 
2009
@@ -5,6 +5,32 @@
 Portions of this report were generated using the ReleaseNotes facility
 in Jira.
 
+Release 1.5.6
+=============
+
+** Bug
+
+    * [WSS-105] - Make WSS4J compliant with X.509 1.1 specification
+    * [WSS-162] - With SecureConv tokens, URI reference processing can strip 
off first char of ID....
+    * [WSS-163] - No way to set SC ValueType attribute for references in 
WSSecEncrypt
+    * [WSS-164] - Related to WSS-162, there isn't anyway to create a direct 
Reference based on identifier
+    * [WSS-165] - Problems verifying trusted certs if provider not specified 
in properties
+    * [WSS-168] - Verification/Decryption failure with a DN String from a 
different provider
+
+** Improvement
+
+    * [WSS-143] - Better management of namespace declarations....
+    * [WSS-157] - Remove spurious calls to MessageDigest.reset()
+    * [WSS-160] - Add AccessController.doPrivileged blocks to the Loader
+    * [WSS-161] - Add JAX-WS handler support
+    * [WSS-166] - Refactor unit tests
+    * [WSS-167] - Apply PMD to source tree
+
+** New Feature
+
+    * [WSS-156] - Add support for RSAKeyValue tokens/signatures (needed for 
WS-SecurityPolicy KeyValueToken)
+
+
 Release 1.5.5
 =============
 

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=753317&r1=753313&r2=753317&view=diff
==============================================================================
--- webservices/wss4j/branches/1_5_x-fixes/build.xml (original)
+++ webservices/wss4j/branches/1_5_x-fixes/build.xml Fri Mar 13 17:05:56 2009
@@ -27,7 +27,7 @@
 
         <property name='product.version.major' value='1'/>
         <property name='product.version.minor' value='5'/>
-        <property name='product.version.level' value='6'/>
+        <property name='product.version.level' value='7'/>
         <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=753317&r1=753313&r2=753317&view=diff
==============================================================================
--- webservices/wss4j/branches/1_5_x-fixes/pom.xml (original)
+++ webservices/wss4j/branches/1_5_x-fixes/pom.xml Fri Mar 13 17:05:56 2009
@@ -7,7 +7,7 @@
     <artifactId>wss4j</artifactId>
     <packaging>bundle</packaging>
     <name>WSS4J</name>
-    <version>1.5.6-SNAPSHOT</version>
+    <version>1.5.7-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=753317&r1=753313&r2=753317&view=diff
==============================================================================
--- webservices/wss4j/branches/1_5_x-fixes/xdocs/index.xml (original)
+++ webservices/wss4j/branches/1_5_x-fixes/xdocs/index.xml Fri Mar 13 17:05:56 
2009
@@ -59,7 +59,7 @@
                 <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.5.
+                <p style="margin-left: 40px;">The latest release of WSS4J is 
version 1.5.6.
                 </p>
             </subsection>
             <subsection name="WS-Security Features">



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to