1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
0.6
----------------------------
# Complete rewrite of process management.
# Actually stop VNC Processes (Windows)
# Support loading remote hosts file.
# Command line switches
* --dev
* --listen
* --connect IP
* --list list_file
* --version
* --help
# manpage for (All UNIX sytems)
# Support for .rpms (Fedora, OpenSUSE)
# Implement Native VNC listener (OS X)
# Better process management, user gets notified if connection is broken.
# Licensing Updates (across the board).
# Improved documentation.
0.5 - "Kill the undead"
-----------------------------------------
*Complete rewrite of the interface
*Gitso no longer has Zombied VNC processes after it quits.
*Gitso stops the VNC process when it closes
*Updated Icon
*Updated License: GPL 3
*Added Support to be able to specify a list of hosts when you distribute it.
*Added History/Clear History of servers
*Added OS X 10.5 Support (need testing on 10.4 and 10.3)
* - OS X uses TightVNC 1.3.9
* - OS X uses OSXVNC 3.0
0.4 - "Do not fear the monster"
-----------------------------------------
*debianized tree structure
*added icon & .desktop file
*made about dialog work again
*remove deprecated menus and replace as ui manager
0.3
-----------------------------------------
*made a deb
0.2
-----------------------------------------
*initial release
|