summaryrefslogtreecommitdiff
path: root/Final/cpp/RELEASE_NOTES
diff options
context:
space:
mode:
authorRajith Muditha Attapattu <rajith@apache.org>2007-10-31 18:29:09 +0000
committerRajith Muditha Attapattu <rajith@apache.org>2007-10-31 18:29:09 +0000
commitacaf7d59a7c287d0f06a18973b3487a515fa6ff8 (patch)
treeb642d1805bd567a157f390f9766e8246a3af251d /Final/cpp/RELEASE_NOTES
parente0651286d49afecdf9fc7daa55f2f5d48c7d33b0 (diff)
downloadqpid-python-acaf7d59a7c287d0f06a18973b3487a515fa6ff8.tar.gz
Creating a tag for the latest java RC. This will be promoted as the Final release if the RC is good
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/tags/M2@590781 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Final/cpp/RELEASE_NOTES')
-rw-r--r--Final/cpp/RELEASE_NOTES41
1 files changed, 41 insertions, 0 deletions
diff --git a/Final/cpp/RELEASE_NOTES b/Final/cpp/RELEASE_NOTES
new file mode 100644
index 0000000000..819539b1ec
--- /dev/null
+++ b/Final/cpp/RELEASE_NOTES
@@ -0,0 +1,41 @@
+Apache Incubator Qpid C++ M2 Release Notes
+-------------------------------------------
+
+The Qpid M2 release contains support the for AMQP 0-8 specification.
+You can access the 0-8 specification using the following link.
+http://www.amqp.org/tikiwiki/tiki-index.php?page=Download
+
+For full details of Qpid capabilities, as they currently stand, see our
+detailed project documentation at:
+
+http://cwiki.apache.org/confluence/pages/viewpage.action?pageId=28284
+
+Please take time to go through the README file provided with the distro to get a good understanding about build system etc.
+
+
+Known Issues
+------------
+
+You can view the outstanding task list for Qpid by visiting our JIRA:
+http://issues.apache.org/jira/browse/QPID
+
+Bug QPID-437 c++ broker doesn't obey the mandatory flag
+
+
+M2 Tasks Completed
+-------------------
+
+Test QPID-412 Implement initial C++ interop tests
+Task QPID-124 Connect AMQP version from ProtocolInitiation object to all version-aware objects
+
+New Feature QPID-154 Logging/tracing for C++.
+New Feature QPID-98 implement durable exchanges
+New Feature QPID-41 Persistent storage for messages & durable queues
+
+Improvement QPID-450 C++ demos
+Improvement QPID-64 C++ cluster design.
+Improvement QPID-62 C++ event queue design.
+
+Bug QPID-481 c++ broker dosen't implement channel.flow
+Bug QPID-467 Complete Interop Testing
+Bug QPID-123 Sporadic failure on Python tests