Releasing 1.0.23. release-1.0.23
authorGuus Sliepen <guus@tinc-vpn.org>
Sat, 19 Oct 2013 15:35:20 +0000 (17:35 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sat, 19 Oct 2013 15:35:20 +0000 (17:35 +0200)
NEWS
README
configure.ac

diff --git a/NEWS b/NEWS
index 9c1004cd8dcb42db54a32caffd63efcd8b53d772..8628bcb217e26937bcdde7fa53a0473f09e73900 100644 (file)
--- 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.
 Version 1.0.22               August 13 2013
 
  * Fixed the combination of Mode = router and DeviceType = tap.
diff --git a/README b/README
index de3720fe0afa8094e0b5ea5e0c31fce297913fdb..0f8a9a555e9482dad9965304e2d036c397bbe845 100644 (file)
--- 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:
 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
 -------------
 
 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.
 
 
 versions of tinc.
 
 
index 212ca886315635ff69ae3b729b38f79cbc0b442f..55ac8094b198113ea0c67842c6cd13701b55dafc 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.61)
 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])
 AC_CONFIG_SRCDIR([src/tincd.c])
 AM_INIT_AUTOMAKE([1.11 check-news std-options subdir-objects nostdinc -Wall])
 AC_CONFIG_HEADERS([config.h])