From 56794e4b0c0357000ff5b537922b383ae1e43355 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Tue, 16 Jun 2020 19:37:45 +0200 Subject: [PATCH] bumped version Signed-off-by: Nikos Mavrogiannopoulos --- NEWS | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index a234c085..63541806 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -* Version 1.0.2 (unreleased) +* Version 1.1.0 (released 2020-06-16) - Switch from fork to fork/exec model to achieve better scaling and ASLR protection. This introduces an ocserv-worker application which should be installed at the same path as ocserv (#285). diff --git a/configure.ac b/configure.ac index 1cbf21e9..0ee424fb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.61) -AC_INIT([ocserv], [1.0.1], [openconnect-devel@lists.infradead.org]) +AC_INIT([ocserv], [1.1.0], [openconnect-devel@lists.infradead.org]) PKG_PROG_PKG_CONFIG AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4])