2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-22 01:51:26 +00:00

Prepare for 3.2.0.

Acked-by: Eelco Chaudron <echaudro@redhat.com>
Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
This commit is contained in:
Ilya Maximets 2023-07-17 15:22:20 +02:00
parent 07ce41da11
commit f20980a19e
5 changed files with 7 additions and 6 deletions

View File

@ -218,6 +218,7 @@ Q: What DPDK version does each Open vSwitch release work with?
2.17.x 21.11.2
3.0.x 21.11.2
3.1.x 22.11.1
3.2.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.1.0
v3.2.0 - xx xxx xxxx
--------------------
- OVSDB:
* Changed format in which ovsdb schema conversion operations are stored in

View File

@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.63)
AC_INIT(openvswitch, 3.1.90, bugs@openvswitch.org)
AC_INIT(openvswitch, 3.2.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.1.90-1) unstable; urgency=low
openvswitch (3.2.0-1) unstable; urgency=low
* New upstream version
-- Open vSwitch team <dev@openvswitch.org> Mon, 16 Jan 2023 16:51:01 +0100
-- Open vSwitch team <dev@openvswitch.org> Mon, 17 Jul 2023 14:40:00 +0100
openvswitch (3.1.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.1
VERSION=3.1.0
BRANCH=branch-3.2
VERSION=3.2.0
get-orig-snapshot:
rm -Rf openvswitch-upstream