Repository: incubator-guacamole-website Updated Branches: refs/heads/master 428c553f7 -> f20219b2e
Document changes missing from 0.9.10-incubating release notes. Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/commit/feeb4701 Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/tree/feeb4701 Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/diff/feeb4701 Branch: refs/heads/master Commit: feeb47011bd2716890e8521341b40d7c2b302463 Parents: 428c553 Author: Michael Jumper <[email protected]> Authored: Sat Dec 3 16:48:20 2016 -0800 Committer: Michael Jumper <[email protected]> Committed: Sat Dec 3 16:48:20 2016 -0800 ---------------------------------------------------------------------- _releases/0.9.10-incubating.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/feeb4701/_releases/0.9.10-incubating.md ---------------------------------------------------------------------- diff --git a/_releases/0.9.10-incubating.md b/_releases/0.9.10-incubating.md index 3b76a84..dfb3704 100644 --- a/_releases/0.9.10-incubating.md +++ b/_releases/0.9.10-incubating.md @@ -39,6 +39,28 @@ support it), as well as audio input for RDP, theming/branding via extensions, and several other improvements. +We're incubating! +----------------- + +The Guacamole project has been accepted into the [Apache +Incubator](http://incubator.apache.org/), and is thus now Apache Guacamole +(incubating). Beyond simply moving the website, this necessitated a number of +changes, including switching to the [Apache +License](https://www.apache.org/licenses/LICENSE-2.0) and migrating Guacamole's +Java API and Maven artifacts from `org.glyptodon.guacamole` to +`org.apache.guacamole`. If you are simply using the Guacamole web application +as-is, the transition should be fairly seamless, but downstream users of the +APIs will need to update their source to make use of this release. + + * [GUACAMOLE-1](https://issues.apache.org/jira/browse/GUACAMOLE-1) - Update source licenses and LICENSE / NOTICE / DISCLAIMER + * [GUACAMOLE-3](https://issues.apache.org/jira/browse/GUACAMOLE-3) - Contribution guidelines are incorrect + * [GUACAMOLE-93](https://issues.apache.org/jira/browse/GUACAMOLE-93) - Migrate Docker images to build from git + * [GUACAMOLE-97](https://issues.apache.org/jira/browse/GUACAMOLE-97) - Update documentation for Docker images + * [GUACAMOLE-107](https://issues.apache.org/jira/browse/GUACAMOLE-107) - Update documentation with respect to Apache + * [GUACAMOLE-116](https://issues.apache.org/jira/browse/GUACAMOLE-116) - Strip pre-built minified JavaScript libraries from source tarball + * [GUACAMOLE-131](https://issues.apache.org/jira/browse/GUACAMOLE-131) - JavaScript libraries should not be bundled in source + + Screen sharing -------------- @@ -86,6 +108,7 @@ and does not affect the core Guacamole stack and protocol, which continues to handle file transfer as it always has. * [GUACAMOLE-44](https://issues.apache.org/jira/browse/GUACAMOLE-44) - Upload/download of files that are more than 1 GB fail + * [GUACAMOLE-46](https://issues.apache.org/jira/browse/GUACAMOLE-46) - File uploads are very slow RDP audio input @@ -222,6 +245,10 @@ typos in Guacamole's French translation. * [GUACAMOLE-18](https://issues.apache.org/jira/browse/GUACAMOLE-18) - Fix typo in French translation * [GUACAMOLE-22](https://issues.apache.org/jira/browse/GUACAMOLE-22) - Update missing french translations * [GUACAMOLE-23](https://issues.apache.org/jira/browse/GUACAMOLE-23) - __guac_socket_fd_select_handler() must always init fd_set + * [GUACAMOLE-35](https://issues.apache.org/jira/browse/GUACAMOLE-35) - Performance flags not handled * [GUACAMOLE-66](https://issues.apache.org/jira/browse/GUACAMOLE-66) - Remove usage of Apache Commons Codec Library * [GUACAMOLE-67](https://issues.apache.org/jira/browse/GUACAMOLE-67) - I/O error in WebSocket can cause connection tracking to fail + * [GUACAMOLE-76](https://issues.apache.org/jira/browse/GUACAMOLE-76) - Retrieval of connection group tree too slow + * [GUACAMOLE-112](https://issues.apache.org/jira/browse/GUACAMOLE-112) - Update MessageFormat + * [GUACAMOLE-115](https://issues.apache.org/jira/browse/GUACAMOLE-115) - Client may not cleanly disconnect if tunnel read() is blocking
