summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-02-22 23:21:55 +0000
committerChristian Pointner <equinox@anytun.org>2009-02-22 23:21:55 +0000
commitae2861ebdbaab7c55e56556ed8dd66ed924dd530 (patch)
tree21bd826678de285261e7b7fde6e78f3955472f7f
parenttested with gcc pedantic -> cleanup (diff)
updated ChangeLog and Readme
-rw-r--r--ChangeLog8
-rw-r--r--README2
2 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index faeaa78..2995012 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-2009.??.?? -- Version 0.3 svn??
+2009.??.?? -- Version 0.3
* changed -n|--ifconfig parameter to new behavior
tun and tap devices now use the same syntax
@@ -9,12 +9,12 @@
* dropping privileges is now possible wihtout chroot
* some code cleanup
-2009.01.14 -- Version 0.2.1svn91
+2009.01.14 -- Version 0.2.1
* fixed bug which prevents the daemon from using the right cipher
key when using a key derivation rate other than 1
-2009.01.11 -- Version 0.2svn85
+2009.01.11 -- Version 0.2
* added crypto support using libgcrypt or openssl
* added new passphrase option to generate master key and or salt
@@ -22,7 +22,7 @@
* some code cleanup
-2008.12.31 -- Version 0.1svn37
+2008.12.31 -- Version 0.1
* Initial release.
* IPv4, IPv6 and Ethernet tunnel over UDP, without crypto.
diff --git a/README b/README
index e97ef00..b8944e4 100644
--- a/README
+++ b/README
@@ -34,7 +34,7 @@ Installation
Getting the source via subversion:
----------------------------------
-svn co https://svn.chaos-at-home.org/uanytun
+svn co https://svn.chaos-at-home.org/uanytun/trunk uanytun
Building from source
--------------------