From 5b708764db21833fe88c4db942b30d3ea91536fa Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Sat, 19 Oct 2013 17:35:20 +0200 Subject: [PATCH] Releasing 1.0.23. --- NEWS | 10 ++++++++++ README | 4 ++-- configure.ac | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) 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]) -- 2.20.1