]> tinc-vpn.org Git - wiki/commitdiff
Releasing 1.1pre1.
authorGuus Sliepen <guus@tinc-vpn.org>
Sat, 25 Jun 2011 14:00:26 +0000 (16:00 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sat, 25 Jun 2011 14:00:26 +0000 (16:00 +0200)
docs.mdwn
download.mdwn
index.mdwn
roadmap.mdwn
tasks.mdwn

index 3a6fa5989e93c134f7b52136ac026b9212f4d8ad..83be8254da60bb6646c30d4407e8dfc19b59be00 100644 (file)
--- a/docs.mdwn
+++ b/docs.mdwn
@@ -28,6 +28,16 @@ version 1.0.15 of tinc:
 - [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
index e1adb05a53616c046b686e34e0020cb218bc4be9..b364c277d9429e52f5a39b696abcef6bb4045345 100644 (file)
@@ -10,7 +10,7 @@ operating systems and architectures. We do not support the packages
 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"]]
 
@@ -23,6 +23,19 @@ packages you should contact its maintainer.
 [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
index 81207daba078b5d536c7f78b0e3bcbf813d68691..92ef1ec35d63112924cd17abce6418190c2fa226 100644 (file)
@@ -1,6 +1,8 @@
 # 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:
 
index c4be7861c0db8f49b4bbe5a5bd5029cad9b63b69..bbc867a05f1c117b0826ac4f5a09d51dca862dc3 100644 (file)
@@ -2,16 +2,11 @@
 
 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.
index 338053d28ea117fe219a55b6d499b6cdbd1c565e..94c1afe2f278373b98c08bbf33c08b9e30b3d413 100644 (file)
@@ -35,10 +35,16 @@ and the top and sidebars could be made a little more fancy with the appropriate
 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.
+* ...