Skip to content

Commit

Permalink
update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sibson committed May 9, 2015
1 parent 7f5989c commit 5f3f283
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
11 changes: 10 additions & 1 deletion HISTORY.txt
Original file line number Diff line number Diff line change
@@ -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)
------------------
Expand Down
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected] or via GitHub_.
They can be sent to via GitHub_, [email protected] or [email protected].

If you are reporting a bug or issue please include the version of both vncdotool
and the VNC server you are using it with.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='vncdotool',
version='0.9.0.dev0',
version='0.9.0',
description='Command line VNC client',
install_requires=[
'Twisted',
Expand Down

0 comments on commit 5f3f283

Please sign in to comment.