summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@ovn.org>2019-02-20 16:39:53 -0800
committerJustin Pettit <jpettit@ovn.org>2019-02-21 21:37:49 -0800
commite1c77cc9ccf04776b4944087d5d05fb3dc3be01f (patch)
tree6aa13ced1293b56968864dcb46504bc8aaa305db
parent62c93e7bd2fa08cfc4142574a2996ea09fc39dd2 (diff)
downloadopenvswitch-e1c77cc9ccf04776b4944087d5d05fb3dc3be01f.tar.gz
Prepare for 2.7.9.
Signed-off-by: Justin Pettit <jpettit@ovn.org> Acked-by: Flavio Leitner <fbl@sysclose.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 ac5946870..53beadea4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+v2.7.9 - xx xxx xxxx
+--------------------
+
v2.7.8 - 20 Feb 2019
--------------------
- Bug fixes
diff --git a/configure.ac b/configure.ac
index 9853473e1..330ecdf59 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.63)
-AC_INIT(openvswitch, 2.7.8, bugs@openvswitch.org)
+AC_INIT(openvswitch, 2.7.9, 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 7914c7244..c6bc2161c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+openvswitch (2.7.9-1) unstable; urgency=low
+ [ Open vSwitch team ]
+ * New upstream version
+
+ -- Open vSwitch team <dev@openvswitch.org> Wed, 20 Feb 2019 16:39:53 -0800
+
openvswitch (2.7.8-1) unstable; urgency=low
[ Open vSwitch team ]
* New upstream version