summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2012-06-01 14:14:12 -0700
committerJustin Pettit <jpettit@nicira.com>2012-06-01 14:14:12 -0700
commitb9a30fe2ebb1d300178d6ba7628b3dc40ff1512b (patch)
tree74376e12fabdca9d42b41f707bd66f849b114b1f
parent55aa388454dc7681a6d60a5a3546e76510348b77 (diff)
downloadopenvswitch-1.4.2.tar.gz
Declare the version as "1.4.2".v1.4.2
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog7
3 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e4af7be7d..e0fdd30bc 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 8159ed351..022cf82c4 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 24d00ac82..c2ee4d139 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 <dev@openvswitch.org> Fri, 01 Jun 2012 14:12:00 -0700
+
openvswitch (1.4.1-1) unstable; urgency=low
* New upstream version fixing the following bugs: