diff --git a/src/adhoc-connections.md b/src/adhoc-connections.md
index b842190..056dab5 100644
--- a/src/adhoc-connections.md
+++ b/src/adhoc-connections.md
@@ -44,7 +44,7 @@ release notes for that version. You can find the release notes for current
versions of Guacamole here: .
The quickconnect extension is packaged as a `.tar.gz` file containing only the
-extension itself, `guacamole-auth-quickconnect-1.5.4.jar`, which must
+extension itself, `guacamole-auth-quickconnect-1.5.5.jar`, which must
ultimately be placed in `GUACAMOLE_HOME/extensions`.
(installing-quickconnect)=
@@ -62,7 +62,7 @@ To install the extension, you must:
1. Create the `GUACAMOLE_HOME/extensions` directory, if it does not already
exist.
-2. Place the `guacamole-auth-quickconnect-1.5.4.jar` file in the
+2. Place the `guacamole-auth-quickconnect-1.5.5.jar` file in the
`GUACAMOLE_HOME/extensions` directory.
(guac-quickconnect-config)=
diff --git a/src/cas-auth.md b/src/cas-auth.md
index 1a1da3d..9628cb4 100644
--- a/src/cas-auth.md
+++ b/src/cas-auth.md
@@ -17,7 +17,7 @@ Downloading the CAS authentication extension
```
The extension for the desired SSO method, in this case
-`guacamole-auth-sso-cas-1.5.4.jar` from within the `cas/` subdirectory, must
+`guacamole-auth-sso-cas-1.5.5.jar` from within the `cas/` subdirectory, must
ultimately be placed in `GUACAMOLE_HOME/extensions`.
(installing-cas-auth)=
@@ -35,7 +35,7 @@ To install the CAS authentication extension, you must:
1. Create the `GUACAMOLE_HOME/extensions` directory, if it does not already
exist.
-2. Copy `guacamole-auth-sso-cas-1.5.4.jar` within `GUACAMOLE_HOME/extensions`.
+2. Copy `guacamole-auth-sso-cas-1.5.5.jar` within `GUACAMOLE_HOME/extensions`.
3. Configure Guacamole to use CAS authentication, as described below.
diff --git a/src/conf.py b/src/conf.py
index 9a106a3..c6e1ee4 100644
--- a/src/conf.py
+++ b/src/conf.py
@@ -24,7 +24,7 @@
#
project = u'Apache Guacamole'
-version = u'1.5.4'
+version = u'1.5.5'
year = date.today().year
author = u'The Apache Software Foundation'
diff --git a/src/configuring-guacamole.md b/src/configuring-guacamole.md
index b3f8f12..543f144 100644
--- a/src/configuring-guacamole.md
+++ b/src/configuring-guacamole.md
@@ -175,10 +175,10 @@ that are always available for use:
```
...
23:32:06.467 [main] INFO o.a.g.extension.ExtensionModule - Multiple extensions are installed and will be loaded in order of decreasing priority:
- 23:32:06.468 [main] INFO o.a.g.extension.ExtensionModule - - [postgresql] "PostgreSQL Authentication" (/etc/guacamole/extensions/guacamole-auth-jdbc-postgresql-1.5.4.jar)
- 23:32:06.468 [main] INFO o.a.g.extension.ExtensionModule - - [ldap] "LDAP Authentication" (/etc/guacamole/extensions/guacamole-auth-ldap-1.5.4.jar)
- 23:32:06.468 [main] INFO o.a.g.extension.ExtensionModule - - [openid] "OpenID Authentication Extension" (/etc/guacamole/extensions/guacamole-auth-sso-openid-1.5.4.jar)
- 23:32:06.468 [main] INFO o.a.g.extension.ExtensionModule - - [saml] "SAML Authentication Extension" (/etc/guacamole/extensions/guacamole-auth-sso-saml-1.5.4.jar)
+ 23:32:06.468 [main] INFO o.a.g.extension.ExtensionModule - - [postgresql] "PostgreSQL Authentication" (/etc/guacamole/extensions/guacamole-auth-jdbc-postgresql-1.5.5.jar)
+ 23:32:06.468 [main] INFO o.a.g.extension.ExtensionModule - - [ldap] "LDAP Authentication" (/etc/guacamole/extensions/guacamole-auth-ldap-1.5.5.jar)
+ 23:32:06.468 [main] INFO o.a.g.extension.ExtensionModule - - [openid] "OpenID Authentication Extension" (/etc/guacamole/extensions/guacamole-auth-sso-openid-1.5.5.jar)
+ 23:32:06.468 [main] INFO o.a.g.extension.ExtensionModule - - [saml] "SAML Authentication Extension" (/etc/guacamole/extensions/guacamole-auth-sso-saml-1.5.5.jar)
23:32:06.468 [main] INFO o.a.g.extension.ExtensionModule - To change this order, set the "extension-priority" property or rename the extension files. The default priority of extensions is dictated by the sort order of their filenames.
...
```
@@ -2187,7 +2187,7 @@ the interpreted events:
```console
$ guaclog /path/to/recording/NAME
-guaclog: INFO: Guacamole input log interpreter (guaclog) version 1.5.4
+guaclog: INFO: Guacamole input log interpreter (guaclog) version 1.5.5
guaclog: INFO: 1 input file(s) provided.
guaclog: INFO: Writing input events from "/path/to/recording/NAME" to "/path/to/recording/NAME.txt" ...
guaclog: INFO: All files interpreted successfully.
diff --git a/src/custom-auth.md b/src/custom-auth.md
index 900a74a..2655a48 100644
--- a/src/custom-auth.md
+++ b/src/custom-auth.md
@@ -67,7 +67,7 @@ server logs.
org.apache.guacamole
guacamole-auth-tutorial
jar
- 1.5.4
+ 1.5.5
guacamole-auth-tutorial
@@ -97,7 +97,7 @@ server logs.
org.apache.guacamole
guacamole-ext
- 1.5.4
+ 1.5.5
provided
@@ -185,7 +185,7 @@ pick it up during the build and include it within the `.jar`.
```json
{
- "guacamoleVersion" : "1.5.4",
+ "guacamoleVersion" : "1.5.5",
"name" : "Tutorial Authentication Extension",
"namespace" : "guac-auth-tutorial",
@@ -213,7 +213,7 @@ all steps have been followed correctly so far:
$ mvn package
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
-[INFO] Building guacamole-auth-tutorial 1.5.4
+[INFO] Building guacamole-auth-tutorial 1.5.5
[INFO] ------------------------------------------------------------------------
...
[INFO] ------------------------------------------------------------------------
@@ -227,7 +227,7 @@ $
```
Assuming you see the "`BUILD SUCCESS`" message when you build the extension,
-there will be a new file, `target/guacamole-auth-tutorial-1.5.4.jar`, which can
+there will be a new file, `target/guacamole-auth-tutorial-1.5.5.jar`, which can
be installed within Guacamole and tested. If you changed the name or version of
the project in the `pom.xml` file, the name of this new `.jar` file will be
different, but it can still be found within `target/`.
@@ -485,7 +485,7 @@ directory within the home directory of the user running Tomcat.
To install your extension, ensure that the required properties have been added
to your `guacamole.properties`, copy the
-`target/guacamole-auth-tutorial-1.5.4.jar` file into
+`target/guacamole-auth-tutorial-1.5.5.jar` file into
`GUACAMOLE_HOME/extensions` and restart Tomcat. Guacamole will automatically
load your extension, logging an informative message that it has done so:
diff --git a/src/duo-auth.md b/src/duo-auth.md
index fb0f9d9..bdf37ef 100644
--- a/src/duo-auth.md
+++ b/src/duo-auth.md
@@ -50,7 +50,7 @@ notes for current versions of Guacamole here:
http://guacamole.apache.org/releases/.
The Duo authentication extension is packaged as a `.tar.gz` file
-containing only the extension itself, `guacamole-auth-duo-1.5.4.jar`,
+containing only the extension itself, `guacamole-auth-duo-1.5.5.jar`,
which must ultimately be placed in `GUACAMOLE_HOME/extensions`.
(installing-duo-auth)=
@@ -65,7 +65,7 @@ authentication extension, you must:
1. Create the `GUACAMOLE_HOME/extensions` directory, if it does not already
exist.
-2. Copy `guacamole-auth-duo-1.5.4.jar` within `GUACAMOLE_HOME/extensions`.
+2. Copy `guacamole-auth-duo-1.5.5.jar` within `GUACAMOLE_HOME/extensions`.
3. Configure Guacamole to use Duo authentication, as described below.
diff --git a/src/event-listeners.md b/src/event-listeners.md
index 59bd3c0..ca50f4b 100644
--- a/src/event-listeners.md
+++ b/src/event-listeners.md
@@ -56,7 +56,7 @@ extension and pointing to our listener class.
org.apache.guacamole
guacamole-listener-tutorial
jar
- 1.5.4
+ 1.5.5
guacamole-listener-tutorial
@@ -86,7 +86,7 @@ extension and pointing to our listener class.
org.apache.guacamole
guacamole-ext
- 1.5.4
+ 1.5.5
provided
@@ -163,7 +163,7 @@ pick it up during the build and include it within the `.jar`.
```json
{
- "guacamoleVersion" : "1.5.4",
+ "guacamoleVersion" : "1.5.5",
"name" : "Tutorial Listener Extension",
"namespace" : "guac-listener-tutorial",
@@ -187,7 +187,7 @@ successfully even though it is just a skeleton at this point.
$ mvn package
[INFO] Scanning for projects...
[INFO] ---------------------------------------------------------------
-[INFO] Building guacamole-listener-tutorial 1.5.4
+[INFO] Building guacamole-listener-tutorial 1.5.5
[INFO] ---------------------------------------------------------------
...
[INFO] ---------------------------------------------------------------
@@ -201,7 +201,7 @@ $
```
Assuming you see the "`BUILD SUCCESS`" message when you build the extension,
-there will be a new file, `target/guacamole-listener-tutorial-1.5.4.jar`, which
+there will be a new file, `target/guacamole-listener-tutorial-1.5.5.jar`, which
can be installed within Guacamole (see [](custom-listener-installing) at the
end of this chapter). It should log event notifications that occur during, for
example, authentication attempts. If you changed the name or version of the
@@ -361,7 +361,7 @@ configuration files and extensions. Typically, this will be the `.guacamole`
directory within the home directory of the user running Tomcat.
To install your extension, copy the
-`target/guacamole-listener-tutorial-1.5.4.jar` file into
+`target/guacamole-listener-tutorial-1.5.5.jar` file into
`GUACAMOLE_HOME/extensions` and restart Tomcat. Guacamole will automatically
load your extension, logging an informative message that it has done so:
diff --git a/src/guacamole-docker.md b/src/guacamole-docker.md
index ec08ea5..d999bce 100644
--- a/src/guacamole-docker.md
+++ b/src/guacamole-docker.md
@@ -1005,10 +1005,10 @@ priority can be overridden with the `EXTENSION_PRIORITY` environment variable.
```
...
23:32:06.467 [main] INFO o.a.g.extension.ExtensionModule - Multiple extensions are installed and will be loaded in order of decreasing priority:
- 23:32:06.468 [main] INFO o.a.g.extension.ExtensionModule - - [postgresql] "PostgreSQL Authentication" (/etc/guacamole/extensions/guacamole-auth-jdbc-postgresql-1.5.4.jar)
- 23:32:06.468 [main] INFO o.a.g.extension.ExtensionModule - - [ldap] "LDAP Authentication" (/etc/guacamole/extensions/guacamole-auth-ldap-1.5.4.jar)
- 23:32:06.468 [main] INFO o.a.g.extension.ExtensionModule - - [openid] "OpenID Authentication Extension" (/etc/guacamole/extensions/guacamole-auth-sso-openid-1.5.4.jar)
- 23:32:06.468 [main] INFO o.a.g.extension.ExtensionModule - - [saml] "SAML Authentication Extension" (/etc/guacamole/extensions/guacamole-auth-sso-saml-1.5.4.jar)
+ 23:32:06.468 [main] INFO o.a.g.extension.ExtensionModule - - [postgresql] "PostgreSQL Authentication" (/etc/guacamole/extensions/guacamole-auth-jdbc-postgresql-1.5.5.jar)
+ 23:32:06.468 [main] INFO o.a.g.extension.ExtensionModule - - [ldap] "LDAP Authentication" (/etc/guacamole/extensions/guacamole-auth-ldap-1.5.5.jar)
+ 23:32:06.468 [main] INFO o.a.g.extension.ExtensionModule - - [openid] "OpenID Authentication Extension" (/etc/guacamole/extensions/guacamole-auth-sso-openid-1.5.5.jar)
+ 23:32:06.468 [main] INFO o.a.g.extension.ExtensionModule - - [saml] "SAML Authentication Extension" (/etc/guacamole/extensions/guacamole-auth-sso-saml-1.5.5.jar)
23:32:06.468 [main] INFO o.a.g.extension.ExtensionModule - To change this order, set the "extension-priority" property or rename the extension files. The default priority of extensions is dictated by the sort order of their filenames.
...
```
diff --git a/src/guacamole-ext.md b/src/guacamole-ext.md
index 2e6d5fd..c8d9dc5 100644
--- a/src/guacamole-ext.md
+++ b/src/guacamole-ext.md
@@ -134,7 +134,7 @@ checks. The most minimal `guac-manifest.json` will look something like this:
```json
{
- "guacamoleVersion" : "1.5.4",
+ "guacamoleVersion" : "1.5.5",
"name" : "My Extension",
"namespace" : "my-extension"
}
@@ -148,7 +148,7 @@ extension providing theming or branding would be more involved:
```json
{
- "guacamoleVersion" : "1.5.4",
+ "guacamoleVersion" : "1.5.5",
"name" : "My Extension",
"namespace" : "my-extension",
diff --git a/src/header-auth.md b/src/header-auth.md
index f5b2b94..f741d49 100644
--- a/src/header-auth.md
+++ b/src/header-auth.md
@@ -27,7 +27,7 @@ release notes for that version. You can find the release notes for current
versions of Guacamole here: .
The HTTP header authentication extension is packaged as a `.tar.gz` file
-containing only the extension itself, `guacamole-auth-header-1.5.4.jar`, which
+containing only the extension itself, `guacamole-auth-header-1.5.5.jar`, which
must ultimately be placed in `GUACAMOLE_HOME/extensions`.
(installing-header-auth)=
@@ -45,7 +45,7 @@ To install the HTTP header authentication extension, you must:
1. Create the `GUACAMOLE_HOME/extensions` directory, if it does not already
exist.
-2. Copy `guacamole-auth-header-1.5.4.jar` within `GUACAMOLE_HOME/extensions`.
+2. Copy `guacamole-auth-header-1.5.5.jar` within `GUACAMOLE_HOME/extensions`.
3. Configure Guacamole to use HTTP header authentication, as described below.
diff --git a/src/include/sso-download.md b/src/include/sso-download.md
index 5ccff45..617770a 100644
--- a/src/include/sso-download.md
+++ b/src/include/sso-download.md
@@ -9,7 +9,7 @@ extension for each supported SSO method:
| SSO Method | Extension |
| ----------------------------- | -------------------------------------------- |
-| [CAS](cas-auth) | `cas/guacamole-auth-sso-cas-1.5.4.jar` |
-| [OpenID Connect](openid-auth) | `openid/guacamole-auth-sso-openid-1.5.4.jar` |
-| [SAML](saml-auth) | `saml/guacamole-auth-sso-saml-1.5.4.jar` |
+| [CAS](cas-auth) | `cas/guacamole-auth-sso-cas-1.5.5.jar` |
+| [OpenID Connect](openid-auth) | `openid/guacamole-auth-sso-openid-1.5.5.jar` |
+| [SAML](saml-auth) | `saml/guacamole-auth-sso-saml-1.5.5.jar` |
diff --git a/src/installing-guacamole.md b/src/installing-guacamole.md
index b7e055c..9e55175 100644
--- a/src/installing-guacamole.md
+++ b/src/installing-guacamole.md
@@ -340,8 +340,8 @@ a `.tar.gz` archive which you can extract
from the command line:
```console
-$ tar -xzf guacamole-server-1.5.4.tar.gz
-$ cd guacamole-server-1.5.4/
+$ tar -xzf guacamole-server-1.5.5.tar.gz
+$ cd guacamole-server-1.5.5/
$
```
@@ -400,7 +400,7 @@ checking whether build environment is sane... yes
...
------------------------------------------------
-guacamole-server version 1.5.4
+guacamole-server version 1.5.5
------------------------------------------------
Library status:
@@ -581,8 +581,8 @@ consumption. Source downloaded from the project web site will take the form of
a `.tar.gz` archive which you can extract from the command line:
```console
-$ tar -xzf guacamole-client-1.5.4.tar.gz
-$ cd guacamole-client-1.5.4/
+$ tar -xzf guacamole-client-1.5.5.tar.gz
+$ cd guacamole-client-1.5.5/
$
```
@@ -649,7 +649,7 @@ $ mvn package
[INFO] guacamole-playback-example [war]
...
[INFO] ------------------------------------------------------------------------
-[INFO] Reactor Summary for guacamole-client 1.5.4:
+[INFO] Reactor Summary for guacamole-client 1.5.5:
[INFO]
[INFO] guacamole-client ................................... SUCCESS [ 11.879 s]
[INFO] guacamole-common ................................... SUCCESS [ 15.140 s]
@@ -721,7 +721,7 @@ from the name of the `.war` file, you will likely want to rename this to simply
`guacamole.war` while copying:
```console
-# cp guacamole/target/guacamole-1.5.4.war /var/lib/tomcat/webapps/guacamole.war
+# cp guacamole/target/guacamole-1.5.5.war /var/lib/tomcat/webapps/guacamole.war
#
```
@@ -742,7 +742,7 @@ Stopping Tomcat... OK
Starting Tomcat... OK
# /etc/init.d/guacd start
Starting guacd: SUCCESS
-guacd[6229]: INFO: Guacamole proxy daemon (guacd) version 1.5.4 started
+guacd[6229]: INFO: Guacamole proxy daemon (guacd) version 1.5.5 started
#
```
diff --git a/src/jdbc-auth.md b/src/jdbc-auth.md
index 03573e2..f725bfb 100644
--- a/src/jdbc-auth.md
+++ b/src/jdbc-auth.md
@@ -59,7 +59,7 @@ driver must be downloaded separately from the database vendor and placed within
:::{list-table}
:stub-columns: 1
* - Guacamole extension
- - `mysql/guacamole-auth-jdbc-mysql-1.5.4.jar`
+ - `mysql/guacamole-auth-jdbc-mysql-1.5.5.jar`
* - SQL schema scripts
- `mysql/schema/`
* - JDBC driver
@@ -79,7 +79,7 @@ If using the JDBC driver from MySQL, the required `.jar` will be within a
:::{list-table}
:stub-columns: 1
* - Guacamole extension
- - `postgresql/guacamole-auth-jdbc-postgresql-1.5.4.jar`
+ - `postgresql/guacamole-auth-jdbc-postgresql-1.5.5.jar`
* - SQL schema scripts
- `postgresql/schema/`
* - JDBC driver
@@ -91,7 +91,7 @@ If using the JDBC driver from MySQL, the required `.jar` will be within a
:::{list-table}
:stub-columns: 1
* - Guacamole extension
- - `sqlserver/guacamole-auth-jdbc-sqlserver-1.5.4.jar`
+ - `sqlserver/guacamole-auth-jdbc-sqlserver-1.5.5.jar`
* - SQL schema scripts
- `sqlserver/schema/`
* - JDBC driver
@@ -340,9 +340,9 @@ authentication extension, you must:
1. Create the `GUACAMOLE_HOME/extensions` and `GUACAMOLE_HOME/lib` directories,
if they do not already exist.
-2. Copy `guacamole-auth-jdbc-mysql-1.5.4.jar` *or*
- `guacamole-auth-jdbc-postgresql-1.5.4.jar` *or*
- `guacamole-auth-jdbc-sqlserver-1.5.4.jar` within
+2. Copy `guacamole-auth-jdbc-mysql-1.5.5.jar` *or*
+ `guacamole-auth-jdbc-postgresql-1.5.5.jar` *or*
+ `guacamole-auth-jdbc-sqlserver-1.5.5.jar` within
`GUACAMOLE_HOME/extensions`, depending on whether you are using
MySQL/MariaDB, PostgreSQL, or SQL Server.
diff --git a/src/json-auth.md b/src/json-auth.md
index fd6b23f..282e4ca 100644
--- a/src/json-auth.md
+++ b/src/json-auth.md
@@ -20,7 +20,7 @@ release notes for that version. You can find the release notes for current
versions of Guacamole here: .
The JSON authentication extension is packaged as a `.tar.gz` file containing
-only the extension itself, `guacamole-auth-json-1.5.4.jar`, which must
+only the extension itself, `guacamole-auth-json-1.5.5.jar`, which must
ultimately be placed in `GUACAMOLE_HOME/extensions`.
(installing-json-auth)=
@@ -38,7 +38,7 @@ To install the JSON authentication extension, you must:
1. Create the `GUACAMOLE_HOME/extensions` directory, if it does not already
exist.
-2. Copy `guacamole-auth-json-1.5.4.jar` within `GUACAMOLE_HOME/extensions`.
+2. Copy `guacamole-auth-json-1.5.5.jar` within `GUACAMOLE_HOME/extensions`.
3. Configure Guacamole to use JSON authentication, as described below.
diff --git a/src/ldap-auth.md b/src/ldap-auth.md
index be36ff3..d3b3333 100644
--- a/src/ldap-auth.md
+++ b/src/ldap-auth.md
@@ -76,7 +76,7 @@ versions of Guacamole here: .
The LDAP authentication extension is packaged as a `.tar.gz` file containing:
-`guacamole-auth-ldap-1.5.4.jar`
+`guacamole-auth-ldap-1.5.5.jar`
: The Guacamole LDAP support extension itself, which must be placed in
`GUACAMOLE_HOME/extensions`.
@@ -209,7 +209,7 @@ extension, you must:
1. Create the `GUACAMOLE_HOME/extensions` directory, if it does not already
exist.
-2. Copy `guacamole-auth-ldap-1.5.4.jar` within `GUACAMOLE_HOME/extensions`.
+2. Copy `guacamole-auth-ldap-1.5.5.jar` within `GUACAMOLE_HOME/extensions`.
3. Configure Guacamole to use LDAP authentication, as described below.
diff --git a/src/openid-auth.md b/src/openid-auth.md
index cb4a5de..5f18d62 100644
--- a/src/openid-auth.md
+++ b/src/openid-auth.md
@@ -25,7 +25,7 @@ Downloading the OpenID Connect authentication extension
```
The extension for the desired SSO method, in this case
-`guacamole-auth-sso-openid-1.5.4.jar` from within the `openid/` subdirectory,
+`guacamole-auth-sso-openid-1.5.5.jar` from within the `openid/` subdirectory,
must ultimately be placed in `GUACAMOLE_HOME/extensions`.
(installing-openid-auth)=
@@ -43,7 +43,7 @@ To install the OpenID Connect authentication extension, you must:
1. Create the `GUACAMOLE_HOME/extensions` directory, if it does not already
exist.
-2. Copy `guacamole-auth-sso-openid-1.5.4.jar` within
+2. Copy `guacamole-auth-sso-openid-1.5.5.jar` within
`GUACAMOLE_HOME/extensions`.
3. Configure Guacamole to use OpenID Connect authentication, as described
diff --git a/src/radius-auth.md b/src/radius-auth.md
index 2c1a404..b80bf37 100644
--- a/src/radius-auth.md
+++ b/src/radius-auth.md
@@ -70,7 +70,7 @@ result in the output below:
[INFO] guacamole-playback-example [war]
...
[INFO] ------------------------------------------------------------------------
- [INFO] Reactor Summary for guacamole-client 1.5.4:
+ [INFO] Reactor Summary for guacamole-client 1.5.5:
[INFO]
[INFO] guacamole-client ................................... SUCCESS [ 12.839 s]
[INFO] guacamole-common ................................... SUCCESS [ 15.446 s]
@@ -115,7 +115,7 @@ result in the output below:
After the build completes successfully, the extension will be in the
`extensions/guacamole-auth-radius/target/` directory, and will be called
-guacamole-auth-radius-1.5.4.jar. This extension file can be copied to the
+guacamole-auth-radius-1.5.5.jar. This extension file can be copied to the
`GUACAMOLE_HOME/extensions` directory. *If you are unsure where
`GUACAMOLE_HOME` is located on your system, please consult
[](configuring-guacamole) before proceeding.*
@@ -133,7 +133,7 @@ To install the RADIUS authentication extension, you must:
1. Create the `GUACAMOLE_HOME/extensions` directory, if it does not already
exist.
-2. Copy `guacamole-auth-radius-1.5.4.jar` into `GUACAMOLE_HOME/extensions`.
+2. Copy `guacamole-auth-radius-1.5.5.jar` into `GUACAMOLE_HOME/extensions`.
3. Configure Guacamole to use RADIUS authentication, as described below.
diff --git a/src/recording-playback.md b/src/recording-playback.md
index de499c1..ce23b52 100644
--- a/src/recording-playback.md
+++ b/src/recording-playback.md
@@ -76,7 +76,7 @@ release notes for that version. You can find the release notes for current
versions of Guacamole here: http://guacamole.apache.org/releases/.
The recording storage extension is packaged as a `.tar.gz` file containing only
-the extension itself, `guacamole-history-recording-storage-1.5.4.jar`, which
+the extension itself, `guacamole-history-recording-storage-1.5.5.jar`, which
must ultimately be placed in `GUACAMOLE_HOME/extensions`.
(installing-recording-storage)=
@@ -91,7 +91,7 @@ extension, you must:
1. Create the `GUACAMOLE_HOME/extensions` directory, if it does not already
exist.
-2. Copy `guacamole-history-recording-storage-1.5.4.jar` within
+2. Copy `guacamole-history-recording-storage-1.5.5.jar` within
`GUACAMOLE_HOME/extensions`.
3. [Configure your connections to store their recordings within the path
diff --git a/src/saml-auth.md b/src/saml-auth.md
index 0ff831a..803d1dc 100644
--- a/src/saml-auth.md
+++ b/src/saml-auth.md
@@ -19,7 +19,7 @@ Downloading the SAML authentication extension
```
The extension for the desired SSO method, in this case
-`guacamole-auth-sso-saml-1.5.4.jar` from within the `saml/` subdirectory,
+`guacamole-auth-sso-saml-1.5.5.jar` from within the `saml/` subdirectory,
must ultimately be placed in `GUACAMOLE_HOME/extensions`.
(installing-saml-auth)=
@@ -37,7 +37,7 @@ To install the SAML authentication extension, you must:
1. Create the `GUACAMOLE_HOME/extensions` directory, if it does not already
exist.
-2. Copy `guacamole-auth-sso-saml-1.5.4.jar` within `GUACAMOLE_HOME/extensions`.
+2. Copy `guacamole-auth-sso-saml-1.5.5.jar` within `GUACAMOLE_HOME/extensions`.
3. Configure Guacamole to use SAML authentication, as described below.
diff --git a/src/totp-auth.md b/src/totp-auth.md
index a42b942..7cac421 100644
--- a/src/totp-auth.md
+++ b/src/totp-auth.md
@@ -122,7 +122,7 @@ release notes for that version. You can find the release notes for current
versions of Guacamole here: .
The TOTP authentication extension is packaged as a `.tar.gz` file containing
-only the extension itself, `guacamole-auth-totp-1.5.4.jar`, which must
+only the extension itself, `guacamole-auth-totp-1.5.5.jar`, which must
ultimately be placed in `GUACAMOLE_HOME/extensions`.
(installing-totp-auth)=
@@ -137,7 +137,7 @@ extension, you must:
1. Create the `GUACAMOLE_HOME/extensions` directory, if it does not already
exist.
-2. Copy `guacamole-auth-totp-1.5.4.jar` within `GUACAMOLE_HOME/extensions`.
+2. Copy `guacamole-auth-totp-1.5.5.jar` within `GUACAMOLE_HOME/extensions`.
3. Configure Guacamole to use TOTP authentication, as described below.
diff --git a/src/vault.md b/src/vault.md
index 218828b..ff0a8e7 100644
--- a/src/vault.md
+++ b/src/vault.md
@@ -44,7 +44,7 @@ you must:
1. Create the `GUACAMOLE_HOME/extensions` directory, if it does not already
exist.
-2. Copy `ksm/guacamole-vault-ksm-1.5.4.jar` within `GUACAMOLE_HOME/extensions`.
+2. Copy `ksm/guacamole-vault-ksm-1.5.5.jar` within `GUACAMOLE_HOME/extensions`.
3. Configure Guacamole to use KSM to retrieve secrets, as described below.
diff --git a/src/writing-you-own-guacamole-app.md b/src/writing-you-own-guacamole-app.md
index b60d4d1..5b2790d 100644
--- a/src/writing-you-own-guacamole-app.md
+++ b/src/writing-you-own-guacamole-app.md
@@ -121,7 +121,7 @@ i
org.apache.guacamole
guacamole-tutorial
war
- 1.5.4
+ 1.5.5
guacamole-tutorial
@@ -212,7 +212,7 @@ $
```
Assuming you see the "`BUILD SUCCESSFUL`" message when you build the web
-application, there will be a new file, `target/guacamole-tutorial-1.5.4.war`,
+application, there will be a new file, `target/guacamole-tutorial-1.5.5.war`,
which can be deployed to your servlet container and tested. If you changed the
name or version of the project in the `pom.xml` file, the name of this new
`.war` file will be different, but it can still be found within `target/`.
@@ -327,7 +327,7 @@ JavaScript APIs:
org.apache.guacamole
guacamole-common
- 1.5.4
+ 1.5.5
compile
@@ -335,7 +335,7 @@ JavaScript APIs:
org.apache.guacamole
guacamole-common-js
- 1.5.4
+ 1.5.5
zip
runtime
@@ -357,7 +357,7 @@ If the `pom.xml` was updated properly as described above, the web application
should build successfully, and the Guacamole JavaScript API should be
accessible in the `guacamole-common-js/` subdirectory of your web application
after it is deployed. A quick check that you can access
-`/guacamole-tutorial-1.5.4/guacamole-common-js/all.min.js` is probably worth
+`/guacamole-tutorial-1.5.5/guacamole-common-js/all.min.js` is probably worth
the effort.
(simple-tunnel)=
@@ -462,7 +462,7 @@ defined. The second section maps the servlet class by it's servlet name
("Tunnel") to the URL we wish to use when making HTTP requests to the servlet:
`/tunnel`. This URL is relative to the context root of the web application. In
the case of this web application, the final absolute URL will be
-`/guacamole-tutorial-1.5.4/tunnel`.
+`/guacamole-tutorial-1.5.5/tunnel`.
(simple-client)=
diff --git a/tutorials/guacamole-auth-tutorial/pom.xml b/tutorials/guacamole-auth-tutorial/pom.xml
index 7053412..3fcca37 100644
--- a/tutorials/guacamole-auth-tutorial/pom.xml
+++ b/tutorials/guacamole-auth-tutorial/pom.xml
@@ -7,7 +7,7 @@
org.apache.guacamole
guacamole-auth-tutorial
jar
- 1.5.4
+ 1.5.5
guacamole-auth-tutorial
@@ -37,7 +37,7 @@
org.apache.guacamole
guacamole-ext
- 1.5.4
+ 1.5.5
provided
diff --git a/tutorials/guacamole-auth-tutorial/src/main/resources/guac-manifest.json b/tutorials/guacamole-auth-tutorial/src/main/resources/guac-manifest.json
index 9ca506a..86c9d46 100644
--- a/tutorials/guacamole-auth-tutorial/src/main/resources/guac-manifest.json
+++ b/tutorials/guacamole-auth-tutorial/src/main/resources/guac-manifest.json
@@ -1,6 +1,6 @@
{
- "guacamoleVersion" : "1.5.4",
+ "guacamoleVersion" : "1.5.5",
"name" : "Tutorial Authentication Extension",
"namespace" : "guac-auth-tutorial",
diff --git a/tutorials/guacamole-tutorial/pom.xml b/tutorials/guacamole-tutorial/pom.xml
index 250a00e..9ead213 100644
--- a/tutorials/guacamole-tutorial/pom.xml
+++ b/tutorials/guacamole-tutorial/pom.xml
@@ -7,7 +7,7 @@
org.apache.guacamole
guacamole-tutorial
war
- 1.5.4
+ 1.5.5
guacamole-tutorial
@@ -62,7 +62,7 @@
org.apache.guacamole
guacamole-common
- 1.5.4
+ 1.5.5
compile
@@ -70,7 +70,7 @@
org.apache.guacamole
guacamole-common-js
- 1.5.4
+ 1.5.5
zip
runtime