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

Prepare for 3.6.0.

Acked-by: Eelco Chaudron <echaudro@redhat.com>
Acked-by: Aaron Conole <aconole@redhat.com>
Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
This commit is contained in:
Ilya Maximets 2025-07-16 13:38:26 +02:00
parent eeb7d7d995
commit 4a2c90ad81
5 changed files with 7 additions and 6 deletions

View File

@ -168,6 +168,7 @@ Q: What DPDK version does each Open vSwitch release work with?
3.3.x 23.11.4
3.4.x 23.11.4
3.5.x 24.11.2
3.6.x 24.11.2
============ ========
Q: Are all the DPDK releases that OVS versions work with maintained?

2
NEWS
View File

@ -1,4 +1,4 @@
Post-v3.5.0
v3.6.0 - xx xxx xxxx
--------------------
- Bonding:
* Bond rebalancing log messages of INFO log level are highly reduced: they

View File

@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.63)
AC_INIT(openvswitch, 3.5.90, bugs@openvswitch.org)
AC_INIT(openvswitch, 3.6.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.5.90-1) unstable; urgency=low
openvswitch (3.6.0-1) unstable; urgency=low
* New upstream version
-- Open vSwitch team <dev@openvswitch.org> Mon, 17 Feb 2025 13:13:24 +0100
-- Open vSwitch team <dev@openvswitch.org> Wed, 16 Jul 2025 13:00:00 +0100
openvswitch (3.5.0-1) unstable; urgency=low

4
debian/rules vendored
View File

@ -137,8 +137,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.5
VERSION=3.5.0
BRANCH=branch-3.6
VERSION=3.6.0
get-orig-snapshot:
rm -Rf openvswitch-upstream