diff options
| author | Rajith Muditha Attapattu <rajith@apache.org> | 2008-12-19 19:34:45 +0000 |
|---|---|---|
| committer | Rajith Muditha Attapattu <rajith@apache.org> | 2008-12-19 19:34:45 +0000 |
| commit | 38cde902ffe68eac8ffb0884bcc9c7bfa98c02ac (patch) | |
| tree | 3599403c0c9690898f1e336c009a5564c587c732 /RC5/java/release-docs | |
| parent | a8960649bcd365ef70a5de7812f5910222388a6d (diff) | |
| download | qpid-python-38cde902ffe68eac8ffb0884bcc9c7bfa98c02ac.tar.gz | |
Tagging RC5 for M4 release
git-svn-id: https://svn.apache.org/repos/asf/qpid/tags/M4@728121 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'RC5/java/release-docs')
| -rw-r--r-- | RC5/java/release-docs/RELEASE_NOTES.txt | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/RC5/java/release-docs/RELEASE_NOTES.txt b/RC5/java/release-docs/RELEASE_NOTES.txt new file mode 100644 index 0000000000..690b04dfc0 --- /dev/null +++ b/RC5/java/release-docs/RELEASE_NOTES.txt @@ -0,0 +1,35 @@ +Apache Qpid Incubating Java M4 Release Notes +------------------------------------------- + +The Qpid M4 release contains support for AMQP 0-8, 0-9 and 0-10. You +can access the specifications from +http://www.amqp.org/tikiwiki/tiki-index.php?page=Download + +For full details of Apache Qpid's capabilities 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. + +New features, Improvements and Bug fixes +---------------------- + +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 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 +----------------------------- + +You can view the outstanding task list for Qpid by visiting our JIRA: +http://issues.apache.org/jira/browse/QPID |
