Author: coheigea
Date: Mon Mar  9 17:48:14 2009
New Revision: 751776

URL: http://svn.apache.org/viewvc?rev=751776&view=rev
Log:
Added tag for 1.5.6 release.

Added:
    webservices/wss4j/tags/1_5_6/
      - copied from r751703, webservices/wss4j/trunk/
    webservices/wss4j/tags/1_5_6/ChangeLog.txt
      - copied, changed from r751771, webservices/wss4j/trunk/ChangeLog.txt
    webservices/wss4j/tags/1_5_6/LICENSE.txt
      - copied unchanged from r751771, webservices/wss4j/trunk/LICENSE.txt
    webservices/wss4j/tags/1_5_6/NOTICE
      - copied unchanged from r751771, webservices/wss4j/trunk/NOTICE
    webservices/wss4j/tags/1_5_6/README.txt
      - copied unchanged from r751771, webservices/wss4j/trunk/README.txt
    webservices/wss4j/tags/1_5_6/assembly/
      - copied from r751771, webservices/wss4j/trunk/assembly/
    webservices/wss4j/tags/1_5_6/build.properties.sample
      - copied unchanged from r751771, 
webservices/wss4j/trunk/build.properties.sample
    webservices/wss4j/tags/1_5_6/build.xml
      - copied, changed from r751771, webservices/wss4j/trunk/build.xml
    webservices/wss4j/tags/1_5_6/contrib/
      - copied from r751771, webservices/wss4j/trunk/contrib/
    webservices/wss4j/tags/1_5_6/endorsed/
      - copied from r751771, webservices/wss4j/trunk/endorsed/
    webservices/wss4j/tags/1_5_6/interop/
      - copied from r751771, webservices/wss4j/trunk/interop/
    webservices/wss4j/tags/1_5_6/keys/
      - copied from r751771, webservices/wss4j/trunk/keys/
    webservices/wss4j/tags/1_5_6/legal/
      - copied from r751771, webservices/wss4j/trunk/legal/
    webservices/wss4j/tags/1_5_6/lib/
      - copied from r751771, webservices/wss4j/trunk/lib/
    webservices/wss4j/tags/1_5_6/maven.xml
      - copied unchanged from r751771, webservices/wss4j/trunk/maven.xml
    webservices/wss4j/tags/1_5_6/pom.xml
      - copied, changed from r751771, webservices/wss4j/trunk/pom.xml
    webservices/wss4j/tags/1_5_6/project.properties
      - copied unchanged from r751771, 
webservices/wss4j/trunk/project.properties
    webservices/wss4j/tags/1_5_6/project.xml
      - copied unchanged from r751771, webservices/wss4j/trunk/project.xml
    webservices/wss4j/tags/1_5_6/samples/
      - copied from r751771, webservices/wss4j/trunk/samples/
    webservices/wss4j/tags/1_5_6/specs/
      - copied from r751771, webservices/wss4j/trunk/specs/
    webservices/wss4j/tags/1_5_6/src/
      - copied from r751771, webservices/wss4j/trunk/src/
    webservices/wss4j/tags/1_5_6/test/
      - copied from r751771, webservices/wss4j/trunk/test/
    webservices/wss4j/tags/1_5_6/tools/
      - copied from r751771, webservices/wss4j/trunk/tools/
    webservices/wss4j/tags/1_5_6/webapps/
      - copied from r751771, webservices/wss4j/trunk/webapps/
    webservices/wss4j/tags/1_5_6/xdocs/
      - copied from r751771, webservices/wss4j/trunk/xdocs/
Modified:
    webservices/wss4j/tags/1_5_6/xdocs/index.xml

