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 | 34b1725a48afe8711a15b86338eb7bbc77bc60d1 (patch) | |
tree | 88455566c592d777102c30d78e04ba31c2836c14 | |
parent | 8bc3e94ae5c634062dce8bef602e0dfd30dce507 (diff) | |
download | qpid-python-34b1725a48afe8711a15b86338eb7bbc77bc60d1.tar.gz |
Added a note about C++ client API changes
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@728120 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | qpid/cpp/RELEASE_NOTES | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/cpp/RELEASE_NOTES b/qpid/cpp/RELEASE_NOTES index f0ec16727d..92f1f5933d 100644 --- a/qpid/cpp/RELEASE_NOTES +++ b/qpid/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: |