+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.
-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:
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.
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])