diff options
author | Rajith Muditha Attapattu <rajith@apache.org> | 2008-12-19 19:33:02 +0000 |
---|---|---|
committer | Rajith Muditha Attapattu <rajith@apache.org> | 2008-12-19 19:33:02 +0000 |
commit | d98c3cdf286d3ee16904d66337a20d94a8e95dc3 (patch) | |
tree | dc421c1d493a47c9f0073a6e3238702c852ab8ac /cpp | |
parent | 669015de7bf140056848dcc272ab4eeadde59e61 (diff) | |
download | qpid-python-d98c3cdf286d3ee16904d66337a20d94a8e95dc3.tar.gz |
Added a note about C++ client API changes
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@728120 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/RELEASE_NOTES | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/RELEASE_NOTES b/cpp/RELEASE_NOTES index f0ec16727d..92f1f5933d 100644 --- a/cpp/RELEASE_NOTES +++ b/cpp/RELEASE_NOTES @@ -9,6 +9,9 @@ http://jira.amqp.org/confluence/display/AMQP/Download Notable additions for the M$ release includes, the c++ client API had improvements done to make it more user friendly. The c++ broker has a windows port, acl support, SSL support, performance enhancements and clustering (experimental). +Please note that due to c++ client API changes, it is likely that programs written against the M3 client will not compile. +You will need to change to the new API thats described at http://qpid.apache.org/docs/api/c++/html/index.html + For full details of Qpid c++ capabilities, as they currently stand, see our project documentation at: |