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