Skip to content

Commit

Permalink
Releasing 1.0.28.
Browse files Browse the repository at this point in the history
  • Loading branch information
gsliepen committed Apr 10, 2016
1 parent ba25e89 commit bd33353
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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.


Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])
Expand Down

0 comments on commit bd33353

Please sign in to comment.