Skip to content

Commit

Permalink
Add additional links to documentation where relevant to 1.0.0 changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-jumper committed Jan 4, 2019
1 parent de832ea commit 72a711c
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions _releases/1.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ New features and improvements

### Support for user groups

Guacamole now supports granting permissions based on group membership. While
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
Expand Down Expand Up @@ -141,7 +142,10 @@ screen and not automatically connected.

By default, the filesystem and printer made available within RDP connections
are named "Guacamole Filesystem" and "Guacamole Printer" respectively. Support
has been added to override these names.
has been added to override these names with [the `drive-name` and
`printer-name`
parameters](/doc/1.0.0/gug/configuring-guacamole.html#rdp-device-redirection)
respectively.

* [GUACAMOLE-445](https://issues.apache.org/jira/browse/GUACAMOLE-445) - Allow RDP printer name to be configured
* [GUACAMOLE-446](https://issues.apache.org/jira/browse/GUACAMOLE-446) - Allow RDP drive name to be configured
Expand All @@ -150,7 +154,10 @@ has been added to override these names.
### Configurable terminal color schemes

The Guacamole terminal now allows for finer control of terminal color
schemes by allowing for the individual colors of a scheme to be customized.
schemes by allowing for the individual colors of a scheme to be customized
through [the existing `color-scheme`
parameter](/doc/1.0.0/gug/configuring-guacamole.html#ssh-display-settings). The
behavior of this parameter is the same for both SSH and telnet.

* [GUACAMOLE-470](https://issues.apache.org/jira/browse/GUACAMOLE-470) - Make individual terminal colors configurable through "color-scheme" parameter

Expand Down Expand Up @@ -265,11 +272,12 @@ init scripts to systemd.

### Control of RDP bitmap and glyph caching

Parameters have been added to RDP connections that allow for controlling
how the RDP protocol behaves for caching bitmaps, glyphs, and other off-screen
data. The default behavior remains unchanged, with caching of all of these
items enabled, however these parameters are available to workaround issues if
your RDP server handles such caching incorrectly.
Parameters have been added to RDP connections that allow for [controlling how
the RDP protocol behaves for caching bitmaps, glyphs, and other off-screen
data](/doc/1.0.0/gug/configuring-guacamole.html#rdp-perf-flags). The default
behavior remains unchanged, with caching of all of these items enabled, however
these parameters are available to workaround issues if your RDP server handles
such caching incorrectly.

* [GUACAMOLE-448](https://issues.apache.org/jira/browse/GUACAMOLE-448) - Add parameters for controlling RDP bitmap/glyph/off-screen caching

Expand Down

0 comments on commit 72a711c

Please sign in to comment.