summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2010-01-29 10:59:38 +0000
committerGordon Sim <gsim@apache.org>2010-01-29 10:59:38 +0000
commit059d41c09896c9ca992c406cbb3cffc3b33d3240 (patch)
tree2ab2adb048e2634235657d7556343f322a1b00e7
parenta78c09f24cf8f080673cc556ec44745d5610f5c1 (diff)
downloadqpid-python-059d41c09896c9ca992c406cbb3cffc3b33d3240.tar.gz
Revised release notes for 0.6
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.6-release@904458 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/RELEASE_NOTES16
-rw-r--r--qpid/dotnet/RELEASE_NOTES.txt19
-rw-r--r--qpid/java/release-docs/RELEASE_NOTES.txt22
-rw-r--r--qpid/python/RELEASE_NOTES11
-rw-r--r--qpid/ruby/RELEASE_NOTES11
5 files changed, 15 insertions, 64 deletions
diff --git a/qpid/cpp/RELEASE_NOTES b/qpid/cpp/RELEASE_NOTES
index b861503f9d..760a0ea482 100644
--- a/qpid/cpp/RELEASE_NOTES
+++ b/qpid/cpp/RELEASE_NOTES
@@ -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.
diff --git a/qpid/dotnet/RELEASE_NOTES.txt b/qpid/dotnet/RELEASE_NOTES.txt
index 237f0278d9..0c18eebcef 100644
--- a/qpid/dotnet/RELEASE_NOTES.txt
+++ b/qpid/dotnet/RELEASE_NOTES.txt
@@ -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.
diff --git a/qpid/java/release-docs/RELEASE_NOTES.txt b/qpid/java/release-docs/RELEASE_NOTES.txt
index 690b04dfc0..6eca62a3cb 100644
--- a/qpid/java/release-docs/RELEASE_NOTES.txt
+++ b/qpid/java/release-docs/RELEASE_NOTES.txt
@@ -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 @@ http://cwiki.apache.org/confluence/display/qpid/Qpid+Java+Documentation
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
-----------------------------
diff --git a/qpid/python/RELEASE_NOTES b/qpid/python/RELEASE_NOTES
index c0903df38e..885b4890f1 100644
--- a/qpid/python/RELEASE_NOTES
+++ b/qpid/python/RELEASE_NOTES
@@ -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.
diff --git a/qpid/ruby/RELEASE_NOTES b/qpid/ruby/RELEASE_NOTES
index 29760bd83a..1d0d46d6ba 100644
--- a/qpid/ruby/RELEASE_NOTES
+++ b/qpid/ruby/RELEASE_NOTES
@@ -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.