From: Guus Sliepen Date: Thu, 26 Feb 2026 21:14:39 +0000 (+0100) Subject: Releasing 1.0.37. X-Git-Tag: release-1.0.37^0 X-Git-Url: https://www.tinc-vpn.org/git/?a=commitdiff_plain;h=2904e324ea68475fa3a131e7d39a43d80465b39a;p=tinc Releasing 1.0.37. --- diff --git a/NEWS b/NEWS index c587e876..f428783e 100644 --- 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. diff --git a/README b/README index 90f35a21..b23250f2 100644 --- 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: @@ -59,7 +59,7 @@ tinc or give us feedback, you are strongly encouraged to do so. 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. diff --git a/configure.ac b/configure.ac index 0641015e..e0ce2fbb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ 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])