From ce7c2299383e0c44bf1ee0e090e62b682ab9f3c1 Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Mon, 30 Apr 2012 22:59:30 -0700 Subject: [PATCH] Declare the version as "1.4.1". --- NEWS | 3 ++- configure.ac | 2 +- debian/changelog | 9 +++++++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index cf49c613c..e4af7be7d 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 60f31c3cd..8159ed351 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@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]) diff --git a/debian/changelog b/debian/changelog index bd0eb9e9c..6d2584a63 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 30 Apr 2012 22:57:00 +0000 + openvswitch (1.4.0-2) unstable; urgency=low * Use explicit DKMS variable for kernel source directory -- 2.20.1