@@ -19,7 +19,7 @@ limitations under the License.
1919--------------------------------------------------------------------------------
2020
2121@title eturnal Documentation
22- @version 1.9.1 ({@date})
22+ @version 1.10.0 ({@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.9.1 /scripts/examples/make-credentials">performs</a>
36+ href="https://github.com/processone/eturnal/blob/1.10.0 /scripts/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.
3939
@@ -51,18 +51,18 @@ Linux/x64 and Linux/arm64 systems, the <a
5151href="https://eturnal.net/download/linux/installer/">binary release</a> can be
5252installed as described in this section. For building eturnal from source, see
5353the <a
54- href="https://github.com/processone/eturnal/blob/1.9.1 /INSTALL.md">INSTALL.md</a>
54+ href="https://github.com/processone/eturnal/blob/1.10.0 /INSTALL.md">INSTALL.md</a>
5555file shipped with eturnal's <a
56- href="https://eturnal.net/download/eturnal-1.9.1 .tar.gz">source code
56+ href="https://eturnal.net/download/eturnal-1.10.0 .tar.gz">source code
5757archive</a>.
5858
5959The binary release is installed using the following commands (on AArch64
6060systems, `x64' must be replaced with `arm64'):
6161
6262```
63- curl -O https://eturnal.net/eturnal-1.9.1 -linux-x64.run
64- chmod +x eturnal-1.9.1 -linux-x64.run
65- sudo ./eturnal-1.9.1 -linux-x64.run
63+ curl -O https://eturnal.net/eturnal-1.10.0 -linux-x64.run
64+ chmod +x eturnal-1.10.0 -linux-x64.run
65+ sudo ./eturnal-1.10.0 -linux-x64.run
6666'''
6767
6868The installer extracts the release archive into `/opt/eturnal' and creates a
0 commit comments