GUACAMOLE-107: Remove horrendously out-of-date changelogs.

This commit is contained in:
Michael Jumper
2016-09-17 16:33:35 -07:00
parent 139de9aed1
commit f8e79d9543
4 changed files with 0 additions and 199 deletions

View File

@@ -1,61 +0,0 @@
2013-07-01 Michael Jumper <mike.jumper@guac-dev.org>
* Add support for "file", "blob", and "end" instructions
2013-05-29 Michael Jumper <zhangmaike@users.sourceforge.net>
* Fix support for AltGr and modifiers
* Handle bad source rect sizes in copy
2012-10-24 Michael Jumper <zhangmaike@users.sourceforge.net>
* Implement base audio support
* Implement audio instruction
* Add width/height getters to client
* Add onresize event to client
2012-10-16 Michael Jumper <zhangmaike@users.sourceforge.net>
* Fix stream inefficiency bug (ticket #201)
2012-09-27 Michael Jumper <zhangmaike@users.sourceforge.net>
* Fix variable naming conflict (ticket #191)
2012-08-11 Michael Jumper <zhangmaike@users.sourceforge.net>
* Improve documentation
2012-08-02 Michael Jumper <zhangmaike@users.sourceforge.net>
* Fix keyboard event handling
2012-08-01 Michael Jumper <zhangmaike@users.sourceforge.net>
* Implement absolute touch device emulation
2012-05-04 Michael Jumper <zhangmaike@users.sourceforge.net>
* Improved iPad and touch device support
* Improved touch support
* Implemented new drawing instructions
* Nestable layers
2011-12-11 Michael Jumper <zhangmaike@users.sourceforge.net>
* Implemented improved instruction format
* Fixed errors in IE in on-screen keyboard
* Relicensed as Mozilla/LGPL/GPL
* Touch support (emulates touchpad control of mouse pointer)
* "rect" and "clip" instructions
2011-07-13 Michael Jumper <zhangmaike@users.sourceforge.net>
* "sync" instruction
* Channel masks (alpha compositing)
* Multiple tunnel support
2011-03-02 Michael Jumper <zhangmaike@users.sourceforge.net>
* Initial release

View File

@@ -1,45 +0,0 @@
2012-10-24 Michael Jumper <zhangmaike@users.sourceforge.net>
* Implement audio/video/size preamble in handshake
2012-10-16 Michael Jumper <zhangmaike@users.sourceforge.net>
* Ignore data after tunnel UUID (part of fix for ticket #201)
2012-10-03 Michael Jumper <zhangmaike@users.sourceforge.net>
* Fix NPE in handshake if end-of-stream encountered (ticket #195)
2012-08-09 Michael Jumper <zhangmaike@users.sourceforge.net>
* Improve documentation
2012-07-24 Michael Jumper <zhangmaike@users.sourceforge.net>
* Fix Unicode bug
2012-05-04 Michael Jumper <zhangmaike@users.sourceforge.net>
* Improved logging and exception handling
* Removed minor dependency on Apache Commons
* Improved API usability
2011-12-11 Michael Jumper <zhangmaike@users.sourceforge.net>
* Implemented improved instruction format
* Fixed failed connections when using Konqueror
* Relicensed as Mozilla/LGPL/GPL
2011-07-13 Michael Jumper <zhangmaike@users.sourceforge.net>
* Fixed "no element found" errors
* Added timeouts
* Multiple tunnel support
* Better error handling
* Added JavaDoc
* Added logging
2011-03-02 Michael Jumper <zhangmaike@users.sourceforge.net>
* Initial release

View File

@@ -1,18 +0,0 @@
2012-10-15 Michael Jumper <zhangmaike@users.sourceforge.net>
* Updated to latest guacamole-common
2012-08-11 Michael Jumper <zhangmaike@users.sourceforge.net>
* Improved documentation
2012-05-04 Michael Jumper <zhangmaike@users.sourceforge.net>
* Renamed to guacamole-ext
* Generic HTTP-based Credentials object
* Added support for listeners and hooks
2011-12-11 Michael Jumper <zhangmaike@users.sourceforge.net>
* Initial release

View File

@@ -1,75 +0,0 @@
2013-07-02 Michael Jumper <mike.jumper@guac-dev.org>
* Update rdp.xml with new "enable-printing" parameter
2013-06-25 Michael Jumper <mike.jumper@guac-dev.org>
* Add support for notifications and file download
2013-04-24 James Muehlner <james.muehlner@guac-dev.org>
* Fix handling of checkbox parameters (ticket #307)
2013-01-09 Michael Jumper <zhangmaike@users.sourceforge.net>
* Rewrite parser for user-mapping.xml
* Fix truncation of parameter values
2012-12-09 Michael Jumper <zhangmaike@users.sourceforge.net>
* Sort connection IDs alphabetically
2012-10-24 Michael Jumper <zhangmaike@users.sourceforge.net>
* Implement auto-scaling
* Send optimal width/height
* Detect and send supported audio mimetypes
2012-10-15 Michael Jumper <zhangmaike@users.sourceforge.net>
* Migrate to guacamole-common 0.6.2
* Migrate to guacamole-common-js 0.6.2
2012-08-11 Michael Jumper <zhangmaike@users.sourceforge.net>
* Migrate to guacamole-common 0.6.1
* Migrate to guacamole-common-js 0.6.1
2012-06-03 Michael Jumper <zhangmaike@users.sourceforge.net>
* Fix clipboard blur bug
2012-05-04 Michael Jumper <zhangmaike@users.sourceforge.net>
* Touch-specific menus and keyboard support
* Logout prompt
* Multiple connections per user in user-mapping.xml
* Touch-related UI usability improvements
* Support for single sign-on
* Support for authentication involving parameters in URLs
* Test for WebSocket support (pluggable WebSocket support not yet stable)
* UI style improvements
2011-12-11 Michael Jumper <zhangmaike@users.sourceforge.net>
* Improved UI usability
* Support for multiple connections per user
* Real support for authentication providers
* Logout button
* Connection type icons (thanks to Tango Desktop Project)
* Fixed Ctrl-Alt-Delete bug (ticket #57)
* Fixed arrow key rendering (Chrome-specific issue)
* Fixed exception in XMLReader.parse() (ticket #66)
2011-07-13 Michael Jumper <zhangmaike@users.sourceforge.net>
* Migrated to new tunnel API
* Major cleanup of UI
* Fixed corrupt mouse cursor image
* Improved JavaScript style
* Logging (via SLF4J)
2011-03-02 Michael Jumper <zhangmaike@users.sourceforge.net>
* Initial release of modern 0.3.0+ series