summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Maximets <i.maximets@ovn.org>2023-01-16 17:09:54 +0100
committerIlya Maximets <i.maximets@ovn.org>2023-01-16 21:37:03 +0100
commit8986d4d5564401eeef3dea828b51fe8bae2cc8aa (patch)
tree6950cf1403d99a86742dd98c68ee350f7612719d
parent43266915a486bf2f7d52909cf58731b0077f0075 (diff)
downloadopenvswitch-8986d4d5564401eeef3dea828b51fe8bae2cc8aa.tar.gz
Prepare for 3.1.0.
Acked-by: Aaron Conole <aconole@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
-rw-r--r--Documentation/faq/releases.rst1
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog4
-rwxr-xr-xdebian/rules4
5 files changed, 7 insertions, 6 deletions
diff --git a/Documentation/faq/releases.rst b/Documentation/faq/releases.rst
index 53ce23004..9e1b42262 100644
--- a/Documentation/faq/releases.rst
+++ b/Documentation/faq/releases.rst
@@ -216,6 +216,7 @@ Q: What DPDK version does each Open vSwitch release work with?
2.16.x 20.11.6
2.17.x 21.11.2
3.0.x 21.11.2
+ 3.1.x 22.11.1
============ ========
Q: Are all the DPDK releases that OVS versions work with maintained?
diff --git a/NEWS b/NEWS
index e31b092be..82acf8e72 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Post-v3.0.0
+v3.1.0 - xx xxx xxxx
--------------------
- ovs-vswitchd now detects changes in CPU affinity and adjusts the number
of handler and revalidator threads if necessary.
diff --git a/configure.ac b/configure.ac
index adfd9f006..9bf896c01 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.63)
-AC_INIT(openvswitch, 3.0.90, bugs@openvswitch.org)
+AC_INIT(openvswitch, 3.1.0, bugs@openvswitch.org)
AC_CONFIG_SRCDIR([vswitchd/ovs-vswitchd.c])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
diff --git a/debian/changelog b/debian/changelog
index 32cea72d9..6b99df5af 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-openvswitch (3.0.90-1) unstable; urgency=low
+openvswitch (3.1.0-1) unstable; urgency=low
* New upstream version
- -- Open vSwitch team <dev@openvswitch.org> Mon, 15 Aug 2022 17:43:59 +0200
+ -- Open vSwitch team <dev@openvswitch.org> Mon, 16 Jan 2023 16:51:00 +0100
openvswitch (3.0.0-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index ddbd4dc5c..28c249d07 100755
--- a/debian/rules
+++ b/debian/rules
@@ -134,8 +134,8 @@ override_dh_python3:
# Helper target for creating snapshots from upstream git
DATE=$(shell date +%Y%m%d)
# Upstream branch to track
-BRANCH=branch-3.0
-VERSION=3.0.0
+BRANCH=branch-3.1
+VERSION=3.1.0
get-orig-snapshot:
rm -Rf openvswitch-upstream