+Version 1.0.37 March 1 2026
+
+ * Minor fixes.
+ * Drop support for Linux ethertap devices.
+ * Ensure tinc compiles cleanly on modern systems.
+
+This will most likely be the last version of tinc 1.0.
+
Version 1.0.36 August 26 2019
* Fix compiling tinc with certain versions of the OpenSSL library.
-This is the README file for tinc version 1.0.36. Installation
+This is the README file for tinc version 1.0.37. Installation
instructions may be found in the INSTALL file.
tinc is Copyright (C) 1998-2026 by:
Compatibility
-------------
-Version 1.0.35 is compatible with 1.0pre8, 1.0 and later, but not with older
+Version 1.0.37 is compatible with 1.0pre8, 1.0 and later, but not with older
versions of tinc. Note that since version 1.0.30, tinc requires all nodes in
the VPN to be compiled with a version of LibreSSL or OpenSSL that supports the
AES256 and SHA256 algorithms.
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.72])
-AC_INIT([tinc], [1.0.36])
+AC_INIT([tinc], [1.0.37])
AC_CONFIG_SRCDIR([src/tincd.c])
AM_INIT_AUTOMAKE([1.11 check-news std-options subdir-objects nostdinc silent-rules -Wall])
AC_CONFIG_HEADERS([config.h])