released 1.2.4

Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
This commit is contained in:
Nikos Mavrogiannopoulos
2024-01-22 22:57:08 +01:00
parent ab02819cd8
commit 7ced730fb2
2 changed files with 3 additions and 6 deletions

7
NEWS
View File

@@ -1,12 +1,9 @@
* Version 1.2.4 (unreleased)
* Version 1.2.4 (released 2024-01-22)
- Get connection speed limits (traffic shaping) from RADIUS (#554)
- Use "OpenConnect VPN server" as the long package name. Keep "ocserv" as a
short name.
- usage: open issues on GitLab to report bugs.
- Print bit rates as kb/s.
- Fix logging to stderr: add missing newline.
- Fixed compatibility with AnyConnect clients on Linux (#544)
- Detect the new AnyConnect-compatible identifier of OpenConnect clients
- occtl: Print bit rates as kb/s.
* Version 1.2.3 (released 2023-12-17)

View File

@@ -1,5 +1,5 @@
AC_PREREQ(2.61)
AC_INIT([OpenConnect VPN Server], [1.2.3],
AC_INIT([OpenConnect VPN Server], [1.2.4],
[https://gitlab.com/openconnect/ocserv/-/issues],
[ocserv],
[https://ocserv.openconnect-vpn.net/])