summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2009-12-11 23:44:34 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2009-12-11 23:44:34 +0000
commit0777d054cdd146c974e3a0b47601a61969893616 (patch)
treeaf01fa01df0301c3e1ceceaebd264436c269074c /ChangeLog
parent4580320b22946a1dd65039a6efcd616ee5e4ac3b (diff)
downloadopenvpn-0777d054cdd146c974e3a0b47601a61969893616.tar.gz
openvpn-0777d054cdd146c974e3a0b47601a61969893616.tar.xz
openvpn-0777d054cdd146c974e3a0b47601a61969893616.zip
Fixed some breakage in openvpn.spec (which is required to build anv2.1.1
RPM distribution) where it was referencing a non-existent subdirectory in the tarball, causing it to fail (patch from David Sommerseth). Version 2.1.1. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@5269 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 44747df..3cb33e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
OpenVPN Change Log
Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
+2009.12.11 -- Version 2.1.1
+
+* Fixed some breakage in openvpn.spec (which is required to build an
+ RPM distribution) where it was referencing a non-existent
+ subdirectory in the tarball, causing it to fail (patch from
+ David Sommerseth).
+
2009.12.11 -- Version 2.1.0
* Fixed a couple issues in sample plugins auth-pam.c and down-root.c.