Declare the version as "1.4.1". v1.4.1
authorJustin Pettit <jpettit@nicira.com>
Tue, 1 May 2012 05:59:30 +0000 (22:59 -0700)
committerJustin Pettit <jpettit@nicira.com>
Sat, 5 May 2012 08:16:15 +0000 (01:16 -0700)
NEWS
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index cf49c61..e4af7be 100644 (file)
--- 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
index 60f31c3..8159ed3 100644 (file)
@@ -13,7 +13,7 @@
 # limitations under the License.
 
 AC_PREREQ(2.64)
-AC_INIT(openvswitch, 1.4.0, ovs-bugs@openvswitch.org)
+AC_INIT(openvswitch, 1.4.1, ovs-bugs@openvswitch.org)
 NX_BUILDNR
 AC_CONFIG_SRCDIR([datapath/datapath.c])
 AC_CONFIG_MACRO_DIR([m4])
index bd0eb9e..6d2584a 100644 (file)
@@ -1,3 +1,12 @@
+openvswitch (1.4.1-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@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