Skip to content

Commit 4a2c90a

Browse files
committed
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>
1 parent eeb7d7d commit 4a2c90a

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

Documentation/faq/releases.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ Q: What DPDK version does each Open vSwitch release work with?
168168
3.3.x 23.11.4
169169
3.4.x 23.11.4
170170
3.5.x 24.11.2
171+
3.6.x 24.11.2
171172
============ ========
172173

173174
Q: Are all the DPDK releases that OVS versions work with maintained?

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Post-v3.5.0
1+
v3.6.0 - xx xxx xxxx
22
--------------------
33
- Bonding:
44
* Bond rebalancing log messages of INFO log level are highly reduced: they

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
AC_PREREQ(2.63)
16-
AC_INIT(openvswitch, 3.5.90, bugs@openvswitch.org)
16+
AC_INIT(openvswitch, 3.6.0, bugs@openvswitch.org)
1717
AC_CONFIG_SRCDIR([vswitchd/ovs-vswitchd.c])
1818
AC_CONFIG_MACRO_DIR([m4])
1919
AC_CONFIG_AUX_DIR([build-aux])

debian/changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
openvswitch (3.5.90-1) unstable; urgency=low
1+
openvswitch (3.6.0-1) unstable; urgency=low
22

33
* New upstream version
44

5-
-- Open vSwitch team <dev@openvswitch.org> Mon, 17 Feb 2025 13:13:24 +0100
5+
-- Open vSwitch team <dev@openvswitch.org> Wed, 16 Jul 2025 13:00:00 +0100
66

77
openvswitch (3.5.0-1) unstable; urgency=low
88

debian/rules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ override_dh_python3:
137137
# Helper target for creating snapshots from upstream git
138138
DATE=$(shell date +%Y%m%d)
139139
# Upstream branch to track
140-
BRANCH=branch-3.5
141-
VERSION=3.5.0
140+
BRANCH=branch-3.6
141+
VERSION=3.6.0
142142

143143
get-orig-snapshot:
144144
rm -Rf openvswitch-upstream

0 commit comments

Comments
 (0)