Author: jross
Date: Fri Sep 6 12:37:19 2013
New Revision: 1520561
URL: http://svn.apache.org/r1520561
Log:
QPID-4990, QPID-5020, QPID-5021, QPID-5022: Update to the proposed final 0.24
release notes
Modified:
qpid/site/docs/releases/qpid-0.24/release-notes.html
qpid/site/input/releases/qpid-0.24/release-notes.md
Modified: qpid/site/docs/releases/qpid-0.24/release-notes.html
URL:
http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.24/release-notes.html?rev=1520561&r1=1520560&r2=1520561&view=diff
==============================================================================
--- qpid/site/docs/releases/qpid-0.24/release-notes.html (original)
+++ qpid/site/docs/releases/qpid-0.24/release-notes.html Fri Sep 6 12:37:19
2013
@@ -61,9 +61,21 @@ process. A list of these JIRA issues can
<p>For more information about this release, including download links and
documentation, see the <a href="index.html">release overview</a>.</p>
+<p><strong>Note:</strong> This is the last release that will support building
the C++
+source via autotools. The Qpid C++ codebase now uses cmake.</p>
+
+<p><strong>Note:</strong> The deprecated <code>qpid::client</code> API will be
removed in the
+next release. Users should instead use the
+<a href="http://qpid.apache.org/components/messaging-api/index.html">Qpid
Messaging API</a>.</p>
+
+<p><strong>Note:</strong> The QMF version 1 APIs will be removed in the next
release.
+Users should instead use the QMF APIs that speak version 2 of the QMF
+protocol.</p>
+
<h2 id="new-features-and-improvements">New features and improvements</h2>
<ul>
+<li><a href="https://issues.apache.org/jira/browse/QPID-3203">QPID-3203</a> -
Add ability to require an empty queue before autodeleting</li>
<li><a href="https://issues.apache.org/jira/browse/QPID-3247">QPID-3247</a> -
DeleteQueue limit policy</li>
<li><a href="https://issues.apache.org/jira/browse/QPID-3262">QPID-3262</a> -
Remove support for archaic Boost version 103200</li>
<li><a href="https://issues.apache.org/jira/browse/QPID-3689">QPID-3689</a> -
Enable TCP_NODELAY by default</li>
@@ -124,6 +136,9 @@ documentation, see the <a href="index.ht
<h2 id="bugs-fixed">Bugs fixed</h2>
<ul>
+<li><a href="https://issues.apache.org/jira/browse/QPID-2453">QPID-2453</a> -
Python messaging client unusable after receiving a malformed message</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-2514">QPID-2514</a> -
Objects from new version of QMF C++ agent libraries don't appear in
qpid-tool</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-3189">QPID-3189</a> -
Queue policy error can occur due to previous errors with persistent store</li>
<li><a href="https://issues.apache.org/jira/browse/QPID-3584">QPID-3584</a> -
qpid-config SPECIAL<em>ARGS list should include FLOW</em>RESUME_COUNT</li>
<li><a href="https://issues.apache.org/jira/browse/QPID-3772">QPID-3772</a> -
Qpid broker on Windows allows multiple, simultaneous processes to listen to
broker port</li>
<li><a href="https://issues.apache.org/jira/browse/QPID-3828">QPID-3828</a> -
When sending large messages loss of connection is not detected even with
heartbeats enabled</li>
Modified: qpid/site/input/releases/qpid-0.24/release-notes.md
URL:
http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-0.24/release-notes.md?rev=1520561&r1=1520560&r2=1520561&view=diff
==============================================================================
--- qpid/site/input/releases/qpid-0.24/release-notes.md (original)
+++ qpid/site/input/releases/qpid-0.24/release-notes.md Fri Sep 6 12:37:19 2013
@@ -31,9 +31,20 @@ process. A list of these JIRA issues can
For more information about this release, including download links and
documentation, see the [release overview](index.html).
+**Note:** This is the last release that will support building the C++
+source via autotools. The Qpid C++ codebase now uses cmake.
+
+**Note:** The deprecated `qpid::client` API will be removed in the
+next release. Users should instead use the
+[Qpid Messaging API](@site-url@/components/messaging-api/index.html).
+
+**Note:** The QMF version 1 APIs will be removed in the next release.
+Users should instead use the QMF APIs that speak version 2 of the QMF
+protocol.
## New features and improvements
+ - [QPID-3203](https://issues.apache.org/jira/browse/QPID-3203) - Add ability
to require an empty queue before autodeleting
- [QPID-3247](https://issues.apache.org/jira/browse/QPID-3247) - DeleteQueue
limit policy
- [QPID-3262](https://issues.apache.org/jira/browse/QPID-3262) - Remove
support for archaic Boost version 103200
- [QPID-3689](https://issues.apache.org/jira/browse/QPID-3689) - Enable
TCP_NODELAY by default
@@ -92,6 +103,9 @@ documentation, see the [release overview
## Bugs fixed
+ - [QPID-2453](https://issues.apache.org/jira/browse/QPID-2453) - Python
messaging client unusable after receiving a malformed message
+ - [QPID-2514](https://issues.apache.org/jira/browse/QPID-2514) - Objects from
new version of QMF C++ agent libraries don't appear in qpid-tool
+ - [QPID-3189](https://issues.apache.org/jira/browse/QPID-3189) - Queue policy
error can occur due to previous errors with persistent store
- [QPID-3584](https://issues.apache.org/jira/browse/QPID-3584) - qpid-config
SPECIAL_ARGS list should include FLOW_RESUME_COUNT
- [QPID-3772](https://issues.apache.org/jira/browse/QPID-3772) - Qpid broker
on Windows allows multiple, simultaneous processes to listen to broker port
- [QPID-3828](https://issues.apache.org/jira/browse/QPID-3828) - When sending
large messages loss of connection is not detected even with heartbeats enabled
@@ -220,4 +234,4 @@ documentation, see the [release overview
## Tasks
- [QPID-4914](https://issues.apache.org/jira/browse/QPID-4914) - [Java
Broker] Document how to bind queues to exchanges
- - [QPID-4916](https://issues.apache.org/jira/browse/QPID-4916) - [Java
Broker] Document how to configure queue arguments in virtual host configuration
file
\ No newline at end of file
+ - [QPID-4916](https://issues.apache.org/jira/browse/QPID-4916) - [Java
Broker] Document how to configure queue arguments in virtual host configuration
file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]