+Version 1.0.13 Apr 11 2010
+
+ * Allow building tinc without LZO and/or Zlib.
+
+ * Clamp MSS of TCP packets in both directions.
+
+ * Experimental StrictSubnets, Forwarding and DirectOnly options,
+ giving more control over information and packets received from/sent to other
+ nodes.
+
+ * Ensure tinc never sends symbolic names for ports over the wire.
+
Version 1.0.12 Feb 3 2010
* Really allow fast roaming of hosts to other nodes in a switched VPN.
-This is the README file for tinc version 1.0.12. Installation
+This is the README file for tinc version 1.0.13. Installation
instructions may be found in the INSTALL file.
tinc is Copyright (C) 1998-2010 by:
Compatibility
-------------
-Version 1.0.12 is compatible with 1.0pre8, 1.0 and later, but not with older
+Version 1.0.13 is compatible with 1.0pre8, 1.0 and later, but not with older
versions of tinc.
* Scott Lamb
* Sven-Haegar Koch
* Teemu Kiviniemi
+* Timothy Redaelli
* Tonnerre Lombard
* Wessel Dankers
* Wouter van Heyst
AC_PREREQ(2.61)
AC_INIT
AC_CONFIG_SRCDIR([src/tincd.c])
-AM_INIT_AUTOMAKE(tinc, 1.0.12+git)
+AM_INIT_AUTOMAKE(tinc, 1.0.13)
AC_CONFIG_HEADERS([config.h])
AM_MAINTAINER_MODE