From: Guus Sliepen Date: Sat, 19 Oct 2013 15:35:20 +0000 (+0200) Subject: Releasing 1.0.23. X-Git-Tag: release-1.0.23^0 X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=5b708764db21833fe88c4db942b30d3ea91536fa;hp=b0cc043315220046973d28b144665b2c820e3bd6 Releasing 1.0.23. --- diff --git a/NEWS b/NEWS index 9c1004cd..8628bcb2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +Version 1.0.23 October 19 2013 + + * Start authentication immediately on outgoing connections (useful for sslh). + + * Fixed segfault when Name = $HOST but $HOST is not set. + + * Updated the build system and the documentation. + + * Clean up child processes left over from Proxy = exec. + Version 1.0.22 August 13 2013 * Fixed the combination of Mode = router and DeviceType = tap. diff --git a/README b/README index de3720fe..0f8a9a55 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This is the README file for tinc version 1.0.22. Installation +This is the README file for tinc version 1.0.23. Installation instructions may be found in the INSTALL file. tinc is Copyright (C) 1998-2013 by: @@ -55,7 +55,7 @@ should be changed into "Device", and "Device" should be changed into Compatibility ------------- -Version 1.0.22 is compatible with 1.0pre8, 1.0 and later, but not with older +Version 1.0.23 is compatible with 1.0pre8, 1.0 and later, but not with older versions of tinc. diff --git a/configure.ac b/configure.ac index 212ca886..55ac8094 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([tinc], [1.0.22]) +AC_INIT([tinc], [1.0.23]) AC_CONFIG_SRCDIR([src/tincd.c]) AM_INIT_AUTOMAKE([1.11 check-news std-options subdir-objects nostdinc -Wall]) AC_CONFIG_HEADERS([config.h])