GUACAMOLE-1785: Merge version number bump to 1.5.2.

diff --git a/src/adhoc-connections.md b/src/adhoc-connections.md
index b1e541a..9c29a84 100644
--- a/src/adhoc-connections.md
+++ b/src/adhoc-connections.md
@@ -44,7 +44,7 @@
 versions of Guacamole here: <http://guacamole.apache.org/releases/>.
 
 The quickconnect extension is packaged as a `.tar.gz` file containing only the
-extension itself, `guacamole-auth-quickconnect-1.5.1.jar`, which must
+extension itself, `guacamole-auth-quickconnect-1.5.2.jar`, which must
 ultimately be placed in `GUACAMOLE_HOME/extensions`.
 
 (installing-quickconnect)=
@@ -62,7 +62,7 @@
 1. Create the `GUACAMOLE_HOME/extensions` directory, if it does not already
    exist.
 
-2. Place the `guacamole-auth-quickconnect-1.5.1.jar` file in the
+2. Place the `guacamole-auth-quickconnect-1.5.2.jar` file in the
    `GUACAMOLE_HOME/extensions` directory.
 
 (guac-quickconnect-config)=
diff --git a/src/cas-auth.md b/src/cas-auth.md
index ece1a8a..9a121e3 100644
--- a/src/cas-auth.md
+++ b/src/cas-auth.md
@@ -17,7 +17,7 @@
 ```
 
 The extension for the desired SSO method, in this case
-`guacamole-auth-sso-cas-1.5.1.jar` from within the `cas/` subdirectory, must
+`guacamole-auth-sso-cas-1.5.2.jar` from within the `cas/` subdirectory, must
 ultimately be placed in `GUACAMOLE_HOME/extensions`.
 
 (installing-cas-auth)=
@@ -35,7 +35,7 @@
 1. Create the `GUACAMOLE_HOME/extensions` directory, if it does not already
    exist.
 
-2. Copy `guacamole-auth-sso-cas-1.5.1.jar` within `GUACAMOLE_HOME/extensions`.
+2. Copy `guacamole-auth-sso-cas-1.5.2.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 0e6c682..6370850 100644
--- a/src/conf.py
+++ b/src/conf.py
@@ -24,7 +24,7 @@
 #
 
 project = u'Apache Guacamole'
-version = u'1.5.1'
+version = u'1.5.2'
 
 year = date.today().year
 author = u'The Apache Software Foundation'
diff --git a/src/configuring-guacamole.md b/src/configuring-guacamole.md
index 7d9751e..53e1454 100644
--- a/src/configuring-guacamole.md
+++ b/src/configuring-guacamole.md
@@ -175,10 +175,10 @@
   ```
   ...
   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.1.jar)
-  23:32:06.468 [main] INFO  o.a.g.extension.ExtensionModule -  - [ldap] "LDAP Authentication" (/etc/guacamole/extensions/guacamole-auth-ldap-1.5.1.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.1.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.1.jar)
+  23:32:06.468 [main] INFO  o.a.g.extension.ExtensionModule -  - [postgresql] "PostgreSQL Authentication" (/etc/guacamole/extensions/guacamole-auth-jdbc-postgresql-1.5.2.jar)
+  23:32:06.468 [main] INFO  o.a.g.extension.ExtensionModule -  - [ldap] "LDAP Authentication" (/etc/guacamole/extensions/guacamole-auth-ldap-1.5.2.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.2.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.2.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.
   ...
   ```
