From: Guus Sliepen Date: Sat, 25 Jun 2011 14:07:35 +0000 (+0200) Subject: Add news item about 1.1pre1. X-Git-Url: https://www.tinc-vpn.org/git/browse?p=wiki;a=commitdiff_plain;h=6143ffc9f7597e01df80405f1d877ac38550d5d1 Add news item about 1.1pre1. --- diff --git a/news/release-1.1pre1.mdwn b/news/release-1.1pre1.mdwn new file mode 100644 index 0000000..0eb6d8b --- /dev/null +++ b/news/release-1.1pre1.mdwn @@ -0,0 +1,17 @@ +[[!meta author="guus"]] +[[!meta date="June 25th 2011"]] + +Version 1.1pre1 released. + +* Control interface allows control of a running tinc daemon. Used by: + * tincctl, a commandline utility + * tinc-gui, a preliminary GUI implemented in Python/wxWidgets +* Code cleanups and reorganization. +* Repleacable cryptography backend, currently supports OpenSSL and libgcrypt. +* Use libevent to handle I/O events and timeouts. +* Use splay trees instead of AVL trees to manage internal datastructures. + +This is the first pre-release of the 1.1 branch of tinc. Tinc 1.1 is protocol +compatible with 1.0.x, but will have large architectural changes and new +features. Tinc 1.0.x will still be maintained. Please try out this new version, +and let us know what you think of, and report any bugs you find.