Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sibson committed Mar 3, 2016
1 parent 962ae9d commit 70eb61a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
12 changes: 12 additions & 0 deletions DEVELOP.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,15 @@ The functional tests require libvncserver/examples to be on your path before
running::

nosetests tests/functional


Release
--------
1. update setup.py with version
1. ensure HISTORY contains correct version
1. git commit -m"set version"
1. git tag v
1. python setup.py sdist bdist_wheel upload
1. add new section to HISTORY
1. update setup.py version
1. blog post/twitter
9 changes: 7 additions & 2 deletions HISTORY.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
0.9.1 (unreleased)
0.10.0 (2016-03-03)
------------------
-
- drop offical 2.6 support, it'll probably work for a while still
- use frombytes rather than fromstring for compatibility with PIL
- vnclog works with password protected servers using --password-required
- exit more reliably after an error
- use increatmental frameBufferUpdateRequests, appears to be compatible with more servers
- include basic version negotiation with servers, thanks Ezra Bühler

0.9.0 (2015-05-08)
------------------
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.1.dev0',
version='0.10.0',
description='Command line VNC client',
install_requires=[
'Twisted',
Expand Down

0 comments on commit 70eb61a

Please sign in to comment.