summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAidan Skinner <aidan@apache.org>2008-12-19 16:51:14 +0000
committerAidan Skinner <aidan@apache.org>2008-12-19 16:51:14 +0000
commit7695fc5636fd86b6c3eeffe64e9f4949db61d129 (patch)
tree4f7219c7858cc7f78f4090bf11c528dd908ff467
parent9d452e51c35b973a797aa2132998eb5cb29eb146 (diff)
downloadqpid-python-7695fc5636fd86b6c3eeffe64e9f4949db61d129.tar.gz
Update release notes for M4
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@728064 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/java/release-docs/RELEASE_NOTES.txt26
-rw-r--r--qpid/java/release-docs/RELEASE_NOTES_M1.txt74
2 files changed, 9 insertions, 91 deletions
diff --git a/qpid/java/release-docs/RELEASE_NOTES.txt b/qpid/java/release-docs/RELEASE_NOTES.txt
index fd0653934d..690b04dfc0 100644
--- a/qpid/java/release-docs/RELEASE_NOTES.txt
+++ b/qpid/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
diff --git a/qpid/java/release-docs/RELEASE_NOTES_M1.txt b/qpid/java/release-docs/RELEASE_NOTES_M1.txt
deleted file mode 100644
index 638f4c6f61..0000000000
--- a/qpid/java/release-docs/RELEASE_NOTES_M1.txt
+++ /dev/null
@@ -1,74 +0,0 @@
-Apache Incubator Qpid Java M1 Release Notes
--------------------------------------------
-
-The Qpid M1 release is intended to serve as a useful baseline release
-for the project, allowing interested users to use the current featureset.
-
-For full details of Qpid capabilities, as they currently stand, see our
-detailed project documentation at:
-
-http://cwiki.apache.org/confluence/display/qpid/Qpid+Java+Documentation
-
-From the link above you can access our Getting Started Guide, FAQ, Build How To
-and detailed developer documentation.
-
-
-Known Issues/OUtstanding Work
------------------------------
-
-You can view the outstanding task list for Qpid by visiting our JIRA:
-
-http://issues.apache.org/jira/browse/QPID
-
-
-M1 Tasks Completed
--------------------
-
-The set of JIRA tasks completed as part of the M1 effort is available at:
-
-http://cwiki.apache.org/confluence/display/qpid/Qpid+Java+M1+Release+Notes
-
-This list is copied below for convenience:
-
-Bugs
-----
-http://issues.apache.org/jira/browse/QPID-4 - Remove '/' and ':' from generated queue names
-http://issues.apache.org/jira/browse/QPID-7 - Occasionally messages are ack'd more than once
-http://issues.apache.org/jira/browse/QPID-10- Broker throughput falls off with transactions
-http://issues.apache.org/jira/browse/QPID-56 - AMQQueueMBean - MessageCount on the management interface is not correct.
-http://issues.apache.org/jira/browse/QPID-58 - Creating a QueueReceiver results in ClassCastException
-http://issues.apache.org/jira/browse/QPID-66 - AMQSession implementation of TopicSession and QueueSession interfaces not JMS compliant
-http://issues.apache.org/jira/browse/QPID-68 - Ant build system fails if the project path contains a space
-http://issues.apache.org/jira/browse/QPID-69 - Race condition in Delivery Manager
-
-Improvements
-------------
-http://issues.apache.org/jira/browse/QPID-36 - Add high and low watermark to flow control
-http://issues.apache.org/jira/browse/QPID-44 - Add high and low watermark to flow control
-http://issues.apache.org/jira/browse/QPID-57 - AMQQueueMBean - Message header attributes should be sent along with message content.
-
-
-New Features
-------------
-http://issues.apache.org/jira/browse/QPID-13 - Add option to include prefix and suffix in log file name for broker
-http://issues.apache.org/jira/browse/QPID-23 - Extend JNDI support provided to include initial context factory
-http://issues.apache.org/jira/browse/QPID-29 - Provide support for using Qpid JMX with Tivoli for application monitoring
-http://issues.apache.org/jira/browse/QPID-30 - Allow configuration of working/log directories written to by broker
-http://issues.apache.org/jira/browse/QPID-40 - Implement tx.select, tx.commit & tx.rollback from AMQP
-
-
-Tasks
------
-http://issues.apache.org/jira/browse/QPID-18 - Update Java client and broker to MINA 1.0 release
-http://issues.apache.org/jira/browse/QPID-73 - Create Build Artifacts for release process using ant/maven
-http://issues.apache.org/jira/browse/QPID-74 - Create source distribtuion using build system
-http://issues.apache.org/jira/browse/QPID-75 - Create Standard Binary distribution using build system
-
-
-
-
-
-
-
-
-