summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@ovn.org>2019-09-06 13:46:13 -0700
committerJustin Pettit <jpettit@ovn.org>2019-09-06 13:47:03 -0700
commit2b34b8d9777b1bd4becbd362f36667881531866a (patch)
tree2766ced1669cc326c98f0bba2e69468c1a58f78b
parent61124377c1c80052b3a2fec0d7a8da2feacea444 (diff)
downloadopenvswitch-2b34b8d9777b1bd4becbd362f36667881531866a.tar.gz
Prepare for 2.7.11.
Signed-off-by: Justin Pettit <jpettit@ovn.org> Acked-by: Ben Pfaff <blp@ovn.org>
-rw-r--r--NEWS3
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog6
3 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 59d0e4eb6..365513542 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+v2.7.11 - xx xxx xxxx
+---------------------
+
v2.7.10 - 06 Sep 2019
---------------------
- Bug fixes
diff --git a/configure.ac b/configure.ac
index d9bbbaad8..65ca63ad2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.63)
-AC_INIT(openvswitch, 2.7.10, bugs@openvswitch.org)
+AC_INIT(openvswitch, 2.7.11, bugs@openvswitch.org)
AC_CONFIG_SRCDIR([datapath/datapath.c])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
diff --git a/debian/changelog b/debian/changelog
index 03037cf3b..d28669ec1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+openvswitch (2.7.11-1) unstable; urgency=low
+ [ Open vSwitch team ]
+ * New upstream version
+
+ -- Open vSwitch team <dev@openvswitch.org> Fri, 06 Sep 2019 13:46:13 -0700
+
openvswitch (2.7.10-1) unstable; urgency=low
[ Open vSwitch team ]
* New upstream version