summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@ovn.org>2019-09-06 13:23:47 -0700
committerJustin Pettit <jpettit@ovn.org>2019-09-06 13:29:19 -0700
commite62718fef5051f886f740d80ce332cbe2ca0369b (patch)
tree0109c7f69d5e9d3e72c39000586632509a0d4a14
parent1631266206570a0912a66d1de2c5f44f3f3c0365 (diff)
downloadopenvswitch-e62718fef5051f886f740d80ce332cbe2ca0369b.tar.gz
Prepare for 2.5.10.
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 34e55e392..999c124e6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+v2.5.10 - xx xxx xxxx
+---------------------
+
v2.5.9 - 06 Sep 2019
--------------------
- Bug fixes
diff --git a/configure.ac b/configure.ac
index 53b79c920..8fc1eed28 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.63)
-AC_INIT(openvswitch, 2.5.9, bugs@openvswitch.org)
+AC_INIT(openvswitch, 2.5.10, 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 cb91b9a8a..63a33ff2c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+openvswitch (2.5.10-1) unstable; urgency=low
+ [ Open vSwitch team ]
+ * New upstream version
+
+ -- Open vSwitch team <dev@openvswitch.org> Fri, 06 Sep 2019 13:23:47 -0700
+
openvswitch (2.5.9-1) unstable; urgency=low
[ Open vSwitch team ]
* New upstream version