mirror of
https://github.com/openvswitch/ovs
synced 2025-08-29 13:27:59 +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:
parent
07ce41da11
commit
f20980a19e
@ -218,6 +218,7 @@ Q: What DPDK version does each Open vSwitch release work with?
|
|||||||
2.17.x 21.11.2
|
2.17.x 21.11.2
|
||||||
3.0.x 21.11.2
|
3.0.x 21.11.2
|
||||||
3.1.x 22.11.1
|
3.1.x 22.11.1
|
||||||
|
3.2.x 22.11.1
|
||||||
============ ========
|
============ ========
|
||||||
|
|
||||||
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.1.0
|
v3.2.0 - xx xxx xxxx
|
||||||
--------------------
|
--------------------
|
||||||
- OVSDB:
|
- OVSDB:
|
||||||
* Changed format in which ovsdb schema conversion operations are stored in
|
* Changed format in which ovsdb schema conversion operations are stored in
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
AC_PREREQ(2.63)
|
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_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.1.90-1) unstable; urgency=low
|
openvswitch (3.2.0-1) unstable; urgency=low
|
||||||
|
|
||||||
* New upstream version
|
* 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
|
openvswitch (3.1.0-1) unstable; urgency=low
|
||||||
|
|
||||||
|
4
debian/rules
vendored
4
debian/rules
vendored
@ -134,8 +134,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.1
|
BRANCH=branch-3.2
|
||||||
VERSION=3.1.0
|
VERSION=3.2.0
|
||||||
|
|
||||||
get-orig-snapshot:
|
get-orig-snapshot:
|
||||||
rm -Rf openvswitch-upstream
|
rm -Rf openvswitch-upstream
|
||||||
|
Loading…
x
Reference in New Issue
Block a user