Guacamole 0.9.6 (Legacy)

The release below is from prior to Guacamole's acceptance into the Apache Incubator. It is not an Apache Software Foundation release, and is licensed under the MIT license. The latest release of Apache Guacamole is 1.5.5.

The 0.9.6 release of Guacamole features improved support for database-driven authentication - the MySQL authentication has been generalized, PostgreSQL authentication has been implemented on top of this, and performance of database queries has been improved across the board.

Recently-introduced memory issues in the RDP support have also been addressed. If you have noticed unusually-high memory usage by guacd, or unexpected disconnects during RDP connections, we highly recommend upgrading to 0.9.6.

Guacamole 0.9.6 also features a new user menu and session management. System administrators can log into Guacamole, view all currently-active connections, and kill them if desired.

Database performance and support for PostgreSQL

The MySQL authentication has been generalized into simply “database authentication” which supports both MySQL and PostgreSQL. Both database-specific authentication extensions are built off the same database-independent core, so adding support for other databases is now much easier. Please note that this has resulted in changes to the installation and configuration process for MySQL authentication. You will need to look over the new database authentication instructions before upgrading.

Part of this generalization effort was spent in overhauling the MySQL queries themselves, and modifying Guacamole to make as much use of batch requests as possible. Using Guacamole with larger databases of users and connections should now be much faster.

RDP memory fixes

It was discovered that RDP connections gradually leak memory over time and, in some cases, might unexpectedly disconnect due to a segmentation fault. These issues were caused by recent changes to Guacamole and have been fixed.

If you have been encountering problems with RDP connections since upgrading to 0.9.4 or later, please try upgrading to 0.9.6. These problems should now be resolved.

Session and password management

If you log into Guacamole 0.9.6 as a system administrator, you will see a new option for managing active sessions. This new interface allows administrators to view a table of all active connections, sort or filter that table, and kill connections as needed.

Normal users will now also have the ability to change their own passwords, and can access this option from within the user menu. The ability to change your own password is governed by permissions that were not previously granted by default, so if you want existing users to have this ability, you will need to grant these permissions by running the provided upgrade SQL script.

Cloning connections

The ability to create a new connection pre-populated with the data associated of some other connection has been added in the form of a new “Clone” button. If you wish to create a new connection based largely on some other connection, and you have permission to create connections, you can now do so by clicking “Clone” while editing any connection.

Clicking “Clone” opens the connection creation screen and pre-populates all fields with the data of the cloned connection. The new connection will not exist until you click “Save”.

IE10 bug fix

Several users reported that recent releases no longer work on IE10, yet continue to work fine with IE11 and other browsers. This was due to a bug IE10’s handling of certain CSS styles which resulted in the Guacamole display being hidden. The affected styles have been rewritten, and this problem should be resolved.