summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2014-04-28 14:30:27 -0700
committerJustin Pettit <jpettit@nicira.com>2014-04-28 15:36:48 -0700
commita3aabcd26f8f35d4e36cb6d98669c4e20e5e4c0c (patch)
tree6733a7734a7f99353d4774112c4fae8b495ceb09 /debian/changelog
parent214694add2d8f6b936a1b664fd546e4f1c4967e2 (diff)
downloadopenvswitch-a3aabcd26f8f35d4e36cb6d98669c4e20e5e4c0c.tar.gz
Prepare for 2.2.0.
Signed-off-by: Justin Pettit <jpettit@nicira.com>
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog26
1 files changed, 21 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 3a1056f23..601302e23 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,25 @@
-openvswitch (2.1.90-1) unstable; urgency=low
+openvswitch (2.2.0-1) unstable; urgency=low
[ Open vSwitch team ]
* New upstream version
- - Nothing yet! Try NEWS...
-
- -- Open vSwitch team <dev@openvswitch.org> Mon, 23 Dec 2013 18:07:18 -0700
+ - Internal ports are no longer brought up by default, because it
+ should be an administrator task to bring up devices as they are
+ configured properly.
+ - ovs-vsctl now reports when ovs-vswitchd fails to create a new port or
+ bridge.
+ - The "ovsdbmonitor" graphical tool has been removed, because it was
+ poorly maintained and not widely used.
+ - New "check-ryu" Makefile target for running Ryu tests for OpenFlow
+ controllers against Open vSwitch. See INSTALL for details.
+ - Added IPFIX support for SCTP flows and templates for ICMPv4/v6 flows.
+ - Upon the receipt of a SIGHUP signal, ovs-vswitchd no longer reopens its
+ log file (it will terminate instead). Please use 'ovs-appctl vlog/reopen'
+ instead.
+ - Support for Linux kernels up to 3.13. From Kernel 3.12 onwards OVS uses
+ tunnel API for GRE and VXLAN.
+ - Added DPDK support.
+ - Added support for custom vlog patterns in Python
+
+ -- Open vSwitch team <dev@openvswitch.org> Wed, 19 Mar 2014 16:08:38 -0700
openvswitch (2.1.0-1) unstable; urgency=low
[ Open vSwitch team ]
@@ -71,7 +87,7 @@ openvswitch (2.1.0-1) unstable; urgency=low
users assumed incorrectly that ovs-controller was a necessary or
desirable part of an Open vSwitch deployment.
- -- Open vSwitch team <dev@openvswitch.org> Mon, 23 Dec 2013 18:07:18 -0700
+ -- Open vSwitch team <dev@openvswitch.org> Wed, 19 Mar 2014 16:08:38 -0700
openvswitch (2.0.0-1) unstable; urgency=low
[ Open vSwitch team ]