Copied: webservices/wss4j/tags/1_5_6/ChangeLog.txt (from r751771, 
webservices/wss4j/trunk/ChangeLog.txt)
URL: 
http://svn.apache.org/viewvc/webservices/wss4j/tags/1_5_6/ChangeLog.txt?p2=webservices/wss4j/tags/1_5_6/ChangeLog.txt&p1=webservices/wss4j/trunk/ChangeLog.txt&r1=751771&r2=751776&rev=751776&view=diff
==============================================================================
--- webservices/wss4j/trunk/ChangeLog.txt (original)
+++ webservices/wss4j/tags/1_5_6/ChangeLog.txt Mon Mar  9 17:48:14 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
 =============
 

Copied: webservices/wss4j/tags/1_5_6/build.xml (from r751771, 
webservices/wss4j/trunk/build.xml)
URL: 
http://svn.apache.org/viewvc/webservices/wss4j/tags/1_5_6/build.xml?p2=webservices/wss4j/tags/1_5_6/build.xml&p1=webservices/wss4j/trunk/build.xml&r1=751771&r2=751776&rev=751776&view=diff
==============================================================================
--- webservices/wss4j/trunk/build.xml (original)
+++ webservices/wss4j/tags/1_5_6/build.xml Mon Mar  9 17:48:14 2009
@@ -28,7 +28,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.qualifier' value='-SNAPSHOT'/>
+        <property name='product.version.qualifier' value=''/>
         <property name='product.version' 
value='${product.version.major}.${product.version.minor}.${product.version.level}${product.version.qualifier}'/>
         <property name="year" value="2008"/>
         <property name="copyright" value="Copyright &#169; ${year} Apache 
WSS4J Project. All Rights Reserved."/>

Copied: webservices/wss4j/tags/1_5_6/pom.xml (from r751771, 
webservices/wss4j/trunk/pom.xml)
URL: 
http://svn.apache.org/viewvc/webservices/wss4j/tags/1_5_6/pom.xml?p2=webservices/wss4j/tags/1_5_6/pom.xml&p1=webservices/wss4j/trunk/pom.xml&r1=751771&r2=751776&rev=751776&view=diff
==============================================================================
--- webservices/wss4j/trunk/pom.xml (original)
+++ webservices/wss4j/tags/1_5_6/pom.xml Mon Mar  9 17:48:14 2009
@@ -7,7 +7,7 @@
     <artifactId>wss4j</artifactId>
     <packaging>bundle</packaging>
     <name>WSS4J</name>
-    <version>1.5.6-SNAPSHOT</version>
+    <version>1.5.6</version>
     <description>
         Apache WSS4J is an implementation of the Web Services Security
         (WS-Security) being developed at OASIS Web Services Security TC.
@@ -191,8 +191,8 @@
                         
<Bundle-Description>${pom.artifactId}</Bundle-Description>
                         
<Bundle-SymbolicName>org.apache.ws.security</Bundle-SymbolicName>
                         <Export-Package>
-                              org.apache.ws.security.*; version=1.5.5,
-                              org.apache.ws.axis.security.*; version=1.5.5,
+                              org.apache.ws.security.*; version=1.5.6,
+                              org.apache.ws.axis.security.*; version=1.5.6,
                         </Export-Package>
                         <Import-Package>
                               !org.apache.ws.security.*,
@@ -496,8 +496,7 @@
                 <artifactId>maven-changes-plugin</artifactId>
                 <version>2.1</version>
                 <configuration>
-                    <!-- <onlyCurrentVersion>true</onlyCurrentVersion> -->
-                    <fixVersionIds>12313215</fixVersionIds>
+                    <onlyCurrentVersion>true</onlyCurrentVersion>
                     <resolutionIds>Any</resolutionIds>
                     <statusIds>Closed</statusIds>
                     <sortColumnNames>Key</sortColumnNames>

Modified: webservices/wss4j/tags/1_5_6/xdocs/index.xml
URL: 
http://svn.apache.org/viewvc/webservices/wss4j/tags/1_5_6/xdocs/index.xml?rev=751776&r1=751771&r2=751776&view=diff
==============================================================================
--- webservices/wss4j/tags/1_5_6/xdocs/index.xml (original)
+++ webservices/wss4j/tags/1_5_6/xdocs/index.xml Mon Mar  9 17:48:14 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