[ovs-dev] [PATCH] Declare the version as "1.4.2".

Justin Pettit jpettit at nicira.com
Fri Jun 1 21:14:35 UTC 2012


---
 NEWS             |    5 +++++
 configure.ac     |    2 +-
 debian/changelog |    7 +++++++
 3 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/NEWS b/NEWS
index e4af7be..e0fdd30 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 8159ed3..022cf82 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 at openvswitch.org)
+AC_INIT(openvswitch, 1.4.2, ovs-bugs at openvswitch.org)
 NX_BUILDNR
 AC_CONFIG_SRCDIR([datapath/datapath.c])
 AC_CONFIG_MACRO_DIR([m4])
diff --git a/debian/changelog b/debian/changelog
index 24d00ac..c2ee4d1 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 at 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:
-- 
1.7.5.4




More information about the dev mailing list