diff --git a/NEWS b/NEWS index 0faa6386..d6c27d68 100644 --- a/NEWS +++ b/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). diff --git a/configure.ac b/configure.ac index aed3724f..bbd82e2b 100644 --- a/configure.ac +++ b/configure.ac @@ -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])