Author: coheigea
Date: Mon Nov 29 12:09:14 2010
New Revision: 1040080
URL: http://svn.apache.org/viewvc?rev=1040080&view=rev
Log:
Updating versions.
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=1040080&r1=1040079&r2=1040080&view=diff
==============================================================================
--- webservices/wss4j/branches/1_5_x-fixes/ChangeLog.txt (original)
+++ webservices/wss4j/branches/1_5_x-fixes/ChangeLog.txt Mon Nov 29 12:09:14
2010
@@ -5,6 +5,21 @@ for a given release.
Portions of this report were generated using the ReleaseNotes facility
in Jira.
+Release 1.5.10
+=============
+
+** Bug
+
+ * [WSS-40] - WSSecurityEngine does not support chained certificates
+
+** Improvement
+
+ * [WSS-238] - Switch to wsse:KeyIdentifier instead of wsse:Reference for
SAML references within SOAP:body EncryptedData elements.
+ * [WSS-239] - Need ability to handle password "equivalent" between
WSPasswordCallback and UsernameToken when it's binary data
+ * [WSS-247] - Upgrade to XML Security 1.4.4
+ * [WSS-253] - UsernameTokenProcessor logs the password to the log
+
+
Release 1.5.9
=============
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=1040080&r1=1040079&r2=1040080&view=diff
==============================================================================
--- webservices/wss4j/branches/1_5_x-fixes/build.xml (original)
+++ webservices/wss4j/branches/1_5_x-fixes/build.xml Mon Nov 29 12:09:14 2010
@@ -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='10'/>
+ <property name='product.version.level' value='11'/>
<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=1040080&r1=1040079&r2=1040080&view=diff
==============================================================================
--- webservices/wss4j/branches/1_5_x-fixes/pom.xml (original)
+++ webservices/wss4j/branches/1_5_x-fixes/pom.xml Mon Nov 29 12:09:14 2010
@@ -24,7 +24,7 @@
<artifactId>wss4j</artifactId>
<packaging>bundle</packaging>
<name>WSS4J</name>
- <version>1.5.10-SNAPSHOT</version>
+ <version>1.5.11-SNAPSHOT</version>
<description>
Apache WSS4J is an implementation of the Web Services Security
(WS-Security) being developed at OASIS Web Services Security TC.
@@ -180,14 +180,14 @@
<Implementation-Title>Apache
WSS4J</Implementation-Title>
<Implementation-Vendor>The Apache Software
Foundation</Implementation-Vendor>
<Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
-
<Implementation-Version>${pom.version}</Implementation-Version>
+
<Implementation-Version>${project.version}</Implementation-Version>
<Specification-Title>Apache WSS4J</Specification-Title>
<Specification-Vendor>The Apache Software
Foundation</Specification-Vendor>
-
<Specification-Version>${pom.version}</Specification-Version>
+
<Specification-Version>${project.version}</Specification-Version>
<Export-Package>
-
org.apache.ws.security.*;version="${pom.version}",
-
org.apache.ws.axis.security.*;version="${pom.version}",
+
org.apache.ws.security.*;version="${project.version}",
+
org.apache.ws.axis.security.*;version="${project.version}",
</Export-Package>
<Import-Package>
!org.apache.ws.security.*,
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=1040080&r1=1040079&r2=1040080&view=diff
==============================================================================
--- webservices/wss4j/branches/1_5_x-fixes/xdocs/index.xml (original)
+++ webservices/wss4j/branches/1_5_x-fixes/xdocs/index.xml Mon Nov 29 12:09:14
2010
@@ -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.9.
+ <p style="margin-left: 40px;">The latest release of WSS4J is
version 1.5.10.
</p>
</subsection>
<subsection name="WS-Security Features">