summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2008-01-30 00:37:54 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2008-01-30 00:37:54 +0000
commit81c7d6558e1f9f43b48222b6b54fa1d9c183db2a (patch)
treef7081bbf08078c8673eb8917fa0bdac4f506e25f
parent4fa5b758340447c0bc24a54793bce3a0bb149648 (diff)
downloadopenvpn-81c7d6558e1f9f43b48222b6b54fa1d9c183db2a.tar.gz
openvpn-81c7d6558e1f9f43b48222b6b54fa1d9c183db2a.tar.xz
openvpn-81c7d6558e1f9f43b48222b6b54fa1d9c183db2a.zip
Version 2.1_rc7v2.1_rc7
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@2702 e7ae566f-a301-0410-adde-c780ea21d3b5
-rw-r--r--ChangeLog7
-rw-r--r--version.m42
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a46a68..5d29c4c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,13 @@ Copyright (C) 2002-2005 OpenVPN Solutions LLC <info@openvpn.net>
$Id$
+2008.01.29 -- Version 2.1_rc7
+
+* Added a few extra files that exist in the svn repo but were
+ not being copied into the tarball by make dist.
+
+* Fixup null interface on close, don't use ip addr flush (Alon Bar-Lev).
+
2008.01.24 -- Version 2.1_rc6
* Fixed options checking bug introduced in rc5 where legitimate configuration
diff --git a/version.m4 b/version.m4
index 2b5bcf6..d6614df 100644
--- a/version.m4
+++ b/version.m4
@@ -1,2 +1,2 @@
dnl define the OpenVPN version
-define(PRODUCT_VERSION,[2.1_rc6a])
+define(PRODUCT_VERSION,[2.1_rc7])