released: true title: 1.5.1 date: 2023-04-13 12:42:03 -0700 summary: > Bugfix release addressing regressions in 1.5.0, particularly issues with the Docker images.

artifact-url: “https://apache.org/dyn/closer.lua/{}?action=download” checksum-url: “https://downloads.apache.org/{}” download-path: “guacamole/1.5.1/” checksum-suffixes: “PGP” : “.asc” “SHA-256” : “.sha256”

source-dist: - “source/guacamole-client-1.5.1.tar.gz” - “source/guacamole-server-1.5.1.tar.gz”

binary-dist: - “binary/guacamole-1.5.1.war” - “binary/guacamole-auth-duo-1.5.1.tar.gz” - “binary/guacamole-auth-header-1.5.1.tar.gz” - “binary/guacamole-auth-jdbc-1.5.1.tar.gz” - “binary/guacamole-auth-json-1.5.1.tar.gz” - “binary/guacamole-auth-ldap-1.5.1.tar.gz” - “binary/guacamole-auth-quickconnect-1.5.1.tar.gz” - “binary/guacamole-auth-sso-1.5.1.tar.gz” - “binary/guacamole-auth-totp-1.5.1.tar.gz” - “binary/guacamole-history-recording-storage-1.5.1.tar.gz” - “binary/guacamole-vault-1.5.1.tar.gz”

documentation: “Manual” : “/doc/1.5.1/gug” “guacamole-common” : “/doc/1.5.1/guacamole-common” “guacamole-common-js” : “/doc/1.5.1/guacamole-common-js” “guacamole-ext” : “/doc/1.5.1/guacamole-ext” “libguac” : “/doc/1.5.1/libguac” “libguac-terminal” : “/doc/1.5.1/libguac-terminal”


The 1.5.1 release is a bugfix release that addresses regressions noted in the 1.5.0 release, particularly regressions affecting the guacamole/guacamole and guacamole/guacd Docker images. For a full list of all changes in this release, please see the changelog.

The 1.5.1 release is compatible with older 1.x components. You should upgrade older components to 1.5.1 when possible, however things should continue to work correctly in the interim:

  • Extensions written for older 1.x releases can be used by 1.5.1.
  • Components written for the version of the Guacamole protocol used by older 1.x releases can be used with components of the 1.5.1 release.

Changelog

Docker images

  • {:.bug} guacamole Docker image cannot connect to MySQL using SSL (GUACAMOLE-1738)
  • {:.bug} guacd Docker image cannot authenticate with VeNCrypt (GUACAMOLE-1741)

Protocol support / guacd

  • {:.bug} Printing within RDP fails against newer GhostScript (GUACAMOLE-1755)

General housekeeping and cleanup

  • {:.bug} Docker build failing during JS unit tests with Chrome version mismatch issue (GUACAMOLE-1765)
  • Update webapp dependencies to latest stable and compatible versions (GUACAMOLE-1763)