You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gs...@apache.org on 2010/01/29 11:59:47 UTC

svn commit: r904458 - in /qpid/branches/0.6-release/qpid: cpp/RELEASE_NOTES dotnet/RELEASE_NOTES.txt java/release-docs/RELEASE_NOTES.txt python/RELEASE_NOTES ruby/RELEASE_NOTES

Author: gsim
Date: Fri Jan 29 10:59:38 2010
New Revision: 904458

URL: http://svn.apache.org/viewvc?rev=904458&view=rev
Log:
Revised release notes for 0.6

Modified:
    qpid/branches/0.6-release/qpid/cpp/RELEASE_NOTES
    qpid/branches/0.6-release/qpid/dotnet/RELEASE_NOTES.txt
    qpid/branches/0.6-release/qpid/java/release-docs/RELEASE_NOTES.txt
    qpid/branches/0.6-release/qpid/python/RELEASE_NOTES
    qpid/branches/0.6-release/qpid/ruby/RELEASE_NOTES

Modified: qpid/branches/0.6-release/qpid/cpp/RELEASE_NOTES
URL: http://svn.apache.org/viewvc/qpid/branches/0.6-release/qpid/cpp/RELEASE_NOTES?rev=904458&r1=904457&r2=904458&view=diff
==============================================================================
--- qpid/branches/0.6-release/qpid/cpp/RELEASE_NOTES (original)
+++ qpid/branches/0.6-release/qpid/cpp/RELEASE_NOTES Fri Jan 29 10:59:38 2010
@@ -1,21 +1,11 @@
-Apache Qpid C++ M4 Release Notes
+Apache Qpid C++ 0.6 Release Notes
 --------------------------------
 
-The Qpid M4 release of the c++ client and broker support the 0-10
+The Qpid 0.6 release of the c++ client and broker support the 0-10
 version of the AMQP specification.  You can access this specification
 from: 
 
-http://jira.amqp.org/confluence/display/AMQP/Download
-
-Notable additions for the M$ release includes, the c++ client API had improvements done to make it more user friendly. The c++ broker has a windows port, acl support, SSL support, performance enhancements and clustering (experimental).
-
-Please note that due to c++ client API changes, it is likely that programs written against the M3 client will not compile.
-You will need to change to the new API thats described at http://qpid.apache.org/docs/api/html/
-
-For full details of Qpid c++ capabilities, as they currently stand,
-see our project documentation at:
-
-http://cwiki.apache.org/confluence/pages/viewpage.action?pageId=28284
+http://www.amqp.org/confluence/display/AMQP/AMQP+Specification
 
 Please take time to go through the README file provided with the
 distro to get a good understanding about build system etc.

Modified: qpid/branches/0.6-release/qpid/dotnet/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/qpid/branches/0.6-release/qpid/dotnet/RELEASE_NOTES.txt?rev=904458&r1=904457&r2=904458&view=diff
==============================================================================
--- qpid/branches/0.6-release/qpid/dotnet/RELEASE_NOTES.txt (original)
+++ qpid/branches/0.6-release/qpid/dotnet/RELEASE_NOTES.txt Fri Jan 29 10:59:38 2010
@@ -1,26 +1,11 @@
-Apache Incubator Qpid .NET M4 Release Notes
+Apache Incubator Qpid .NET 0.6 Release Notes
 -------------------------------------------
 
-The Qpid M4 release contains seperate clients that support the AMQP
+The Qpid 0.6 release contains seperate clients that support the AMQP
 0-10 and AMQP 0-8 protocols.
 
-For full details of Qpid capabilities, as they currently stand, see our
-detailed project documentation at:
-
-http://cwiki.apache.org/confluence/display/qpid/Qpid+.Net+Documentation
-
-From the link above you can access our Getting Started Guide, FAQ, Build How To
-and developer documentation.
-
-
 Known Issues/Outstanding Work
 -----------------------------
 
 You can view the outstanding task list for Qpid by visiting our JIRA:
 http://issues.apache.org/jira/browse/QPID
-
-
-Changes since M3
-----------------
-
-The major change since M3 has been the addition of a new client which implements 0-10 support.

