Declare the version as "1.4.2". v1.4.2
authorJustin Pettit <jpettit@nicira.com>
Fri, 1 Jun 2012 21:14:12 +0000 (14:14 -0700)
committerJustin Pettit <jpettit@nicira.com>
Fri, 1 Jun 2012 21:14:12 +0000 (14:14 -0700)
NEWS
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index e4af7be..e0fdd30 100644 (file)
--- 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
index 8159ed3..022cf82 100644 (file)
@@ -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])
index 24d00ac..c2ee4d1 100644 (file)
@@ -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: