This commit is contained in:
Kenneth Giusti 2016-08-04 14:09:17 -04:00
parent a0e579a267
commit dd77107d5e
3 changed files with 20 additions and 2 deletions

View File

@ -7,6 +7,24 @@ callback-based API for message passing.
See the User Guide in the docs directory for more detail.
## Release 2.1.0 ##
* feature: add 'x-force-sasl' to connection property map
* bugfix: update old SASL unit test
## Release 2.0.4 ##
* Bump max proton version to 0.13
* performance tweak to link event handling
* fix perf-test.py tool
* bugfix: fix leak of timer callbacks
* enable Python 3.4 testing
* bugfix: fix receiver example (recv.py)
* several fixes to the SASL unit tests
* bugfix: fix leak of underlying proton objects
* Add SASL/SSL configuration options to examples
* bugfix: allow PLAIN or ANONYMOUS authentication in server mode
## Release 2.0.3 ##
* bugfix: fixed a memory leak

View File

@ -23,4 +23,4 @@ from pyngus.link import SenderLink, SenderEventHandler
from pyngus.sockets import read_socket_input
from pyngus.sockets import write_socket_output
VERSION = (2, 0, 4) # major, minor, fix
VERSION = (2, 1, 0) # major, minor, fix

View File

@ -19,7 +19,7 @@
from setuptools import setup
_VERSION = "2.0.4" # NOTE: update __init__.py too!
_VERSION = "2.1.0" # NOTE: update __init__.py too!
# I hack, therefore I am (productive) Some distros (which will not be named)
# don't use setup.py to install the proton python module. In this case, pip