Declare the version as "1.4.3". v1.4.3
authorJustin Pettit <jpettit@nicira.com>
Fri, 7 Sep 2012 01:19:34 +0000 (18:19 -0700)
committerJustin Pettit <jpettit@nicira.com>
Fri, 7 Sep 2012 01:19:34 +0000 (18:19 -0700)
NEWS
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index e0fdd30..31e217e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+v1.4.3 - 06 Sep 2012
+------------------------
+    - Bug fixes
+
 v1.4.2 - 01 June 2012
 ------------------------
     - Allow OFPP_CONTROLLER as the in_port for packet-out messages.
index 022cf82..9d8dabf 100644 (file)
@@ -13,7 +13,7 @@
 # limitations under the License.
 
 AC_PREREQ(2.64)
-AC_INIT(openvswitch, 1.4.2, ovs-bugs@openvswitch.org)
+AC_INIT(openvswitch, 1.4.3, ovs-bugs@openvswitch.org)
 NX_BUILDNR
 AC_CONFIG_SRCDIR([datapath/datapath.c])
 AC_CONFIG_MACRO_DIR([m4])
index c2ee4d1..ac8fd2e 100644 (file)
@@ -1,3 +1,9 @@
+openvswitch (1.4.3-1) unstable; urgency=low
+
+  * New upstream version containing bug fixes.
+
+ -- Open vSwitch team <dev@openvswitch.org>  Thu, 06 Sep 2012 18:15:00 -0700
+
 openvswitch (1.4.2-1) unstable; urgency=low
 
   * New upstream version fixing the following bugs: