Releasing 1.0.28. release-1.0.28
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 10 Apr 2016 13:08:01 +0000 (15:08 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 10 Apr 2016 13:08:01 +0000 (15:08 +0200)
NEWS
README
configure.ac

diff --git a/NEWS b/NEWS
index cc5cafa102bae99d2883184b9f47c578c56a1e11..dab9631b8648697eb83e7ab2783fe64b5726a927 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Version 1.0.28               April 10 2016
+
+ * Fix compilation on BSD platforms.
+
+ * Add systemd service files.
+
 Version 1.0.27               April 10 2016
 
  * When using Proxy, let the proxy resolve hostnames if tinc can't.
diff --git a/README b/README
index bf4c6c4fa1ebbc8df8fc33092aea887cd73e7a40..2e094c1d0e9889c5d4a30d9de42397595e7f39e5 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is the README file for tinc version 1.0.27. Installation
+This is the README file for tinc version 1.0.28. Installation
 instructions may be found in the INSTALL file.
 
 tinc is Copyright (C) 1998-2016 by:
@@ -55,7 +55,7 @@ should be changed into "Device", and "Device" should be changed into
 Compatibility
 -------------
 
-Version 1.0.27 is compatible with 1.0pre8, 1.0 and later, but not with older
+Version 1.0.28 is compatible with 1.0pre8, 1.0 and later, but not with older
 versions of tinc.
 
 
index 4aee2a367606f619043d8fe3bf2e309d44176392..0ef0c80c27bb8ae925318111cb8794091e54ec7d 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.61)
-AC_INIT([tinc], [1.0.27])
+AC_INIT([tinc], [1.0.28])
 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])