summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Maximets <i.maximets@ovn.org>2020-07-17 03:38:31 +0200
committerIlya Maximets <i.maximets@ovn.org>2020-07-17 19:23:08 +0200
commita5cef5eb82c8696b568208de9448fb62500cdc81 (patch)
tree7ca2f73b39341f23ee1d223be6a1abfd35a209d6
parent68a95c9ca7cea83f91c7fd152608e8ee6621013d (diff)
downloadopenvswitch-a5cef5eb82c8696b568208de9448fb62500cdc81.tar.gz
Prepare for 2.14.0.
Acked-by: Ian Stokes <ian.stokes@intel.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog4
3 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 9a3afc98f..43dde98a3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Post-v2.13.0
+v2.14.0 - xx xxx xxxx
---------------------
- ovs-vswitchd no longer deletes datapath flows on exit by default.
- OpenFlow:
diff --git a/configure.ac b/configure.ac
index da76cd8a5..e9c4e5503 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.63)
-AC_INIT(openvswitch, 2.13.90, bugs@openvswitch.org)
+AC_INIT(openvswitch, 2.14.0, 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 d5c1db839..1fab6e04b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-openvswitch (2.13.90-1) unstable; urgency=low
+openvswitch (2.14.0-1) unstable; urgency=low
* New upstream version
- -- Open vSwitch team <dev@openvswitch.org> Tue, 21 Jan 2020 12:44:30 -0700
+ -- Open vSwitch team <dev@openvswitch.org> Fri, 17 Jul 2020 03:36:19 +0200
openvswitch (2.13.0-1) unstable; urgency=low
[ Open vSwitch team]