ofproto: Fix use-after-free error when ports disappear.
[sliver-openvswitch.git] / ChangeLog
1 v1.2.2 - 20 Sep 2011
2 ------------------------
3     - Bug fixes
4
5 v1.2.1 - 19 Aug 2011
6 ------------------------
7     - Bug fixes
8
9 v1.2.0 - 03 Aug 2011
10 ------------------------
11     - New "ofproto" abstraction layer to ease porting to hardware
12       switching ASICs.
13     - Packaging for Red Hat Enterprise Linux 5.6 and 6.0.
14     - Datapath support for Linux kernels up to 3.0.
15     - OpenFlow:
16       - New "bundle" and "bundle_load" action extensions.
17     - Database:
18       - Implement table unique constraints.
19       - Support cooperative locking between callers.
20     - ovs-dpctl:
21       - New "-s" option for "show" command prints packet and byte
22         counters for each port.
23     - ovs-ofctl:
24       - New "--readd" option for "replace-flows".
25     - ovs-vsctl:
26       - New "show" command to print an overview of configuration.
27       - New "comment" command to add remark that explains intentions.
28     - ovs-brcompatd has been rewritten to fix long-standing bugs.
29     - ovs-openflowd has been renamed test-openflowd and moved into the
30       tests directory.  Its presence confused too many users.  Please
31       use ovs-vswitchd instead.
32     - New ovs-benchmark utility to test flow setup performance.
33     - A new log level "off" has been added.  Configuring a log facility
34       "off" prevents any messages from being logged to it.  Previously,
35       "emer" was effectively "off" because no messages were ever logged at
36       level "emer".  Now, errors that cause a process to exit are logged
37       at "emer" level.
38     - "configure" option --with-l26 has been renamed --with-linux, and
39       --with-l26-source has been renamed --with-linux-source.  The old
40       names will be removed after the next release, so please update
41       your scripts.
42     - The "-2.6" suffix has been dropped from the datapath/linux-2.6 and
43       datapath/linux-2.6/compat-2.6 directories.
44     - Feature removals:
45       - Dropped support for "tun_id_from_cookie" OpenFlow extension.
46             Please use the extensible match extensions instead.
47       - Removed the Maintenance_Point and Monitor tables in an effort
48         to simplify 802.1ag configuration.
49     - Performance and scalability improvements
50     - Bug fixes
51
52 v1.1.0 - 05 Apr 2011
53 ------------------------
54     - Ability to define policies over IPv6
55     - LACP
56     - 802.1ag CCM
57     - Support for extensible match extensions to OpenFlow
58     - QoS:
59       - Support for HFSC qdisc.
60       - Queue used by in-band control can now be configured.
61     - Kernel:
62       - Kernel<->userspace interface has been reworked and should be
63         close to a stable ABI now.
64       - "Port group" concept has been dropped.
65     - GRE over IPSEC tunnels
66     - Bonding:
67       - New active backup bonding mode.
68       - New L4 hashing support when LACP is enabled.
69       - Source MAC hash now includes VLAN field also.
70       - miimon support.
71     - Greatly improved handling of large flow tables
72     - ovs-dpctl:
73       - "show" command now prints full vport configuration.
74       - "dump-groups" command removed since kernel support for
75         port groups was dropped.
76     - ovs-vsctl:
77       - New commands for working with the new Managers table.
78       - "list" command enhanced with new formatting options and --columns
79         option.
80       - "get" command now accepts new --id option.
81       - New "find" command.
82     - ovs-ofctl:
83       - New "queue-stats" command for printing queue stats.
84       - New commands "replace-flows" and "diff-flows".
85       - Commands to add and remove flows can now read from files.
86       - New --flow-format option to enable or disable NXM.
87       - New --more option to increase OpenFlow message verbosity.
88       - Removed "tun-cookie" command, which is no longer useful.
89     - ovs-controller enhancements for testing various features.
90     - New ovs-vlan-test command for testing for Linux kernel driver VLAN
91       bugs.  New ovs-vlan-bug-workaround command for enabling and
92       disabling a workaround for these driver bugs.
93     - OpenFlow support:
94       - "Resubmit" actions now update flow statistics. 
95       - New "register" extension for use in matching and actions, via NXM.
96       - New "multipath" experimental action extension.
97       - New support for matching multicast Ethernet frames, via NXM.
98       - New extension for OpenFlow vendor error codes.
99       - New extension to set the QoS output queue without actually
100         sending to an output port.
101       - Open vSwitch now reports a single flow table, instead of
102         separate hash and wildcard tables.  This better models the
103         current implementation.
104       - New experimental "note" action.
105       - New "ofproto/trace" ovs-appctl command and associated utilities
106         to ease debugging complex flow tables.
107     - Database:
108       - Schema documentation now includes an entity-relationship diagram.
109       - The database is now garbage collected.  In most tables,
110         unreferenced rows will be deleted automatically.
111       - Many tables now include statistics updated periodically by
112         ovs-vswitchd or ovsdb-server.
113       - Every table now has an "external-ids" column for use by OVS
114         integrators.
115       - There is no default controller anymore.  Each bridge must have its
116         controller individually specified.
117       - The "fail-mode" is now a property of a Bridge instead of a Controller.
118       - New versioning and checksum features.
119       - New Managers table and manager_options column in Open_vSwitch table
120         for specifying managers.  The old "managers" column in the
121         Open_vSwitch table has been removed.
122       - Many "name" columns are now immutable.
123     - Feature removals:
124       - Dropped support for XenServer pre-5.6.100.
125       - Dropped support for Linux pre-2.6.18.
126       - Dropped controller discovery support.
127       - Dropped "ovs-ofctl status" and the OpenFlow extension that it used.
128         Statistics reporting in the database is a rough equivalent.
129       - Dropped the "corekeeper" package (now separate, at
130         http://openvswitch.org/cgi-bin/gitweb.cgi?p=corekeeper).
131     - Performance and scalability improvements
132     - Bug fixes
133
134 v1.1.0pre2 - 13 Sep 2010
135 ------------------------
136     - Bug fixes
137
138 v1.1.0pre1 - 31 Aug 2010
139 ------------------------
140     - OpenFlow 1.0 slicing (QoS) functionality
141     - Python bindings for configuration database (no write support)
142     - Performance and scalability improvements
143     - Bug fixes
144
145 v1.0.1 - 31 May 2010
146 --------------------
147     - New "patch" interface type
148     - Bug fixes
149
150 v1.0.0 - 15 May 2010
151 --------------------
152     - Configuration database with remote management
153     - OpenFlow 1.0
154     - GRE tunneling
155     - Support for XenServer 5.5 and 5.6
156     - Performance and scalability improvements
157     - Bug fixes
158
159 v0.99.2 - 18 Feb 2010
160 ---------------------
161     - Bug fixes
162
163 v0.99.1 - 25 Jan 2010
164 ---------------------
165     - Add support for sFlow(R)
166     - Make headers compatible with C++
167     - Bug fixes
168
169 v0.99.0 - 14 Jan 2010
170 ---------------------
171     - User-space forwarding engine
172     - Bug fixes
173         
174 v0.90.7 - 29 Nov 2009
175 ---------------------
176     - Add support for NetFlow active timeouts
177     - Bug fixes
178
179 v0.90.6 - 6 Oct 2009
180 --------------------
181     - Bug fixes
182
183 v0.90.5 - 21 Sep 2009
184 ---------------------
185     - Generalize in-band control to more diverse network setups
186     - Bug fixes