@@ -2171,7 +2171,7 @@
 
 ```console
 $ guaclog /path/to/recording/NAME
-guaclog: INFO: Guacamole input log interpreter (guaclog) version 1.5.1
+guaclog: INFO: Guacamole input log interpreter (guaclog) version 1.5.2
 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 10220bb..a13ed85 100644
--- a/src/custom-auth.md
+++ b/src/custom-auth.md
@@ -67,7 +67,7 @@
     <groupId>org.apache.guacamole</groupId>
     <artifactId>guacamole-auth-tutorial</artifactId>
     <packaging>jar</packaging>
-    <version>1.5.1</version>
+    <version>1.5.2</version>
     <name>guacamole-auth-tutorial</name>
 
     <properties>
@@ -97,7 +97,7 @@
         <dependency>
             <groupId>org.apache.guacamole</groupId>
             <artifactId>guacamole-ext</artifactId>
-            <version>1.5.1</version>
+            <version>1.5.2</version>
             <scope>provided</scope>
         </dependency>
 
@@ -185,7 +185,7 @@
 ```json
 {
 
-    "guacamoleVersion" : "1.5.1",
+    "guacamoleVersion" : "1.5.2",
 
     "name"      : "Tutorial Authentication Extension",
     "namespace" : "guac-auth-tutorial",
@@ -213,7 +213,7 @@
 $ mvn package
 [INFO] Scanning for projects...
 [INFO] ------------------------------------------------------------------------
-[INFO] Building guacamole-auth-tutorial 1.5.1
+[INFO] Building guacamole-auth-tutorial 1.5.2
 [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.1.jar`, which can
+there will be a new file, `target/guacamole-auth-tutorial-1.5.2.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 @@
 
 To install your extension, ensure that the required properties have been added
 to your `guacamole.properties`, copy the
-`target/guacamole-auth-tutorial-1.5.1.jar` file into
+`target/guacamole-auth-tutorial-1.5.2.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 a63cfdb..3dc3d47 100644
--- a/src/duo-auth.md
+++ b/src/duo-auth.md
@@ -50,7 +50,7 @@
 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.1.jar`,
+containing only the extension itself, `guacamole-auth-duo-1.5.2.jar`,
 which must ultimately be placed in `GUACAMOLE_HOME/extensions`.
 
 (installing-duo-auth)=
@@ -65,7 +65,7 @@
 1. Create the `GUACAMOLE_HOME/extensions` directory, if it does not already
    exist.
 
-2. Copy `guacamole-auth-duo-1.5.1.jar` within `GUACAMOLE_HOME/extensions`.
+2. Copy `guacamole-auth-duo-1.5.2.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 d17e97d..e9442db 100644
--- a/src/event-listeners.md
+++ b/src/event-listeners.md
@@ -56,7 +56,7 @@
     <groupId>org.apache.guacamole</groupId>
     <artifactId>guacamole-listener-tutorial</artifactId>
     <packaging>jar</packaging>
-    <version>1.5.1</version>
+    <version>1.5.2</version>
     <name>guacamole-listener-tutorial</name>
 
     <properties>
@@ -86,7 +86,7 @@
         <dependency>
             <groupId>org.apache.guacamole</groupId>
             <artifactId>guacamole-ext</artifactId>
-            <version>1.5.1</version>
+            <version>1.5.2</version>
             <scope>provided</scope>
         </dependency>
 
@@ -163,7 +163,7 @@
 ```json
 {
 
-    "guacamoleVersion" : "1.5.1",
+    "guacamoleVersion" : "1.5.2",
 
     "name"      : "Tutorial Listener Extension",
     "namespace" : "guac-listener-tutorial",
@@ -187,7 +187,7 @@
 $ mvn package
 [INFO] Scanning for projects...
 [INFO] ---------------------------------------------------------------
-[INFO] Building guacamole-listener-tutorial 1.5.1
+[INFO] Building guacamole-listener-tutorial 1.5.2
 [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.1.jar`, which
+there will be a new file, `target/guacamole-listener-tutorial-1.5.2.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 @@
 directory within the home directory of the user running Tomcat.
 
 To install your extension, copy the
-`target/guacamole-listener-tutorial-1.5.1.jar` file into
+`target/guacamole-listener-tutorial-1.5.2.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 e587dfe..0c3b966 100644
--- a/src/guacamole-docker.md
+++ b/src/guacamole-docker.md
@@ -911,10 +911,10 @@
   ```
   ...
   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.1.jar)
-  23:32:06.468 [main] INFO  o.a.g.extension.ExtensionModule -  - [ldap] "LDAP Authentication" (/etc/guacamole/extensions/guacamole-auth-ldap-1.5.1.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.1.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.1.jar)
+  23:32:06.468 [main] INFO  o.a.g.extension.ExtensionModule -  - [postgresql] "PostgreSQL Authentication" (/etc/guacamole/extensions/guacamole-auth-jdbc-postgresql-1.5.2.jar)
+  23:32:06.468 [main] INFO  o.a.g.extension.ExtensionModule -  - [ldap] "LDAP Authentication" (/etc/guacamole/extensions/guacamole-auth-ldap-1.5.2.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.2.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.2.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 299e259..2b3b706 100644
--- a/src/guacamole-ext.md
+++ b/src/guacamole-ext.md
@@ -134,7 +134,7 @@
 
 ```json
 {
-    "guacamoleVersion" : "1.5.1",
+    "guacamoleVersion" : "1.5.2",
     "name" : "My Extension",
     "namespace" : "my-extension"
 }
@@ -148,7 +148,7 @@
 ```json
 {
 
-    "guacamoleVersion" : "1.5.1",
+    "guacamoleVersion" : "1.5.2",
 
     "name"      : "My Extension",
     "namespace" : "my-extension",
diff --git a/src/header-auth.md b/src/header-auth.md
index ee813ff..2606411 100644
--- a/src/header-auth.md
+++ b/src/header-auth.md
@@ -27,7 +27,7 @@
 versions of Guacamole here: <http://guacamole.apache.org/releases/>.
 
 The HTTP header authentication extension is packaged as a `.tar.gz` file
-containing only the extension itself, `guacamole-auth-header-1.5.1.jar`, which
+containing only the extension itself, `guacamole-auth-header-1.5.2.jar`, which
 must ultimately be placed in `GUACAMOLE_HOME/extensions`.
 
 (installing-header-auth)=
@@ -45,7 +45,7 @@
 1. Create the `GUACAMOLE_HOME/extensions` directory, if it does not already
    exist.
 
-2. Copy `guacamole-auth-header-1.5.1.jar` within `GUACAMOLE_HOME/extensions`.
+2. Copy `guacamole-auth-header-1.5.2.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 a1478ef..2f794e6 100644
--- a/src/include/sso-download.md
+++ b/src/include/sso-download.md
@@ -9,7 +9,7 @@
 
 | SSO Method                    | Extension                                    |
 | ----------------------------- | -------------------------------------------- |
-| [CAS](cas-auth)               | `cas/guacamole-auth-sso-cas-1.5.1.jar`       |
-| [OpenID Connect](openid-auth) | `openid/guacamole-auth-sso-openid-1.5.1.jar` |
-| [SAML](saml-auth)             | `saml/guacamole-auth-sso-saml-1.5.1.jar`     |
+| [CAS](cas-auth)               | `cas/guacamole-auth-sso-cas-1.5.2.jar`       |
+| [OpenID Connect](openid-auth) | `openid/guacamole-auth-sso-openid-1.5.2.jar` |
+| [SAML](saml-auth)             | `saml/guacamole-auth-sso-saml-1.5.2.jar`     |
 
diff --git a/src/installing-guacamole.md b/src/installing-guacamole.md
index 6e2a16a..f8b1da6 100644
--- a/src/installing-guacamole.md
+++ b/src/installing-guacamole.md
@@ -340,8 +340,8 @@
 from the command line:
 
 ```console
-$ tar -xzf guacamole-server-1.5.1.tar.gz
-$ cd guacamole-server-1.5.1/
+$ tar -xzf guacamole-server-1.5.2.tar.gz
+$ cd guacamole-server-1.5.2/
 $
 ```
 
@@ -400,7 +400,7 @@
 ...
 
 ------------------------------------------------
-guacamole-server version 1.5.1
+guacamole-server version 1.5.2
 ------------------------------------------------
 
    Library status:
@@ -581,8 +581,8 @@
 a `.tar.gz` archive which you can extract from the command line:
 
 ```console
-$ tar -xzf guacamole-client-1.5.1.tar.gz
-$ cd guacamole-client-1.5.1/
+$ tar -xzf guacamole-client-1.5.2.tar.gz
+$ cd guacamole-client-1.5.2/
 $
 ```
 
@@ -649,7 +649,7 @@
 [INFO] guacamole-playback-example                                         [war]
 ...
 [INFO] ------------------------------------------------------------------------
-[INFO] Reactor Summary for guacamole-client 1.5.1:
+[INFO] Reactor Summary for guacamole-client 1.5.2:
 [INFO] 
 [INFO] guacamole-client ................................... SUCCESS [ 11.879 s]
 [INFO] guacamole-common ................................... SUCCESS [ 15.140 s]
@@ -721,7 +721,7 @@
 `guacamole.war` while copying:
 
 ```console
-# cp guacamole/target/guacamole-1.5.1.war /var/lib/tomcat/webapps/guacamole.war
+# cp guacamole/target/guacamole-1.5.2.war /var/lib/tomcat/webapps/guacamole.war
 #
 ```
 
@@ -742,7 +742,7 @@
 Starting Tomcat... OK
 # /etc/init.d/guacd start
 Starting guacd: SUCCESS
-guacd[6229]: INFO:  Guacamole proxy daemon (guacd) version 1.5.1 started
+guacd[6229]: INFO:  Guacamole proxy daemon (guacd) version 1.5.2 started
 #
 ```
 
diff --git a/src/jdbc-auth.md b/src/jdbc-auth.md
index b9e6aae..fd364ba 100644
--- a/src/jdbc-auth.md
+++ b/src/jdbc-auth.md
@@ -59,7 +59,7 @@
 :::{list-table}
 :stub-columns: 1
 * - Guacamole extension
-  - `mysql/guacamole-auth-jdbc-mysql-1.5.1.jar`
+  - `mysql/guacamole-auth-jdbc-mysql-1.5.2.jar`
 * - SQL schema scripts
   - `mysql/schema/`
 * - JDBC driver
@@ -79,7 +79,7 @@
 :::{list-table}
 :stub-columns: 1
 * - Guacamole extension
-  - `postgresql/guacamole-auth-jdbc-postgresql-1.5.1.jar`
+  - `postgresql/guacamole-auth-jdbc-postgresql-1.5.2.jar`
 * - SQL schema scripts
   - `postgresql/schema/`
 * - JDBC driver
@@ -91,7 +91,7 @@
 :::{list-table}
 :stub-columns: 1
 * - Guacamole extension
-  - `sqlserver/guacamole-auth-jdbc-sqlserver-1.5.1.jar`
+  - `sqlserver/guacamole-auth-jdbc-sqlserver-1.5.2.jar`
 * - SQL schema scripts
   - `sqlserver/schema/`
 * - JDBC driver
@@ -340,9 +340,9 @@
 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.1.jar` *or*
-   `guacamole-auth-jdbc-postgresql-1.5.1.jar` *or*
-   `guacamole-auth-jdbc-sqlserver-1.5.1.jar` within
+2. Copy `guacamole-auth-jdbc-mysql-1.5.2.jar` *or*
+   `guacamole-auth-jdbc-postgresql-1.5.2.jar` *or*
+   `guacamole-auth-jdbc-sqlserver-1.5.2.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 e9c577a..48f1327 100644
--- a/src/json-auth.md
+++ b/src/json-auth.md
@@ -20,7 +20,7 @@
 versions of Guacamole here: <http://guacamole.apache.org/releases/>.
 
 The JSON authentication extension is packaged as a `.tar.gz` file containing
-only the extension itself, `guacamole-auth-json-1.5.1.jar`, which must
+only the extension itself, `guacamole-auth-json-1.5.2.jar`, which must
 ultimately be placed in `GUACAMOLE_HOME/extensions`.
 
 (installing-json-auth)=
@@ -38,7 +38,7 @@
 1. Create the `GUACAMOLE_HOME/extensions` directory, if it does not already
    exist.
 
-2. Copy `guacamole-auth-json-1.5.1.jar` within `GUACAMOLE_HOME/extensions`.
+2. Copy `guacamole-auth-json-1.5.2.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 2696986..0320c2f 100644
--- a/src/ldap-auth.md
+++ b/src/ldap-auth.md
@@ -76,7 +76,7 @@
 
 The LDAP authentication extension is packaged as a `.tar.gz` file containing:
 
-`guacamole-auth-ldap-1.5.1.jar`
+`guacamole-auth-ldap-1.5.2.jar`
 : The Guacamole LDAP support extension itself, which must be placed in
   `GUACAMOLE_HOME/extensions`.
 
@@ -209,7 +209,7 @@
 1. Create the `GUACAMOLE_HOME/extensions` directory, if it does not already
    exist.
 
-2. Copy `guacamole-auth-ldap-1.5.1.jar` within `GUACAMOLE_HOME/extensions`.
+2. Copy `guacamole-auth-ldap-1.5.2.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 f111ce6..1d9d82e 100644
--- a/src/openid-auth.md
+++ b/src/openid-auth.md
@@ -25,7 +25,7 @@
 ```
 
 The extension for the desired SSO method, in this case
-`guacamole-auth-sso-openid-1.5.1.jar` from within the `openid/` subdirectory,
+`guacamole-auth-sso-openid-1.5.2.jar` from within the `openid/` subdirectory,
 must ultimately be placed in `GUACAMOLE_HOME/extensions`.
 
 (installing-openid-auth)=
@@ -43,7 +43,7 @@
 1. Create the `GUACAMOLE_HOME/extensions` directory, if it does not already
    exist.
 
-2. Copy `guacamole-auth-sso-openid-1.5.1.jar` within
+2. Copy `guacamole-auth-sso-openid-1.5.2.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 5a4de56..f67d85e 100644
--- a/src/radius-auth.md
+++ b/src/radius-auth.md
@@ -70,7 +70,7 @@
    [INFO] guacamole-playback-example                                         [war]
    ...
    [INFO] ------------------------------------------------------------------------
-   [INFO] Reactor Summary for guacamole-client 1.5.1:
+   [INFO] Reactor Summary for guacamole-client 1.5.2:
    [INFO] 
    [INFO] guacamole-client ................................... SUCCESS [ 12.839 s]
    [INFO] guacamole-common ................................... SUCCESS [ 15.446 s]
@@ -115,7 +115,7 @@
 
 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.1.jar. This extension file can be copied to the
+guacamole-auth-radius-1.5.2.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 @@
 1. Create the `GUACAMOLE_HOME/extensions` directory, if it does not already
    exist.
 
-2. Copy `guacamole-auth-radius-1.5.1.jar` into `GUACAMOLE_HOME/extensions`.
+2. Copy `guacamole-auth-radius-1.5.2.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 2c09cfa..c6ac75f 100644
--- a/src/recording-playback.md
+++ b/src/recording-playback.md
@@ -76,7 +76,7 @@
 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.1.jar`, which
+the extension itself, `guacamole-history-recording-storage-1.5.2.jar`, which
 must ultimately be placed in `GUACAMOLE_HOME/extensions`.
 
 (installing-recording-storage)=
@@ -91,7 +91,7 @@
 1. Create the `GUACAMOLE_HOME/extensions` directory, if it does not already
    exist.
 
-2. Copy `guacamole-history-recording-storage-1.5.1.jar` within
+2. Copy `guacamole-history-recording-storage-1.5.2.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 ec5c92c..26cead0 100644
--- a/src/saml-auth.md
+++ b/src/saml-auth.md
@@ -19,7 +19,7 @@
 ```
 
 The extension for the desired SSO method, in this case
-`guacamole-auth-sso-saml-1.5.1.jar` from within the `saml/` subdirectory,
+`guacamole-auth-sso-saml-1.5.2.jar` from within the `saml/` subdirectory,
 must ultimately be placed in `GUACAMOLE_HOME/extensions`.
 
 (installing-saml-auth)=
@@ -37,7 +37,7 @@
 1. Create the `GUACAMOLE_HOME/extensions` directory, if it does not already
    exist.
 
-2. Copy `guacamole-auth-sso-saml-1.5.1.jar` within `GUACAMOLE_HOME/extensions`.
+2. Copy `guacamole-auth-sso-saml-1.5.2.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 188201d..95c9896 100644
--- a/src/totp-auth.md
+++ b/src/totp-auth.md
@@ -104,7 +104,7 @@
 versions of Guacamole here: <http://guacamole.apache.org/releases/>.
 
 The TOTP authentication extension is packaged as a `.tar.gz` file containing
-only the extension itself, `guacamole-auth-totp-1.5.1.jar`, which must
+only the extension itself, `guacamole-auth-totp-1.5.2.jar`, which must
 ultimately be placed in `GUACAMOLE_HOME/extensions`.
 
 (installing-totp-auth)=
@@ -119,7 +119,7 @@
 1. Create the `GUACAMOLE_HOME/extensions` directory, if it does not already
    exist.
 
-2. Copy `guacamole-auth-totp-1.5.1.jar` within `GUACAMOLE_HOME/extensions`.
+2. Copy `guacamole-auth-totp-1.5.2.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 c863634..a5bc92e 100644
--- a/src/vault.md
+++ b/src/vault.md
@@ -44,7 +44,7 @@
 1. Create the `GUACAMOLE_HOME/extensions` directory, if it does not already
    exist.
 
-2. Copy `ksm/guacamole-vault-ksm-1.5.1.jar` within `GUACAMOLE_HOME/extensions`.
+2. Copy `ksm/guacamole-vault-ksm-1.5.2.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 f2ae41e..7420d88 100644
--- a/src/writing-you-own-guacamole-app.md
+++ b/src/writing-you-own-guacamole-app.md
@@ -121,7 +121,7 @@
     <groupId>org.apache.guacamole</groupId>
     <artifactId>guacamole-tutorial</artifactId>
     <packaging>war</packaging>
-    <version>1.5.1</version>
+    <version>1.5.2</version>
     <name>guacamole-tutorial</name>
 
     <properties>
@@ -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.1.war`,
+application, there will be a new file, `target/guacamole-tutorial-1.5.2.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 @@
         <dependency>
             <groupId>org.apache.guacamole</groupId>
             <artifactId>guacamole-common</artifactId>
-            <version>1.5.1</version>
+            <version>1.5.2</version>
             <scope>compile</scope>
         </dependency>
 
@@ -335,7 +335,7 @@
         <dependency>
             <groupId>org.apache.guacamole</groupId>
             <artifactId>guacamole-common-js</artifactId>
-            <version>1.5.1</version>
+            <version>1.5.2</version>
             <type>zip</type>
             <scope>runtime</scope>
         </dependency>
@@ -357,7 +357,7 @@
 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.1/guacamole-common-js/all.min.js` is probably worth
+`/guacamole-tutorial-1.5.2/guacamole-common-js/all.min.js` is probably worth
 the effort.
 
 (simple-tunnel)=
@@ -462,7 +462,7 @@
 ("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.1/tunnel`.
+`/guacamole-tutorial-1.5.2/tunnel`.
 
 (simple-client)=
 
diff --git a/tutorials/guacamole-auth-tutorial/pom.xml b/tutorials/guacamole-auth-tutorial/pom.xml
index 55c56b7..50ee8ce 100644
--- a/tutorials/guacamole-auth-tutorial/pom.xml
+++ b/tutorials/guacamole-auth-tutorial/pom.xml
@@ -7,7 +7,7 @@
     <groupId>org.apache.guacamole</groupId>
     <artifactId>guacamole-auth-tutorial</artifactId>
     <packaging>jar</packaging>
-    <version>1.5.1</version>
+    <version>1.5.2</version>
     <name>guacamole-auth-tutorial</name>
 
     <properties>
@@ -37,7 +37,7 @@
         <dependency>
             <groupId>org.apache.guacamole</groupId>
             <artifactId>guacamole-ext</artifactId>
-            <version>1.5.1</version>
+            <version>1.5.2</version>
             <scope>provided</scope>
         </dependency>
 
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 a40ccd2..185bb55 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.1",
+    "guacamoleVersion" : "1.5.2",
 
     "name"      : "Tutorial Authentication Extension",
     "namespace" : "guac-auth-tutorial",
diff --git a/tutorials/guacamole-tutorial/pom.xml b/tutorials/guacamole-tutorial/pom.xml
index b252688..4c52e50 100644
--- a/tutorials/guacamole-tutorial/pom.xml
+++ b/tutorials/guacamole-tutorial/pom.xml
@@ -7,7 +7,7 @@
     <groupId>org.apache.guacamole</groupId>
     <artifactId>guacamole-tutorial</artifactId>
     <packaging>war</packaging>
-    <version>1.5.1</version>
+    <version>1.5.2</version>
     <name>guacamole-tutorial</name>
 
     <properties>
@@ -62,7 +62,7 @@
         <dependency>
             <groupId>org.apache.guacamole</groupId>
             <artifactId>guacamole-common</artifactId>
-            <version>1.5.1</version>
+            <version>1.5.2</version>
             <scope>compile</scope>
         </dependency>
 
@@ -70,7 +70,7 @@
         <dependency>
             <groupId>org.apache.guacamole</groupId>
             <artifactId>guacamole-common-js</artifactId>
-            <version>1.5.1</version>
+            <version>1.5.2</version>
             <type>zip</type>
             <scope>runtime</scope>
         </dependency>