Skip to content

Commit

Permalink
Releasing 1.0.20.
Browse files Browse the repository at this point in the history
  • Loading branch information
gsliepen committed Mar 3, 2013
1 parent e8bef04 commit 85a8412
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -6,7 +6,7 @@ SUBDIRS = m4 lib src doc

ACLOCAL_AMFLAGS = -I m4

EXTRA_DIST = have.h system.h COPYING.README
EXTRA_DIST = have.h system.h COPYING.README README.android

ChangeLog:
git log > ChangeLog
Expand Down
26 changes: 26 additions & 0 deletions NEWS
@@ -1,3 +1,24 @@
Version 1.0.20 March 03 2013

* Use /dev/tap0 by default on FreeBSD and NetBSD when using switch mode.

* Minor improvements and clarifications in the documentation.

* Allow tinc to be cross-compiled with Android's NDK.

* The discovered PMTU is now also applied to VLAN tagged traffic.

* The LocalDiscovery option now makes use of all addresses tinc is bound to.

* Fixed support for tunemu on iOS devices.

* The PriorityInheritance option now also works with switch mode.

* Fixed tinc crashing when using a SOCKS5 proxy.

Thanks to Mesar Hameed, Vilbrekin and Martin Schürrer for their contributions
to this version of tinc.

Version 1.0.19 June 25 2012

* Allow :: notation in IPv6 Subnets.
Expand All @@ -9,6 +30,9 @@ Version 1.0.19 June 25 2012
* Add basic support for SOCKS proxies, HTTP proxies, and proxying through an
external command.

Thanks to Anthony G. Basile and Michael Tokarev for their contributions to
this version of tinc.

Version 1.0.18 March 25 2012

* Fixed IPv6 in switch mode by turning off DecrementTTL by default.
Expand All @@ -35,6 +59,8 @@ Version 1.0.17 March 10 2012
* Disabling old RSA keys when generating new ones now also works properly on
Windows.

Thanks to Nick Hibma for his contribution to this version of tinc.

Version 1.0.16 July 23 2011

* Fixed a performance issue with TCP communication under Windows.
Expand Down
10 changes: 5 additions & 5 deletions README
@@ -1,7 +1,7 @@
This is the README file for tinc version 1.0.19. Installation
This is the README file for tinc version 1.0.20. Installation
instructions may be found in the INSTALL file.

tinc is Copyright (C) 1998-2012 by:
tinc is Copyright (C) 1998-2013 by:

Ivo Timmermans,
Guus Sliepen <guus@tinc-vpn.org>,
Expand Down Expand Up @@ -36,8 +36,8 @@ writeup describing various security issues in several VPN daemons. He showed
that tinc lacks perfect forward security, the connection authentication could
be done more properly, that the sequence number we use as an IV is not the best
practice and that the default length of the HMAC for packets is too short in
his opinion. We do not know of a way to exploit these weaknesses, but we will
address these issues in tinc 2.0.
his opinion. We do not know of a way to exploit these weaknesses, but these
issues are being addressed in the tinc 1.1 branch.

Cryptography is a hard thing to get right. We cannot make any
guarantees. Time, review and feedback are the only things that can
Expand All @@ -55,7 +55,7 @@ should be changed into "Device", and "Device" should be changed into
Compatibility
-------------

Version 1.0.19 is compatible with 1.0pre8, 1.0 and later, but not with older
Version 1.0.20 is compatible with 1.0pre8, 1.0 and later, but not with older
versions of tinc.


Expand Down
2 changes: 2 additions & 0 deletions THANKS
Expand Up @@ -7,6 +7,7 @@ We would like to thank the following people for their contributions to tinc:
* Armijn Hemel
* Brandon Black
* Cris van Pelt
* Darius Jahandarie
* Delf Eldkraft
* dnk
* Enrique Zanardi
Expand All @@ -17,6 +18,7 @@ We would like to thank the following people for their contributions to tinc:
* James MacLean
* Jamie Briggs
* Jason Harper
* Jelle de Jong
* Jeroen Ubbink
* Jerome Etienne
* Julien Muchembled
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
AC_INIT
AC_CONFIG_SRCDIR([src/tincd.c])
AM_INIT_AUTOMAKE(tinc, 1.0.19)
AM_INIT_AUTOMAKE(tinc, 1.0.20)
AC_CONFIG_HEADERS([config.h])
AM_MAINTAINER_MODE

Expand Down
4 changes: 2 additions & 2 deletions doc/tinc.texi
Expand Up @@ -15,7 +15,7 @@

This is the info manual for @value{PACKAGE} version @value{VERSION}, a Virtual Private Network daemon.

Copyright @copyright{} 1998-2012 Ivo Timmermans,
Copyright @copyright{} 1998-2013 Ivo Timmermans,
Guus Sliepen <guus@@tinc-vpn.org> and
Wessel Dankers <wsl@@tinc-vpn.org>.

Expand All @@ -39,7 +39,7 @@ permission notice identical to this one.
@vskip 0pt plus 1filll
This is the info manual for @value{PACKAGE} version @value{VERSION}, a Virtual Private Network daemon.

Copyright @copyright{} 1998-2012 Ivo Timmermans,
Copyright @copyright{} 1998-2013 Ivo Timmermans,
Guus Sliepen <guus@@tinc-vpn.org> and
Wessel Dankers <wsl@@tinc-vpn.org>.

Expand Down
2 changes: 1 addition & 1 deletion src/graph.c
@@ -1,6 +1,6 @@
/*
graph.c -- graph algorithms
Copyright (C) 2001-2012 Guus Sliepen <guus@tinc-vpn.org>,
Copyright (C) 2001-2013 Guus Sliepen <guus@tinc-vpn.org>,
2001-2005 Ivo Timmermans
This program is free software; you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/net_packet.c
@@ -1,7 +1,7 @@
/*
net_packet.c -- Handles in- and outgoing VPN packets
Copyright (C) 1998-2005 Ivo Timmermans,
2000-2012 Guus Sliepen <guus@tinc-vpn.org>
2000-2013 Guus Sliepen <guus@tinc-vpn.org>
2010 Timothy Redaelli <timothy@redaelli.eu>
2010 Brandon Black <blblack@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion src/protocol.c
@@ -1,7 +1,7 @@
/*
protocol.c -- handle the meta-protocol, basic functions
Copyright (C) 1999-2005 Ivo Timmermans,
2000-2012 Guus Sliepen <guus@tinc-vpn.org>
2000-2013 Guus Sliepen <guus@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/protocol_auth.c
@@ -1,7 +1,7 @@
/*
protocol_auth.c -- handle the meta-protocol, authentication
Copyright (C) 1999-2005 Ivo Timmermans,
2000-2012 Guus Sliepen <guus@tinc-vpn.org>
2000-2013 Guus Sliepen <guus@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down

0 comments on commit 85a8412

Please sign in to comment.