2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-28 12:58:00 +00:00

Prepare for 3.1.0.

Acked-by: Aaron Conole <aconole@redhat.com>
Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
This commit is contained in:
Ilya Maximets 2023-01-16 17:09:54 +01:00
parent 43266915a4
commit 8986d4d556
5 changed files with 7 additions and 6 deletions

View File

@ -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?

2
NEWS
View File

@ -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.

View File

@ -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])

4
debian/changelog vendored
View File

@ -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

4
debian/rules vendored
View File

@ -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