Skip to content

Commit 78c8c13

Browse files
committed
Prepare for 3.5.3.
Acked-by: Kevin Traynor <[email protected]> Acked-by: Aaron Conole <[email protected]> Signed-off-by: Ilya Maximets <[email protected]>
1 parent 774b5c7 commit 78c8c13

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
v3.5.3 - xx xxx xxxx
2+
--------------------
3+
14
v3.5.2 - 29 Aug 2025
25
--------------------
36
- Bug fixes

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.2, [email protected])
16+
AC_INIT(openvswitch, 3.5.3, [email protected])
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
openvswitch (3.5.3-1) unstable; urgency=low
2+
[ Open vSwitch team ]
3+
* New upstream version
4+
5+
-- Open vSwitch team <[email protected]> Fri, 29 Aug 2025 12:37:01 +0200
6+
17
openvswitch (3.5.2-1) unstable; urgency=low
28
[ Open vSwitch team ]
39
* New upstream version

0 commit comments

Comments
 (0)