[ovs-dev] [PATCH] Declare the version as "1.4.1".

Justin Pettit jpettit at nicira.com
Tue May 1 06:00:27 UTC 2012


---
 NEWS             |    3 ++-
 configure.ac     |    2 +-
 debian/changelog |    9 +++++++++
 3 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index cf49c61..e4af7be 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,8 @@
-v1.4.1 - xx xxx xxx
+v1.4.1 - 30 Apr 2012
 ------------------------
     - The default MAC learning timeout has been increased from 60 seconds
       to 300 seconds.  The MAC learning timeout is now configurable.
+    - Bug fixes
 
 
 v1.4.0 - 30 Jan 2012
diff --git a/configure.ac b/configure.ac
index 60f31c3..8159ed3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
 # limitations under the License.
 
 AC_PREREQ(2.64)
-AC_INIT(openvswitch, 1.4.0, ovs-bugs at openvswitch.org)
+AC_INIT(openvswitch, 1.4.1, ovs-bugs at openvswitch.org)
 NX_BUILDNR
 AC_CONFIG_SRCDIR([datapath/datapath.c])
 AC_CONFIG_MACRO_DIR([m4])
diff --git a/debian/changelog b/debian/changelog
index bd0eb9e..bb36e60 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+openvswitch (1.4.0-1) unstable; urgency=low
+  [ Open vSwitch team ]
+  * New upstream version
+    - The default MAC learning timeout has been increased from 60 seconds
+      to 300 seconds.  The MAC learning timeout is now configurable.
+    - Bug fixes
+
+ -- Open vSwitch team <dev at openvswitch.org>  Mon, 30 Apr 2012 22:57:00 +0000
+
 openvswitch (1.4.0-2) unstable; urgency=low
 
   * Use explicit DKMS variable for kernel source directory
-- 
1.7.5.4




More information about the dev mailing list