Skip to content

Commit

Permalink
Prepare for 3.1.0.
Browse files Browse the repository at this point in the history
Acked-by: Aaron Conole <[email protected]>
Signed-off-by: Ilya Maximets <[email protected]>
  • Loading branch information
igsilya committed Jan 16, 2023
1 parent 4326691 commit 8986d4d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions Documentation/faq/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ Q: What DPDK version does each Open vSwitch release work with?
2.16.x 20.11.6
2.17.x 21.11.2
3.0.x 21.11.2
3.1.x 22.11.1
============ ========

Q: Are all the DPDK releases that OVS versions work with maintained?
Expand Down
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Post-v3.0.0
v3.1.0 - xx xxx xxxx
--------------------
- ovs-vswitchd now detects changes in CPU affinity and adjusts the number
of handler and revalidator threads if necessary.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

AC_PREREQ(2.63)
AC_INIT(openvswitch, 3.0.90, [email protected])
AC_INIT(openvswitch, 3.1.0, [email protected])
AC_CONFIG_SRCDIR([vswitchd/ovs-vswitchd.c])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
Expand Down
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
openvswitch (3.0.90-1) unstable; urgency=low
openvswitch (3.1.0-1) unstable; urgency=low

* New upstream version

-- Open vSwitch team <[email protected]> Mon, 15 Aug 2022 17:43:59 +0200
-- Open vSwitch team <[email protected]> Mon, 16 Jan 2023 16:51:00 +0100

openvswitch (3.0.0-1) unstable; urgency=low

Expand Down
4 changes: 2 additions & 2 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,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.0
VERSION=3.0.0
BRANCH=branch-3.1
VERSION=3.1.0

get-orig-snapshot:
rm -Rf openvswitch-upstream
Expand Down

0 comments on commit 8986d4d

Please sign in to comment.