mirror of
https://github.com/openvswitch/ovs
synced 2025-08-29 13:27:59 +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:
parent
eeb7d7d995
commit
4a2c90ad81
@ -168,6 +168,7 @@ Q: What DPDK version does each Open vSwitch release work with?
|
|||||||
3.3.x 23.11.4
|
3.3.x 23.11.4
|
||||||
3.4.x 23.11.4
|
3.4.x 23.11.4
|
||||||
3.5.x 24.11.2
|
3.5.x 24.11.2
|
||||||
|
3.6.x 24.11.2
|
||||||
============ ========
|
============ ========
|
||||||
|
|
||||||
Q: Are all the DPDK releases that OVS versions work with maintained?
|
Q: Are all the DPDK releases that OVS versions work with maintained?
|
||||||
|
2
NEWS
2
NEWS
@ -1,4 +1,4 @@
|
|||||||
Post-v3.5.0
|
v3.6.0 - xx xxx xxxx
|
||||||
--------------------
|
--------------------
|
||||||
- Bonding:
|
- Bonding:
|
||||||
* Bond rebalancing log messages of INFO log level are highly reduced: they
|
* Bond rebalancing log messages of INFO log level are highly reduced: they
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
AC_PREREQ(2.63)
|
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_SRCDIR([vswitchd/ovs-vswitchd.c])
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
AC_CONFIG_AUX_DIR([build-aux])
|
AC_CONFIG_AUX_DIR([build-aux])
|
||||||
|
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -1,8 +1,8 @@
|
|||||||
openvswitch (3.5.90-1) unstable; urgency=low
|
openvswitch (3.6.0-1) unstable; urgency=low
|
||||||
|
|
||||||
* New upstream version
|
* 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
|
openvswitch (3.5.0-1) unstable; urgency=low
|
||||||
|
|
||||||
|
4
debian/rules
vendored
4
debian/rules
vendored
@ -137,8 +137,8 @@ override_dh_python3:
|
|||||||
# Helper target for creating snapshots from upstream git
|
# Helper target for creating snapshots from upstream git
|
||||||
DATE=$(shell date +%Y%m%d)
|
DATE=$(shell date +%Y%m%d)
|
||||||
# Upstream branch to track
|
# Upstream branch to track
|
||||||
BRANCH=branch-3.5
|
BRANCH=branch-3.6
|
||||||
VERSION=3.5.0
|
VERSION=3.6.0
|
||||||
|
|
||||||
get-orig-snapshot:
|
get-orig-snapshot:
|
||||||
rm -Rf openvswitch-upstream
|
rm -Rf openvswitch-upstream
|
||||||
|
Loading…
x
Reference in New Issue
Block a user