Modified: qpid/branches/0.6-release/qpid/java/release-docs/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/qpid/branches/0.6-release/qpid/java/release-docs/RELEASE_NOTES.txt?rev=904458&r1=904457&r2=904458&view=diff
==============================================================================
--- qpid/branches/0.6-release/qpid/java/release-docs/RELEASE_NOTES.txt (original)
+++ qpid/branches/0.6-release/qpid/java/release-docs/RELEASE_NOTES.txt Fri Jan 29 10:59:38 2010
@@ -1,9 +1,10 @@
-Apache Qpid Incubating Java M4 Release Notes
+Apache Qpid Incubating Java 0.6 Release Notes
 -------------------------------------------
 
-The Qpid M4 release contains support for AMQP 0-8, 0-9 and 0-10. You
+The Qpid 0.6 release contains support for AMQP 0-8, 0-9 and 0-10. You
 can access the specifications from
-http://www.amqp.org/tikiwiki/tiki-index.php?page=Download
+
+http://www.amqp.org/confluence/display/AMQP/AMQP+Specification
 
 For full details of Apache Qpid's capabilities see our detailed
 project documentation at:
@@ -13,21 +14,6 @@
 From the link above you can access our Getting Started Guide, FAQ, Build How To
 and detailed developer documentation.
 
-New features, Improvements and Bug fixes
-----------------------
-
-A security related problem was addressed. If Base64MD5 passwords are
-turned on on the broker and it has been configured to use JMXMP via
-the addition of jxmremote_optional.jar to the classpath, it is
-possible for an attacker to bypass the authentication on the JMX
-management interface due to a bug in password verification.
-
-A new command line management interface was added (qpid-cli)
-
-A full list of changes can be found at:
-https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12313279&styleName=Text&projectId=12310520
-
-
 Known Issues/Outstanding Work
 -----------------------------
 

Modified: qpid/branches/0.6-release/qpid/python/RELEASE_NOTES
URL: http://svn.apache.org/viewvc/qpid/branches/0.6-release/qpid/python/RELEASE_NOTES?rev=904458&r1=904457&r2=904458&view=diff
==============================================================================
--- qpid/branches/0.6-release/qpid/python/RELEASE_NOTES (original)
+++ qpid/branches/0.6-release/qpid/python/RELEASE_NOTES Fri Jan 29 10:59:38 2010
@@ -1,17 +1,12 @@
-Apache Python M4 Release Notes
+Apache Python 0.6 Release Notes
 ------------------------------
 
-The Qpid M4 release of the python client contains support the for both
+The Qpid 0.6 release of the python client contains support the for both
  0-8 and 0-10 of the AMQP specification as well as support for the
 non-WIP portion of the 0-9 specification.  You can access these
 specifications from:
 
-http://jira.amqp.org/confluence/display/AMQP/Download
-
-For full details of Qpid capabilities, as they currently stand, see our
-project page at:
-
-http://cwiki.apache.org/confluence/display/qpid/Index
+http://www.amqp.org/confluence/display/AMQP/AMQP+Specification
 
 The README file provided contains some details on installing and using
 the python client that is included with this distribution.

Modified: qpid/branches/0.6-release/qpid/ruby/RELEASE_NOTES
URL: http://svn.apache.org/viewvc/qpid/branches/0.6-release/qpid/ruby/RELEASE_NOTES?rev=904458&r1=904457&r2=904458&view=diff
==============================================================================
--- qpid/branches/0.6-release/qpid/ruby/RELEASE_NOTES (original)
+++ qpid/branches/0.6-release/qpid/ruby/RELEASE_NOTES Fri Jan 29 10:59:38 2010
@@ -1,15 +1,10 @@
-Apache Qpid Ruby M4 Release Notes
+Apache Qpid Ruby 0.6 Release Notes
 ---------------------------------
 
-The Qpid M4 release of the ruby client contains support the for AMQP
+The Qpid 0.6 release of the ruby client contains support the for AMQP
 0-10 & 0-8 specifications. See:
 
-http://jira.amqp.org/confluence/display/AMQP/Download
-
-For full details of Qpid capabilities, as they currently stand, see
-our project page at:
-
-http://cwiki.apache.org/confluence/display/qpid/Index
+http://www.amqp.org/confluence/display/AMQP/AMQP+Specification
 
 The README file provided contains some details on installing and using
 the ruby client that is included with this distribution.



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org