openvswitch/Prepare-for-2.12.1.patch

56 lines
1.4 KiB
Diff
Raw Normal View History

2020-09-01 18:09:31 +08:00
From 014a2b02bb5f7e3030a57f6a7bd0e03b4a5823aa Mon Sep 17 00:00:00 2001
From: Justin Pettit <jpettit@ovn.org>
Date: Tue, 3 Sep 2019 14:57:37 -0700
Subject: Prepare for 2.12.1.
Signed-off-by: Justin Pettit <jpettit@ovn.org>
Acked-by: Flavio Leitner <fbl@sysclose.org>
---
NEWS | 3 +++
configure.ac | 2 +-
debian/changelog | 6 ++++++
3 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index 474d1f3c4..c81890b7e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+v2.12.1 - xx xxx xxxx
+---------------------
+
v2.12.0 - 03 Sep 2019
---------------------
- DPDK:
diff --git a/configure.ac b/configure.ac
index 5fee8e9eb..a4322176c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.63)
-AC_INIT(openvswitch, 2.12.0, bugs@openvswitch.org)
+AC_INIT(openvswitch, 2.12.1, 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 b6d0568ef..bb9ea31a0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+openvswitch (2.12.1-1) unstable; urgency=low
+ [ Open vSwitch team ]
+ * New upstream version
+
+ -- Open vSwitch team <dev@openvswitch.org> Tue, 03 Sep 2019 14:57:37 -0700
+
openvswitch (2.12.0-1) unstable; urgency=low
[ Open vSwitch team ]
* New upstream version
--
2.14.1