From b9a30fe2ebb1d300178d6ba7628b3dc40ff1512b Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Fri, 1 Jun 2012 14:14:12 -0700 Subject: Declare the version as "1.4.2". --- NEWS | 5 +++++ configure.ac | 2 +- debian/changelog | 7 +++++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e4af7be7..e0fdd30b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +v1.4.2 - 01 June 2012 +------------------------ + - Allow OFPP_CONTROLLER as the in_port for packet-out messages. + - Bug fixes + v1.4.1 - 30 Apr 2012 ------------------------ - The default MAC learning timeout has been increased from 60 seconds diff --git a/configure.ac b/configure.ac index 8159ed35..022cf82c 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ # limitations under the License. AC_PREREQ(2.64) -AC_INIT(openvswitch, 1.4.1, ovs-bugs@openvswitch.org) +AC_INIT(openvswitch, 1.4.2, 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 24d00ac8..c2ee4d13 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +openvswitch (1.4.2-1) unstable; urgency=low + + * New upstream version fixing the following bugs: + o Allow OFPP_CONTROLLER as the in_port for packet-out messages. + + -- Open vSwitch team Fri, 01 Jun 2012 14:12:00 -0700 + openvswitch (1.4.1-1) unstable; urgency=low * New upstream version fixing the following bugs: -- cgit v1.2.3