From 5f3f283e38eba9435f715fc11c7ea5247ee61a03 Mon Sep 17 00:00:00 2001 From: Marc Sibson Date: Fri, 8 May 2015 21:51:03 -0700 Subject: [PATCH] update for release --- HISTORY.txt | 11 ++++++++++- README.rst | 3 ++- setup.py | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/HISTORY.txt b/HISTORY.txt index 2b392082..b7081c2c 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,7 +1,16 @@ -0.8.1 (unreleased) +0.9.0 (2015-05-08) ------------------ + - add special keys [~!@#$%^&*()_+{}|:\"<>?] to --force-caps, for servers that don't handle them, Tyler Oderkirk, Aragats Amirkhanyan + - improve vnclog performance with TCP_NODELAY, Ian Britten + - by default pause 10ms between sending commands, better compatability with servers + - better handle screen resizing, Daniel Stelter-Gliese - API, fix deadlocks due to threaded init of PIL, thanks Antti Kervinen - API, support password protected server, thanks Antti Kervinen + - API, able to connect to multiple servers, Daniel Stelter-Gliese + - drop official support for py2.4 and py2.5 + - use Pillow rather than PIL + +Thanks to Jan Sedlák, Daniel Stelter-Gliese, Antti Kervinen, Anatoly Techtonik, Tyler Oderkirk and Aragats Amirkhanyan for helping make this release possible 0.8.0 (2013-08-06) ------------------ diff --git a/README.rst b/README.rst index a8659450..4ea1c1fd 100644 --- a/README.rst +++ b/README.rst @@ -35,7 +35,8 @@ More documentation can be found on ReadtheDocs_. Feedback -------------------------------- Comments, suggestions and patches are welcome and appreciated. -They can be sent to sibson+vncdotool@gmail.com or via GitHub_. +They can be sent to via GitHub_, vncdotool@googlegroups.com or sibson+vncdotool@gmail.com. + If you are reporting a bug or issue please include the version of both vncdotool and the VNC server you are using it with. diff --git a/setup.py b/setup.py index ade17cd0..6772c06f 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='vncdotool', - version='0.9.0.dev0', + version='0.9.0', description='Command line VNC client', install_requires=[ 'Twisted',