aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2012-09-06 18:19:34 -0700
committerJustin Pettit <jpettit@nicira.com>2012-09-06 18:19:34 -0700
commit8249ccc4cb975fd86f944e0556b9f606af14a220 (patch)
tree76f7a278b21636424ac22e16b02d7f8e917c4428
parent02978b5a83d59af0ac1afbfc254d2d896f9cc94a (diff)
Declare the version as "1.4.3".v1.4.3
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog6
3 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e0fdd30b..31e217ec 100644
--- 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.
diff --git a/configure.ac b/configure.ac
index 022cf82c..9d8dabf3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])
diff --git a/debian/changelog b/debian/changelog
index c2ee4d13..ac8fd2ed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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: