diff options
| author | Aidan Skinner <aidan@apache.org> | 2008-12-19 16:51:14 +0000 |
|---|---|---|
| committer | Aidan Skinner <aidan@apache.org> | 2008-12-19 16:51:14 +0000 |
| commit | fe1c7af8fb35c0cca7ffbb88d581b795850cdde8 (patch) | |
| tree | ea0a0d365f9127ee5a4f7adb1c1a28c758ed0642 /java/release-docs/RELEASE_NOTES.txt | |
| parent | a9165d568c61883abedb2159a1af04cd287d73ae (diff) | |
| download | qpid-python-fe1c7af8fb35c0cca7ffbb88d581b795850cdde8.tar.gz | |
Update release notes for M4
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@728064 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/release-docs/RELEASE_NOTES.txt')
| -rw-r--r-- | java/release-docs/RELEASE_NOTES.txt | 26 |
1 files changed, 9 insertions, 17 deletions
diff --git a/java/release-docs/RELEASE_NOTES.txt b/java/release-docs/RELEASE_NOTES.txt index fd0653934d..690b04dfc0 100644 --- a/java/release-docs/RELEASE_NOTES.txt +++ b/java/release-docs/RELEASE_NOTES.txt @@ -16,28 +16,20 @@ and detailed developer documentation. New features, Improvements and Bug fixes ---------------------- -AMQP 0-10 support (client only) -Apache Derby persistent message store -Transient transactional performance has greatly increased. +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 full list can be found: -http://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12312117&styleName=Text&projectId=12310520 +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 ----------------------------- -QPID-959: Fail over between a 0-9 and a 0-10 broker is not supported. - -QPID-1251: On windows platforms the following run time exception is thrown and displayed when initiating a connection with an 0.9 broker: - Exception in thread "IoReceiver - localhost/localhost:5672" - java.lang.RuntimeException: connection closed - - Moreover, when closing JMS connections the JMS exception listener may - receive the following JMS exception: - - javax.jms.JMSException: connection was closed at - org.apache.qpid.client.AMQConnectionDelegate_0_10.onClosed(AMQConnectionDelegate_0_10.java:164) - You can view the outstanding task list for Qpid by visiting our JIRA: http://issues.apache.org/jira/browse/QPID |
