Releasing 1.0.5.
This commit is contained in:
parent
e5b1b5cefb
commit
5c69c390a1
2 changed files with 15 additions and 2 deletions
13
NEWS
13
NEWS
|
@ -1,3 +1,16 @@
|
|||
version 1.0.5 Nov 14 2006
|
||||
|
||||
* Lots of small fixes.
|
||||
|
||||
* Broadcast packets no longer grow in size with each hop. This should
|
||||
fix switch mode (again).
|
||||
|
||||
* Generic host-up and host-down scripts.
|
||||
|
||||
* Optionally dump graph in graphviz format to a file or a script.
|
||||
|
||||
* Support LZO 2.0 and later.
|
||||
|
||||
version 1.0.4 May 4 2005
|
||||
|
||||
* Fix switch and hub modes.
|
||||
|
|
4
README
4
README
|
@ -1,4 +1,4 @@
|
|||
This is the README file for tinc version 1.0.4. Installation
|
||||
This is the README file for tinc version 1.0.5. Installation
|
||||
instructions may be found in the INSTALL file.
|
||||
|
||||
tinc is Copyright (C) 1998-2006 by:
|
||||
|
@ -55,7 +55,7 @@ should be changed into "Device", and "Device" should be changed into
|
|||
Compatibility
|
||||
-------------
|
||||
|
||||
Version 1.0.4 is compatible with 1.0pre8, 1.0 and later, but not with older
|
||||
Version 1.0.5 is compatible with 1.0pre8, 1.0 and later, but not with older
|
||||
versions of tinc.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue