released 0.2.4

This commit is contained in:
Nikos Mavrogiannopoulos
2014-01-08 19:09:50 +01:00
parent 07144d7d3d
commit bc7e4b839e
3 changed files with 2 additions and 5 deletions

2
NEWS
View File

@@ -1,4 +1,4 @@
* Version 0.2.4 (unreleased)
* Version 0.2.4 (released 2014-01-08)
- Better AnyConnect client support for Mac and other systems. Patch by
Kevin Cernekee.

View File

@@ -945,9 +945,6 @@
/* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */
#undef MAP_ANONYMOUS
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
#undef NO_MINUS_C_MINUS_O
/* Define this if optional arguments are disallowed */
#undef NO_OPTIONAL_OPT_ARGS

View File

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