From 709d1ef3f33397c3673e4f8e692232e4185960f1 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Fri, 20 Jul 2007 20:16:20 +0000 Subject: Removed .txt from RELEASE_NOTES Added RELEASE_NOTES to EXTRA_DIST in Makefile.am git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@558116 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/Makefile.am | 2 +- cpp/RELEASE_NOTES | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ cpp/RELEASE_NOTES.txt | 49 ------------------------------------------------- 3 files changed, 50 insertions(+), 50 deletions(-) create mode 100644 cpp/RELEASE_NOTES delete mode 100644 cpp/RELEASE_NOTES.txt (limited to 'cpp') diff --git a/cpp/Makefile.am b/cpp/Makefile.am index 05f98578f2..ffeec27f97 100644 --- a/cpp/Makefile.am +++ b/cpp/Makefile.am @@ -20,7 +20,7 @@ AUTOMAKE_OPTIONS = 1.9.2 foreign ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = \ - LICENSE NOTICE README \ + LICENSE NOTICE README RELEASE_NOTES\ etc/qpidd \ $(PACKAGE).spec \ $(PACKAGE).spec.in diff --git a/cpp/RELEASE_NOTES b/cpp/RELEASE_NOTES new file mode 100644 index 0000000000..bfd2a1e34f --- /dev/null +++ b/cpp/RELEASE_NOTES @@ -0,0 +1,49 @@ +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/Outstanding Work +----------------------------- + +You can view the outstanding task list for Qpid by visiting our JIRA: +http://issues.apache.org/jira/browse/QPID + +Task QPID-65 C++ API documentation. + +New Feature QPID-43 Multiple-AMQP version support in the broker + +Improvement QPID-157 C++ client example code. +Improvement QPID-63 C++ event queue posix impl. + +Bug QPID-488 Concurrent access to apr_pools (which are not thread safe) +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 diff --git a/cpp/RELEASE_NOTES.txt b/cpp/RELEASE_NOTES.txt deleted file mode 100644 index bfd2a1e34f..0000000000 --- a/cpp/RELEASE_NOTES.txt +++ /dev/null @@ -1,49 +0,0 @@ -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/Outstanding Work ------------------------------ - -You can view the outstanding task list for Qpid by visiting our JIRA: -http://issues.apache.org/jira/browse/QPID - -Task QPID-65 C++ API documentation. - -New Feature QPID-43 Multiple-AMQP version support in the broker - -Improvement QPID-157 C++ client example code. -Improvement QPID-63 C++ event queue posix impl. - -Bug QPID-488 Concurrent access to apr_pools (which are not thread safe) -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 -- cgit v1.2.1