vncdotool - 0.3.0 (unreleased)
------------------------------------
    - main program renamed to vncdo, vncdotool continues an alias for now
    - read/play commands from stdin or file
    - proxy/record modes to create scripts from interactive sessions
    - better control over mouse in screen captures with --nocursor
      and --localcursor
    - mousemove, sleep command aliases to match xdotool
    - keyup/keydown commands for more control over keypresses
    - send SetEncodings on connect, thanks Matias Suarez for fix
    - debian packaging
    - allow default delay between all commands
    - type "Hello World" now preserves capitalization
    - don't immediately give up on VNC 4.0 servers
    - improved frameUpdate handling

vncdotool - 0.2.0 (2012-08-07)
--------------------------------
    - add pause, mouseup, mousedown, drag commands
    - only require TWisted 11.1.0, so we can have py2.4 support
    - bugfixes, thanks Christopher Holm for reporting
       - vncdotool type -something now works
       - no longer silently fail for unsupported image formats

vncdotool - 0.1.1 (2011-05-18)
--------------------------------
    - add PIL to requires
    - fix bug where incorrect mouse button is sent

vncdotool - 0.1.0 (2011-03-03)
--------------------------------
    - first release
    - commands: press, type, move, click, capture, expect
