git:// links no longer work, refer to the https:// one.
[wiki] / news / release-1.1pre1.mdwn
1 [[!meta author="guus"]]
2 [[!meta date="June 25th 2011"]]
3
4 Version 1.1pre1 released.
5
6 * Control interface allows control of a running tinc daemon. Used by:
7   * tincctl, a commandline utility
8   * tinc-gui, a preliminary GUI implemented in Python/wxWidgets
9 * Code cleanups and reorganization. 
10 * Repleacable cryptography backend, currently supports OpenSSL and libgcrypt.
11 * Use libevent to handle I/O events and timeouts.
12 * Use splay trees instead of AVL trees to manage internal datastructures.
13
14 This is the first pre-release of the 1.1 branch of tinc. Tinc 1.1 is protocol
15 compatible with 1.0.x, but will have large architectural changes and new
16 features. Tinc 1.0.x will still be maintained. Please try out this new version,
17 and let us know what you think of, and report any bugs you find.