diff --git a/openvswitch-2.8.0.tar.gz b/openvswitch-2.8.0.tar.gz deleted file mode 100644 index f0a2400..0000000 --- a/openvswitch-2.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc11c30db51b234a7aa0cb60dbd417b7e6f1b97f74e9cb8705d53fc89a749113 -size 6746217 diff --git a/openvswitch-2.8.1.tar.gz b/openvswitch-2.8.1.tar.gz new file mode 100644 index 0000000..acbd923 --- /dev/null +++ b/openvswitch-2.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d1c439e26d7044f0ec823c7fef1b00b7c6465da0b83a7d0cf3191ed1dc43893 +size 6746474 diff --git a/openvswitch.changes b/openvswitch.changes index 3ecd2c0..ddffe8c 100644 --- a/openvswitch.changes +++ b/openvswitch.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Fri Sep 29 19:46:56 UTC 2017 - mchandras@suse.de + +- Version bump to 2.8.1. Some of the changes are: + * connmgr: Fix violation of flow monitoring protocol description. + * ovn/actions: Improve OVN load-balancing performance. + * dpif-netdev: Fix a zero-rate bug for meter + * conntrack: Tighten handling of alg reverse conns. + * conntrack: Add function ct_print_conn_info(). + * conntrack: Create nat_conn_keys_insert(). + * netdev-dpdk: reset packet_type for reused dp_packets. + * ofp-util: Fix memory leaks when parsing OF1.5 group properties. + * ofp-util: Fix memory leaks on error cases in ofputil_decode_group_mod(). + * ofp-util: Fix buffer overread in ofputil_decode_bundle_add(). + * ofproto: Include patch ports in mtu overriden check + * netdev-tc-offloads: Fix vxlan tunnel offloading + * bridge: Fix controller status update to passive connections + * lib/odp: Fix handling of set masked action in parse_odp_action + * tests: Fix sparse error on test-ovn.c + * dpif-netdev: Fix per packet cycles statistics. + * netdev-dpdk: update vhost user client port status. + * ovsdb-server.1: Fix mention of wrong option. + ------------------------------------------------------------------- Mon Sep 4 07:22:47 UTC 2017 - mchandras@suse.de diff --git a/openvswitch.spec b/openvswitch.spec index 4df0766..b74375e 100644 --- a/openvswitch.spec +++ b/openvswitch.spec @@ -31,7 +31,7 @@ # Disable building the external kernel datapath by default %bcond_with kmp Name: openvswitch -Version: 2.8.0 +Version: 2.8.1 Release: 0 Summary: A multilayer virtual network switch # All code is Apache-2.0 except