]> tinc-vpn.org Git - tinc/commitdiff
Releasing 1.0.37. master release-1.0.37
authorGuus Sliepen <guus@tinc-vpn.org>
Thu, 26 Feb 2026 21:14:39 +0000 (22:14 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 1 Mar 2026 14:30:53 +0000 (15:30 +0100)
NEWS
README
configure.ac

diff --git a/NEWS b/NEWS
index c587e8764eb3fa1a9f03c2f6ba8f63bc82b90918..f428783e72e3e1cb948c4d14527b603331643025 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+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.
 Version 1.0.36               August 26 2019
 
  * Fix compiling tinc with certain versions of the OpenSSL library.
diff --git a/README b/README
index 90f35a216817a248813553f7c18476b2fd38dac2..b23250f210f79e563ce6ca1456268eabb24131d0 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-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:
 instructions may be found in the INSTALL file.
 
 tinc is Copyright (C) 1998-2026 by:
@@ -59,7 +59,7 @@ tinc or give us feedback, you are strongly encouraged to do so.
 Compatibility
 -------------
 
 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.
 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.
index 0641015e004b40fd053c7308b2f932f4489723ae..e0ce2fbba23e1587a59217e44a9dcfa9f68866df 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.72])
 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])
 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])