summaryrefslogtreecommitdiff
path: root/qpid/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp')
-rw-r--r--qpid/cpp/Makefile.am2
-rw-r--r--qpid/cpp/NOTICE10
-rw-r--r--qpid/cpp/README9
-rw-r--r--qpid/cpp/RELEASE_NOTES41
4 files changed, 52 insertions, 10 deletions
diff --git a/qpid/cpp/Makefile.am b/qpid/cpp/Makefile.am
index c9bf1aee59..33508d450d 100644
--- a/qpid/cpp/Makefile.am
+++ b/qpid/cpp/Makefile.am
@@ -4,7 +4,7 @@ ACLOCAL_AMFLAGS = -I m4
SPEC=$(PACKAGE).spec
EXTRA_DIST = \
- LICENSE NOTICE README \
+ LICENSE NOTICE README RELEASE_NOTES\
etc/qpidd \
$(SPEC) $(SPEC).in \
rpm/README.qpidd-devel \
diff --git a/qpid/cpp/NOTICE b/qpid/cpp/NOTICE
index bf10fea3f7..cae69a873a 100644
--- a/qpid/cpp/NOTICE
+++ b/qpid/cpp/NOTICE
@@ -15,13 +15,11 @@ Aside from contributions to the Apache Qpid project, this software also
includes (binary only):
- None at this time
-Project dependancies:
- * apr version 1.2.7 under the Apache Software License, Version 2.0, and
- can be downloded from http://apr.apache.org
+Project requires, not packaged:
+ * apr version 1.2.7 or later under the Apache Software License, Version 2.0,
+ and can be downloded from http://apr.apache.org
- * boost vesrion 1.33.1 or later under the Boost Software License, and
+ * boost version 1.33.1 or later under the Boost Software License, and
can be downloaded from http://www.boost.org
- Included in most OS platfroms by defualt.
-
-
diff --git a/qpid/cpp/README b/qpid/cpp/README
index b50d00ed7c..5361d8aa61 100644
--- a/qpid/cpp/README
+++ b/qpid/cpp/README
@@ -41,8 +41,11 @@ Building on a platform other than Linux currently requires:
Optional cluster functionality requires:
* openais <http://openais.org/> (0.80.3)
-Optionally building/running the tests requires:
- * cppunit <http://cppunit.sourceforge.net> (1.11.4)
+ * apr <http://apr.apache.org> (1.2.7)
+ * boost <http://www.boost.org> (1.33.1)
+ * cppunit <http://cppunit.sourceforge.net> (1.11.4)
+
+Using tools:
Qpid has been built using the gcc compiler:
* gcc <http://gcc.gnu.org/> (3.2.3)
@@ -64,7 +67,7 @@ all of the above plus:
On linux most packages can be installed using your distribution's package
management tool. For example on Fedora:
- # yum install apr-devel boost-devel cppunit-devel e2fsprogs-devel
+ # yum install apr-devel boost-devel cppunit-devel
# yum install pkgconfig doxygen graphviz help2man
Follow the manual installation instruction below for any packages not
diff --git a/qpid/cpp/RELEASE_NOTES b/qpid/cpp/RELEASE_NOTES
new file mode 100644
index 0000000000..819539b1ec
--- /dev/null
+++ b/qpid/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