From: Justin Pettit Date: Tue, 1 May 2012 05:59:30 +0000 (-0700) Subject: Declare the version as "1.4.1". X-Git-Tag: v1.4.1^0 X-Git-Url: http://git.cascardo.eti.br/?a=commitdiff_plain;h=ce7c2299383e0c44bf1ee0e090e62b682ab9f3c1;p=cascardo%2Fovs.git Declare the version as "1.4.1". --- 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