diff --git a/NEWS b/NEWS index 93410839..b891c751 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -* Version 0.12.5 (unreleased) +* Version 0.12.5 (released 2019-10-16) - Fixed issue with FreeBSD tun devices closing (#213). - Added configuration option udp-listen-host. This option supports different listen addresses for tcp and udp such as haproxy for tcp, but support dtls diff --git a/configure.ac b/configure.ac index eea3e93c..7ab4de82 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.61) -AC_INIT([ocserv], [0.12.4], [openconnect-devel@lists.infradead.org]) +AC_INIT([ocserv], [0.12.5], [openconnect-devel@lists.infradead.org]) PKG_PROG_PKG_CONFIG AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4])