Skip to content
This repository has been archived by the owner on May 31, 2022. It is now read-only.

Commit

Permalink
Version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jakm committed Dec 18, 2016
1 parent d7f7216 commit d670010
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
txmsgpackrpc (1.2) unstable; urgency=low

[ Jakub Matys ]
* Allow UNIX sockets for PY3 with Twisted >= 15.3.0
* Build script changed to optionaly build deb package and/or upload to pypi
* Fixed detection of 'msgid' param for Python3
* 'stopTrying' to reconnect when max number of connection attempts failed
* Issue #4: fixed installation in Windows
* Support for CI
* Added status icon

[ tobixx ]
* added useList parameter
* fixed type docu
* fixed type docu, the second
* forwarding trough layers
* fixed not forwarded parameter in super call

-- Jakub Matys <matys.jakub@gmail.com> Sun, 18 Dec 2016 14:07:07 +0100

txmsgpackrpc (1.1) unstable; urgency=low

* Issue #2: reset packer after serialization error
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import setuptools


__VERSION__ = "1.1"
__VERSION__ = "1.2"


# Hard linking doesn't work inside some virtual FS's.
Expand Down

0 comments on commit d670010

Please sign in to comment.