summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-01-11 14:43:24 +0000
committerChristian Pointner <equinox@anytun.org>2009-01-11 14:43:24 +0000
commit5d5a9f423edda01d0a6fe5d73abb66e94094216d (patch)
tree5f94d781b61244cd3600dfd0ea64a7924f6593eb
parentupdated README and ChangeLog (diff)
Release 0.2rel-0.2v0.2
updated ChangeLog for Release
-rw-r--r--ChangeLog2
-rwxr-xr-xsrc/configure4
2 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 85a9601..152778f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-2009.01.?? -- Version 0.2svn??
+2009.01.11 -- Version 0.2svn85
* added crypto support using libgcrypt or openssl
* added new passphrase option to generate master key and or salt
diff --git a/src/configure b/src/configure
index 78cf78b..d105f87 100755
--- a/src/configure
+++ b/src/configure
@@ -47,7 +47,7 @@ print_usage() {
echo "configure --help print this"
echo " --use-ssl-crypto use ssl crypto library instead of libgcrypt"
echo " --disable-crypto disable crypto at all (only NULL cipher)"
- echo " --enable-anytun02-compat enable compatiblity mode for anytun 0.2"
+ echo " --enable-anytun02-compat enable compatiblity mode for anytun 0.2.x and prior"
echo " --disable-passphrase disable master key and salt passphrase"
echo " --disable-v4-mapped disable V4-Mapped addresses (until now this means"
echo " to disable IPv6 as outer protocol)"
@@ -127,7 +127,7 @@ esac
if [ $ANYTUN_02_COMPAT -eq 1 ]; then
CFLAGS=$CFLAGS' -DANYTUN_02_COMPAT'
- echo "enabling anytun 0.2 crypto compatiblity mode"
+ echo "enabling anytun 0.2.x crypto compatiblity mode"
fi
if [ $PASSPHRASE -eq 0 ]; then