released 1.0.0

Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
This commit is contained in:
Nikos Mavrogiannopoulos
2020-03-20 13:58:25 +01:00
parent 8ff144992c
commit 3382277e97
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@@ -1,4 +1,4 @@
* Version 1.0.0 (unreleased)
* Version 1.0.0 (released 2020-03-20)
- Avoid crash on invalid configuration values.
- Updated manpage generation to work with newer versions of ronn.
- Ensure scripts have all the information on all disconnection types (#231)

View File

@@ -1,5 +1,5 @@
AC_PREREQ(2.61)
AC_INIT([ocserv], [0.12.6], [openconnect-devel@lists.infradead.org])
AC_INIT([ocserv], [1.0.0], [openconnect-devel@lists.infradead.org])
PKG_PROG_PKG_CONFIG
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])