Github user mike-jumper commented on a diff in the pull request:
https://github.com/apache/guacamole-website/pull/64#discussion_r245442866
--- Diff: _releases/1.0.0.md ---
@@ -0,0 +1,805 @@
+---
+
+released: false
+title: 1.0.0
+date: 2018-12-20 22:00:00 -0800
+summary: >
+ User groups, improved clipboard integration, TOTP (Google
Authenticator),
+ RADIUS, dead keys.
+
+artifact-root: "https://dist.apache.org/repos/dist/dev/"
+checksum-root: "https://dist.apache.org/repos/dist/dev/"
+download-path: "guacamole/1.0.0-RC1/"
+
+source-dist:
+ - "source/guacamole-client-1.0.0.tar.gz"
+ - "source/guacamole-server-1.0.0.tar.gz"
+
+binary-dist:
+ - "binary/guacamole-1.0.0.war"
+ - "binary/guacamole-auth-cas-1.0.0.tar.gz"
+ - "binary/guacamole-auth-duo-1.0.0.tar.gz"
+ - "binary/guacamole-auth-header-1.0.0.tar.gz"
+ - "binary/guacamole-auth-jdbc-1.0.0.tar.gz"
+ - "binary/guacamole-auth-ldap-1.0.0.tar.gz"
+ - "binary/guacamole-auth-openid-1.0.0.tar.gz"
+ - "binary/guacamole-auth-quickconnect-1.0.0.tar.gz"
+ - "binary/guacamole-auth-totp-1.0.0.tar.gz"
+
+documentation:
+ "Manual" : "/doc/1.0.0/gug"
+ "guacamole-common" : "/doc/1.0.0/guacamole-common"
+ "guacamole-common-js" : "/doc/1.0.0/guacamole-common-js"
+ "guacamole-ext" : "/doc/1.0.0/guacamole-ext"
+ "libguac" : "/doc/1.0.0/libguac"
+
+---
+
+The 1.0.0 release features support for user groups, improved clipboard
+integration leveraging the Asynchronous Clipboard API, as well as support
for
+TOTP (Google Authenticator), RADIUS, and dead keys.
+
+**This release contains changes which break compatibility with past
releases.**
+Please see the [deprecation / compatibility
+notes](#deprecation--compatibility-notes) section for more information.
+
+
+New features and improvements
+-----------------------------
+
+### Support for user groups
+
+Guacamole now supports [granting permissions based on group
+membership](/doc/1.0.0/gug/administration.html#user-group-management).
While
+this has been supported to a degree for some time via LDAP and the
`seeAlso`
+attribute, groups can now be defined and used within a database, with LDAP
and
+a database combined, or within other extensions using Guacamole's extension
+API.
+
+ * [GUACAMOLE-220](https://issues.apache.org/jira/browse/GUACAMOLE-220) -
Implement user groups
+
+### Clipboard integration with the Asynchronous Clipboard API
+
+For browsers which implement the [Asynchronous Clipboard
+API](https://www.w3.org/TR/clipboard-apis/#async-clipboard-api), Guacamole
will
+now automatically synchronize the local and remote clipboards. Users will
be
+prompted to grant clipboard access upon opening Guacamole, and Guacamole
will
+synchronize the clipboard if access is granted.
+
+This API [has been implemented in Google Chrome since version
+66](https://developers.google.com/web/updates/2018/03/clipboardapi), and
other
+browsers will likely follow suit. The legacy synchronous clipboard API will
+continue to be used as a fallback for browsers that support clipboard
access
+but lack support for the newer API (Internet Explorer).
+
+ * [GUACAMOLE-559](https://issues.apache.org/jira/browse/GUACAMOLE-559) -
Add support for the new Asynchronous Clipboard API
+
+### Multi-factor authentication with Google Authenticator / TOTP
+
+Guacamole now has support for TOTP as an additional authentication factor.
+TOTP ([Time-based One-Time
Password](https://en.wikipedia.org/wiki/Time-based_One-time_Password_algorithm))
+is a [standardized algorithm](https://tools.ietf.org/html/rfc6238) used for
+multi-factor authentication. With this new support, Guacamole may be used
with
+any application or authentication device which supports the TOTP standard,
+including the popular Google Authenticator.
+
+ * [GUACAMOLE-96](https://issues.apache.org/jira/browse/GUACAMOLE-96) -
Two factor authentication with Google Authenticator
+
+### Support for RADIUS authentication
+
+RADIUS support has been added, allowing Guacamole to delegate
authentication to
+a RADIUS service like FreeRADIUS for validating credentials, enforcing
multiple
+authentication factors, etc.
+
+Because the RADIUS library used by this support is licensed under the
LGPL, a
+convenience binary for this extension is not provided. If you wish to use
the
+RADIUS support, you will need to [build guacamole-client from
+source](/doc/1.0.0/gug/installing-guacamole.html) and explicitly enable
that
+part of the build with `-P`:
+
+ mvn package -Plgpl-extensions
+
+Instructions for building this support are [provided in the
+manual](/doc/1.0.0/gug/radius-auth.html).
+
+ * [GUACAMOLE-197](https://issues.apache.org/jira/browse/GUACAMOLE-197) -
Implement Support for RADIUS Authentication
+
+### Support for creating ad-hoc connections
+
+An extension is now provided which allows users to create arbitrary,
temporary
+connections through entering a URL. This ability can be quite convenient,
as
+users need not create new connections through the administrative interface
in
+order to quickly access a particular machine.
+
+Be sure you understand the [security implications of providing this level
of
+access](/doc/1.0.0/gug/adhoc-connections.html). A Guacamole connection
+implicitly has network and filesystem access to the Guacamole server, thus
+providing this ability is equivalent to granting your users those
privileges.
+
+ * [GUACAMOLE-38](https://issues.apache.org/jira/browse/GUACAMOLE-38) -
On-Demand connection
+
+### Improved keyboard handling / Support for dead keys
+
+Multiple improvements have been made to keyboard handling, including bug
fixes
+for Mac and iOS and support for dead keys.
+
+ * [GUACAMOLE-161](https://issues.apache.org/jira/browse/GUACAMOLE-161) -
Handle CapsLock events properly on Mac OS
+ * [GUACAMOLE-232](https://issues.apache.org/jira/browse/GUACAMOLE-232) -
Stuck keys iPad/Bluetooth keyboard (Return/Backspace/Space)
+ * [GUACAMOLE-352](https://issues.apache.org/jira/browse/GUACAMOLE-352) -
Add support for dead keys
+ * [GUACAMOLE-447](https://issues.apache.org/jira/browse/GUACAMOLE-447) -
Certain keys fail for external keyboards on iOS Safari
+
+### Automatic connection behavior
+
+Guacamole will automatically connect upon login for users that have access
to
+only a single connection, skipping the home screen. This feature has been
+tweaked slightly so that it applies only to non-administrative users.
Users
+with access to Guacamole's administrative interface will now see the home
+screen and not automatically connected.
--- End diff --
Good catch. Fixed.
---