@@ -19,7 +19,7 @@ limitations under the License.
1919--------------------------------------------------------------------------------
2020
2121@title eturnal Documentation
22- @version 1.11.0 ({@date})
22+ @version 1.11.1 ({@date})
2323@copyright 2020-2022 ProcessOne, SARL
2424@author Holger Weiss
2525
@@ -33,7 +33,7 @@ clients receive temporary TURN credentials where the user name is comprised of
3333the (Unix) expiry timestamp and the password is derived from a {@section secret}
3434shared between the service generating those credentials and eturnal. The service
3535offering the credentials <a
36- href="https://github.com/processone/eturnal/blob/1.11.0 /examples/make-credentials">performs</a>
36+ href="https://github.com/processone/eturnal/blob/1.11.1 /examples/make-credentials">performs</a>
3737a `Base64(HMAC-SHA1($secret, $timestamp))' operation to generate the ephemeral
3838password, and eturnal does the same to verify it. As an alternative, static <a
3939href="#credentials">credentials</a> may be configured as well.
@@ -52,18 +52,18 @@ Linux/x64 and Linux/arm64 systems, the <a
5252href="https://eturnal.net/download/linux/installer/">binary release</a> can be
5353installed as described in this section. For building eturnal from source, see
5454the <a
55- href="https://github.com/processone/eturnal/blob/1.11.0 /doc/INSTALL.md">INSTALL.md</a>
55+ href="https://github.com/processone/eturnal/blob/1.11.1 /doc/INSTALL.md">INSTALL.md</a>
5656file shipped with eturnal's <a
57- href="https://eturnal.net/download/eturnal-1.11.0 .tar.gz">source code
57+ href="https://eturnal.net/download/eturnal-1.11.1 .tar.gz">source code
5858archive</a>.
5959
6060The binary release is installed using the following commands (on AArch64
6161systems, `x64' must be replaced with `arm64'):
6262
6363```
64- curl -O https://eturnal.net/eturnal-1.11.0 -linux-x64.run
65- chmod +x eturnal-1.11.0 -linux-x64.run
66- sudo ./eturnal-1.11.0 -linux-x64.run
64+ curl -O https://eturnal.net/eturnal-1.11.1 -linux-x64.run
65+ chmod +x eturnal-1.11.1 -linux-x64.run
66+ sudo ./eturnal-1.11.1 -linux-x64.run
6767'''
6868
6969The installer extracts the release archive into `/opt/eturnal' and creates a
0 commit comments