- [tincd(8)](/documentation/tincd.8)
- [tinc.conf(5)](/documentation/tinc.conf.5)
+### Tinc 1.1 documentation
+
+The documentation for the prerelease versions of tinc 1.1 is also available:
+
+- [manual (HTML)](/documentation-1.1/tinc_toc)
+- [manual (PDF)](/documentation-1.1/tinc.pdf)
+- [tincd(8)](/documentation-1.1/tincd.8)
+- [tincctl(8)](/documentation-1.1/tincctl.8)
+- [tinc.conf(5)](/documentation-1.1/tinc.conf.5)
+
### Examples
After reading the manual, you can look at further
and static binaries though. If there are any problems with the
packages you should contact its maintainer.
-### Latest release
+### Latest stable release
[[!inline pages="news/release-1.0.15" template=newsitemnoheader feeds="no"]]
[Windows XP/Vista/7](/packages/windows/tinc-1.0.15-install.exe)
</table>
+### Latest pre-release from the 1.1 branch
+
+[[!inline pages="news/release-1.1pre1" template=newsitemnoheader feeds="no"]]
+
+<a name="1.1pre1"></a><table>
+<tr><td>**Version**<td>1.1pre1
+<tr><td>**Source**<td>
+[tinc-1.1pre1.tar.gz](/packages/tinc-1.1pre1.tar.gz)
+([sig](/packages/tinc-1.1pre1.tar.gz.sig))
+<tr><td>**Packages**<td>
+[Windows XP/Vista/7](/packages/windows/tinc-1.1pre1-install.exe)
+</table>
+
### Distributions providing tinc
This is a list of distributions and unofficial package repositories
# Welcome to tinc!
-### Latest version: [[1.0.15|download]]
+### Latest stable version: [[1.0.15|download]]
+
+Latest prerelease from the 1.1 branch: [[1.1pre1|download]]
### Latest news:
This is a tentative list of features that will be added to future versions of tinc.
-### Tinc 1.0.15
+### Tinc 1.0.X
* Reading public/private keys from the commandline.
* Reading configuration from standard input.
-### Tinc 1.1.0
-
-* CLI to running tincd instance.
-* GUI to running tincd instance.
-
### Tinc 1.1.X
* HTML administration.
The website should not be cluttered, should load fast, must work with small and big screen sizes,
and must work in text browsers.
-### Basic coding tasks
+### Coding tasks
-### Advanced coding tasks
+* Automatic selection of nodes to ConnectTo.
+* Exchange host config files between nodes.
+* Proper port to Android/iPhone.
+* Merge local node discovery patch from Daniel Schall.
+* ...
### GUI tasks
+* Improve tinc-gui from tinc 1.1.
* Write a NetworkManager GUI for tinc.
+* ...