diff options
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: |