Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add draft release notes for first RC of 1.5.3. #124

Merged
merged 1 commit into from
Jul 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
88 changes: 88 additions & 0 deletions _releases/1.5.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
---

released: false
title: 1.5.3
date: 2023-07-16 18:17:49 -0700
summary: >
Bugfix release addressing miscellaneous issues from 1.5.2 and earlier, and
updating dependencies to their latest compatible versions.

artifact-url: "https://dist.apache.org/repos/dist/dev/{}"
checksum-url: "https://dist.apache.org/repos/dist/dev/{}"
download-path: "guacamole/1.5.3-RC1/"
checksum-suffixes:
"PGP" : ".asc"
"SHA-256" : ".sha256"

source-dist:
- "source/guacamole-client-1.5.3.tar.gz"
- "source/guacamole-server-1.5.3.tar.gz"

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

documentation:
"Manual" : "/doc/1.5.3/gug"
"guacamole-common" : "/doc/1.5.3/guacamole-common"
"guacamole-common-js" : "/doc/1.5.3/guacamole-common-js"
"guacamole-ext" : "/doc/1.5.3/guacamole-ext"
"libguac" : "/doc/1.5.3/libguac"
"libguac-terminal" : "/doc/1.5.3/libguac-terminal"

---

The 1.5.3 release is a bugfix release that addresses miscellaneous bugs from
1.5.2 and earlier, including a regression in the RDP support, and updates all
dependencies to their latest compatible versions. For a full list of all
changes in this release, please see the [changelog](#changelog) below.

**The 1.5.3 release is compatible with older 1.x components.** You should
upgrade older components to 1.5.3 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.3.
* Components written for the version of the Guacamole protocol used by older
1.x releases can be used with components of the 1.5.3 release.

Changelog
=========

### User interface / platform

* {:.bug} "Error: blob is undefined" when creating new SessionRecording from Blob ([GUACAMOLE-1793](https://issues.apache.org/jira/browse/GUACAMOLE-1793))
* {:.bug} Change password form missing for administrators without edit self permission ([GUACAMOLE-1812](https://issues.apache.org/jira/browse/GUACAMOLE-1812))

### Docker images

* Add History Recording Viewer to Docker Startup ([GUACAMOLE-1813](https://issues.apache.org/jira/browse/GUACAMOLE-1813))

### Authentication, integration, and storage

* {:.bug} KSM Vault extension broken with any record containing new "passkey" field type ([GUACAMOLE-1794](https://issues.apache.org/jira/browse/GUACAMOLE-1794))
* {:.bug} Default batch size for SQL Server is too large ([GUACAMOLE-1796](https://issues.apache.org/jira/browse/GUACAMOLE-1796))

### Protocol support / guacd

* {:.bug} Regression: Fix for GUACAMOLE-1717 causes guacd segfault ([GUACAMOLE-1802](https://issues.apache.org/jira/browse/GUACAMOLE-1802))

### Documentation

* {:.bug} Manual build fails as of Sphinx 6.x ([GUACAMOLE-1834](https://issues.apache.org/jira/browse/GUACAMOLE-1834))

### General housekeeping and cleanup

* Update Java dependencies to patched versions ([GUACAMOLE-1806](https://issues.apache.org/jira/browse/GUACAMOLE-1806))
* Update webapp dependencies to latest stable and compatible versions ([GUACAMOLE-1807](https://issues.apache.org/jira/browse/GUACAMOLE-1807))
* Replace library used for IP address matching ([GUACAMOLE-1809](https://issues.apache.org/jira/browse/GUACAMOLE-1809))
* Bump version to 1.5.3 ([GUACAMOLE-1816](https://issues.apache.org/jira/browse/GUACAMOLE-1816))