Skip to content

Commit ef6723c

Browse files
committed
Prepare for 3.1.8.
Acked-by: Eelco Chaudron <[email protected]> Signed-off-by: Ilya Maximets <[email protected]>
1 parent d0fe55a commit ef6723c

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

NEWS

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
v3.1.8 - xx xxx xxxx
2+
--------------------
3+
14
v3.1.7 - 27 Feb 2025
25
--------------------
36
- Bug fixes

configure.ac

+1-1
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.1.7, [email protected])
16+
AC_INIT(openvswitch, 3.1.8, [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

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
openvswitch (3.1.8-1) unstable; urgency=low
2+
[ Open vSwitch team ]
3+
* New upstream version
4+
5+
-- Open vSwitch team <[email protected]> Thu, 27 Feb 2025 14:57:39 +0100
6+
17
openvswitch (3.1.7-1) unstable; urgency=low
28
[ Open vSwitch team ]
39
* New upstream version

0 commit comments

Comments
 (0)