bumped version and updated NEWS

This commit is contained in:
Nikos Mavrogiannopoulos
2015-02-19 15:31:55 +01:00
parent cc86c2d174
commit 661d92cfc6
2 changed files with 11 additions and 1 deletions

10
NEWS
View File

@@ -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).

View File

@@ -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])