X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=debian%2Fchangelog;h=41c3b94e5521f365fdcf668fb978c4447dc93102;hb=77465eb3933f11e3b65d145f3e78c28b108d7bb6;hp=bf45202e90fa83e0a0552c1b80e07f025e73a181;hpb=dc074beb57affa10df03b697f12f5bf1c68b01f7;p=sliver-openvswitch.git diff --git a/debian/changelog b/debian/changelog index bf45202e9..41c3b94e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,20 @@ +openvswitch (1.9.90-1) unstable; urgency=low + [ Open vSwitch team ] + * New upstream version + - Nothing yet! Try NEWS... + + -- Open vSwitch team Wed, 24 Oct 2012 16:12:57 -0700 + openvswitch (1.9.0-1) unstable; urgency=low [ Open vSwitch team ] * New upstream version - The tunneling code no longer assumes input and output keys are symmetric. If they are not, PMTUD needs to be disabled for tunneling to work. Note this only applies to flow-based keys. + - Datapath: + - Support for ipv6 set action. + - SKB mark matching and setting. + - support for Linux kernels up to 3.7 - FreeBSD is now a supported platform, thanks to code contributions from Gaetano Catalli, Ed Maste, and Giuseppe Lettieri. - ovs-bugtool: New --ovs option to report only OVS related information. @@ -29,16 +40,24 @@ openvswitch (1.9.0-1) unstable; urgency=low are true, but because we do not know of any users for this feature it seems better on balance to remove it. (The ovs-pki-cgi program was not included in distribution packaging.) + - Tunnel Path MTU Discovery default value was set to 'disabled'. This + feature is deprecated and will be removed soon. - ovsdb-server now enforces the immutability of immutable columns. This was not enforced in earlier versions due to an oversight. - New support for a nonstandard form of GRE that supports a 64-bit key. + - Tunnel header caching removed. - The following features are now deprecated. They will be removed no earlier than February 2013. Please email dev@openvswitch.org with concerns. + - Bridge compatibility. - Stable bond mode. - The autopath action. - Interface type "null". - Numeric values for reserved ports (see "ovs-ofctl" note above). + - Tunnel Path MTU Discovery. + - CAPWAP tunnel support. + - The data in the RARP packets can now be matched in the same way as the + data in ARP packets. -- Open vSwitch team Wed, 24 Oct 2012 16:10:39 -0700