summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@ovn.org>2019-03-30 11:20:06 -0700
committerJustin Pettit <jpettit@ovn.org>2019-04-10 17:41:44 -0700
commit2531dd667161054d6c9b807fdd2fdb224d3be4e8 (patch)
tree8cd32ae86536e4fd313b66eb8ad4f930c649b082
parentc80e3ba0c6a1111a073e2d9321da57e8bba02f94 (diff)
downloadopenvswitch-2531dd667161054d6c9b807fdd2fdb224d3be4e8.tar.gz
Prepare for 2.6.7.
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 96db7c90d..75d1e5a05 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+v2.6.7 - xx xxx xxxx
+--------------------
+
v2.6.6 - 30 Mar 2019
--------------------
- Bug fixes
diff --git a/configure.ac b/configure.ac
index 406d96387..aab2be504 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.63)
-AC_INIT(openvswitch, 2.6.6, bugs@openvswitch.org)
+AC_INIT(openvswitch, 2.6.7, 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 6a0ac2547..0db329bcb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+openvswitch (2.6.7-1) unstable; urgency=low
+ [ Open vSwitch team ]
+ * New upstream version
+
+ -- Open vSwitch team <dev@openvswitch.org> Sat, 30 Mar 2019 11:20:06 -0700
+
openvswitch (2.6.6-1) unstable; urgency=low
[ Open vSwitch team ]
* New upstream version