From f8e79d9543658ff76c927c6b1bc583259c6f3580 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sat, 17 Sep 2016 16:33:35 -0700 Subject: [PATCH] GUACAMOLE-107: Remove horrendously out-of-date changelogs. --- guacamole-common-js/ChangeLog | 61 ---------------------------- guacamole-common/ChangeLog | 45 --------------------- guacamole-ext/ChangeLog | 18 --------- guacamole/ChangeLog | 75 ----------------------------------- 4 files changed, 199 deletions(-) delete mode 100644 guacamole-common-js/ChangeLog delete mode 100644 guacamole-common/ChangeLog delete mode 100644 guacamole-ext/ChangeLog delete mode 100644 guacamole/ChangeLog diff --git a/guacamole-common-js/ChangeLog b/guacamole-common-js/ChangeLog deleted file mode 100644 index d069a606b..000000000 --- a/guacamole-common-js/ChangeLog +++ /dev/null @@ -1,61 +0,0 @@ -2013-07-01 Michael Jumper - - * Add support for "file", "blob", and "end" instructions - -2013-05-29 Michael Jumper - - * Fix support for AltGr and modifiers - * Handle bad source rect sizes in copy - -2012-10-24 Michael Jumper - - * Implement base audio support - * Implement audio instruction - * Add width/height getters to client - * Add onresize event to client - -2012-10-16 Michael Jumper - - * Fix stream inefficiency bug (ticket #201) - -2012-09-27 Michael Jumper - - * Fix variable naming conflict (ticket #191) - -2012-08-11 Michael Jumper - - * Improve documentation - -2012-08-02 Michael Jumper - - * Fix keyboard event handling - -2012-08-01 Michael Jumper - - * Implement absolute touch device emulation - -2012-05-04 Michael Jumper - - * Improved iPad and touch device support - * Improved touch support - * Implemented new drawing instructions - * Nestable layers - -2011-12-11 Michael Jumper - - * 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 - - * "sync" instruction - * Channel masks (alpha compositing) - * Multiple tunnel support - -2011-03-02 Michael Jumper - - * Initial release - diff --git a/guacamole-common/ChangeLog b/guacamole-common/ChangeLog deleted file mode 100644 index 9ccf90988..000000000 --- a/guacamole-common/ChangeLog +++ /dev/null @@ -1,45 +0,0 @@ -2012-10-24 Michael Jumper - - * Implement audio/video/size preamble in handshake - -2012-10-16 Michael Jumper - - * Ignore data after tunnel UUID (part of fix for ticket #201) - -2012-10-03 Michael Jumper - - * Fix NPE in handshake if end-of-stream encountered (ticket #195) - -2012-08-09 Michael Jumper - - * Improve documentation - -2012-07-24 Michael Jumper - - * Fix Unicode bug - -2012-05-04 Michael Jumper - - * Improved logging and exception handling - * Removed minor dependency on Apache Commons - * Improved API usability - -2011-12-11 Michael Jumper - - * Implemented improved instruction format - * Fixed failed connections when using Konqueror - * Relicensed as Mozilla/LGPL/GPL - -2011-07-13 Michael Jumper - - * Fixed "no element found" errors - * Added timeouts - * Multiple tunnel support - * Better error handling - * Added JavaDoc - * Added logging - -2011-03-02 Michael Jumper - - * Initial release - diff --git a/guacamole-ext/ChangeLog b/guacamole-ext/ChangeLog deleted file mode 100644 index 53960bae3..000000000 --- a/guacamole-ext/ChangeLog +++ /dev/null @@ -1,18 +0,0 @@ -2012-10-15 Michael Jumper - - * Updated to latest guacamole-common - -2012-08-11 Michael Jumper - - * Improved documentation - -2012-05-04 Michael Jumper - - * Renamed to guacamole-ext - * Generic HTTP-based Credentials object - * Added support for listeners and hooks - -2011-12-11 Michael Jumper - - * Initial release - diff --git a/guacamole/ChangeLog b/guacamole/ChangeLog deleted file mode 100644 index c4b322f46..000000000 --- a/guacamole/ChangeLog +++ /dev/null @@ -1,75 +0,0 @@ -2013-07-02 Michael Jumper - - * Update rdp.xml with new "enable-printing" parameter - -2013-06-25 Michael Jumper - - * Add support for notifications and file download - -2013-04-24 James Muehlner - - * Fix handling of checkbox parameters (ticket #307) - -2013-01-09 Michael Jumper - - * Rewrite parser for user-mapping.xml - * Fix truncation of parameter values - -2012-12-09 Michael Jumper - - * Sort connection IDs alphabetically - -2012-10-24 Michael Jumper - - * Implement auto-scaling - * Send optimal width/height - * Detect and send supported audio mimetypes - -2012-10-15 Michael Jumper - - * Migrate to guacamole-common 0.6.2 - * Migrate to guacamole-common-js 0.6.2 - -2012-08-11 Michael Jumper - - * Migrate to guacamole-common 0.6.1 - * Migrate to guacamole-common-js 0.6.1 - -2012-06-03 Michael Jumper - - * Fix clipboard blur bug - -2012-05-04 Michael Jumper - - * 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 - - * 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 - - * 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 - - * Initial release of modern 0.3.0+ series -