You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2016/10/20 22:08:01 UTC

svn commit: r1765893 - in /axis/axis2/java/core/branches/1_7/src/site: markdown/release-notes/1.7.4.md site.xml

Author: veithen
Date: Thu Oct 20 22:08:00 2016
New Revision: 1765893

URL: http://svn.apache.org/viewvc?rev=1765893&view=rev
Log:
Add release note for 1.7.4.

Modified:
    axis/axis2/java/core/branches/1_7/src/site/markdown/release-notes/1.7.4.md
    axis/axis2/java/core/branches/1_7/src/site/site.xml

Modified: axis/axis2/java/core/branches/1_7/src/site/markdown/release-notes/1.7.4.md
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_7/src/site/markdown/release-notes/1.7.4.md?rev=1765893&r1=1765892&r2=1765893&view=diff
==============================================================================
--- axis/axis2/java/core/branches/1_7/src/site/markdown/release-notes/1.7.4.md (original)
+++ axis/axis2/java/core/branches/1_7/src/site/markdown/release-notes/1.7.4.md Thu Oct 20 22:08:00 2016
@@ -0,0 +1,18 @@
+Apache Axis2 1.7.4 Release Note
+-------------------------------
+
+Apache Axis2 1.7.4 is a maintenance release that includes fixes for several
+issues, including the following security issues:
+
+* Session fixation ([AXIS2-4739][]) and XSS ([AXIS2-5683][]) vulnerabilities
+  affecting the admin console.
+
+* A dependency on an Apache HttpClient version affected by known security
+  vulnerabilities (CVE-2012-6153 and CVE-2014-3577); see [AXIS2-5757][].
+
+The complete list of issues fixed in this version can be found [here][1].
+
+[AXIS2-4739]: https://issues.apache.org/jira/browse/AXIS2-4739
+[AXIS2-5683]: https://issues.apache.org/jira/browse/AXIS2-5683
+[AXIS2-5757]: https://issues.apache.org/jira/browse/AXIS2-5757
+[1]: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10611&version=12335945
\ No newline at end of file

Modified: axis/axis2/java/core/branches/1_7/src/site/site.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_7/src/site/site.xml?rev=1765893&r1=1765892&r2=1765893&view=diff
==============================================================================
--- axis/axis2/java/core/branches/1_7/src/site/site.xml (original)
+++ axis/axis2/java/core/branches/1_7/src/site/site.xml Thu Oct 20 22:08:00 2016
@@ -51,6 +51,7 @@
                 <item name="1.7.1" href="release-notes/1.7.1.html"/>
                 <item name="1.7.2" href="release-notes/1.7.2.html"/>
                 <item name="1.7.3" href="release-notes/1.7.3.html"/>
+                <item name="1.7.4" href="release-notes/1.7.4.html"/>
             </item>
             <item name="Modules" href="modules/index.html" />
             <item name="Tools" href="tools/index.html" />