mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 08:46:58 +08:00
bumped version and updated NEWS
This commit is contained in:
10
NEWS
10
NEWS
@@ -1,3 +1,13 @@
|
||||
* Version 0.10.0 (unreleased)
|
||||
- Added support for gssapi (e.g., Kerberos) authentication
|
||||
- Added support for alternative authentication methods, via enable-auth.
|
||||
That allows to set a suffcient for login authentication that will be
|
||||
used as alternative to the main authentication.
|
||||
- Added support for MS-KKDCP. That is, the server can be used as an HTTP
|
||||
proxy to a KDC.
|
||||
- Support for 'certificate[optional]' authentication has been removed.
|
||||
|
||||
|
||||
* Version 0.9.2 (released 2015-02-18)
|
||||
- Enable seccomp unconditionally for all platforms (libseccomp 2.2.0
|
||||
is more portable).
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
AC_PREREQ(2.61)
|
||||
AC_INIT([ocserv], [0.9.2], [nmav@gnutls.org])
|
||||
AC_INIT([ocserv], [0.10.0], [nmav@gnutls.org])
|
||||
PKG_PROG_PKG_CONFIG
|
||||
AC_CONFIG_AUX_DIR([build-aux])
|
||||
AC_CONFIG_MACRO_DIR([gl/m4])
|
||||
|
||||
Reference in New Issue
Block a user