diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | version.m4 | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -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 @@ -1,2 +1,2 @@ dnl define the OpenVPN version -define(PRODUCT_VERSION,[2.1_rc6a]) +define(PRODUCT_VERSION,[2.1_rc7]) |