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