released 0.8.6

This commit is contained in:
Nikos Mavrogiannopoulos
2014-10-05 19:30:27 +02:00
parent 2ab42ed1f2
commit 4cf06b934c
2 changed files with 3 additions and 2 deletions

3
NEWS
View File

@@ -1,6 +1,7 @@
* Version 0.8.6 (unreleased)
* Version 0.8.6 (released 2014-10-05)
- Fixes in socket handling
* Version 0.8.5 (released 2014-10-03)
- The comparison of XML fields is now case insensitive; that
addresses issues with some anyconnect clients (report and fix

View File

@@ -1,5 +1,5 @@
AC_PREREQ(2.61)
AC_INIT([ocserv], [0.8.5], [nmav@gnutls.org])
AC_INIT([ocserv], [0.8.6], [nmav@gnutls.org])
PKG_PROG_PKG_CONFIG
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([gl/m4])