Prepare Open vSwitch 1.1.1 release.
[sliver-openvswitch.git] / ChangeLog
1 v1.1.1 - 26 May 2011
2 ------------------------
3     - Bug fixes
4
5 v1.1.0 - 05 Apr 2011
6 ------------------------
7     - Ability to define policies over IPv6
8     - LACP
9     - 802.1ag CCM
10     - Support for extensible match extensions to OpenFlow
11     - QoS:
12       - Support for HFSC qdisc.
13       - Queue used by in-band control can now be configured.
14     - Kernel:
15       - Kernel<->userspace interface has been reworked and should be
16         close to a stable ABI now.
17       - "Port group" concept has been dropped.
18     - GRE over IPSEC tunnels
19     - Bonding:
20       - New active backup bonding mode.
21       - New L4 hashing support when LACP is enabled.
22       - Source MAC hash now includes VLAN field also.
23       - miimon support.
24     - Greatly improved handling of large flow tables
25     - ovs-dpctl:
26       - "show" command now prints full vport configuration.
27       - "dump-groups" command removed since kernel support for
28         port groups was dropped.
29     - ovs-vsctl:
30       - New commands for working with the new Managers table.
31       - "list" command enhanced with new formatting options and --columns
32         option.
33       - "get" command now accepts new --id option.
34       - New "find" command.
35     - ovs-ofctl:
36       - New "queue-stats" command for printing queue stats.
37       - New commands "replace-flows" and "diff-flows".
38       - Commands to add and remove flows can now read from files.
39       - New --flow-format option to enable or disable NXM.
40       - New --more option to increase OpenFlow message verbosity.
41       - Removed "tun-cookie" command, which is no longer useful.
42     - ovs-controller enhancements for testing various features.
43     - New ovs-vlan-test command for testing for Linux kernel driver VLAN
44       bugs.  New ovs-vlan-bug-workaround command for enabling and
45       disabling a workaround for these driver bugs.
46     - OpenFlow support:
47       - "Resubmit" actions now update flow statistics. 
48       - New "register" extension for use in matching and actions, via NXM.
49       - New "multipath" experimental action extension.
50       - New support for matching multicast Ethernet frames, via NXM.
51       - New extension for OpenFlow vendor error codes.
52       - New extension to set the QoS output queue without actually
53         sending to an output port.
54       - Open vSwitch now reports a single flow table, instead of
55         separate hash and wildcard tables.  This better models the
56         current implementation.
57       - New experimental "note" action.
58       - New "ofproto/trace" ovs-appctl command and associated utilities
59         to ease debugging complex flow tables.
60     - Database:
61       - Schema documentation now includes an entity-relationship diagram.
62       - The database is now garbage collected.  In most tables,
63         unreferenced rows will be deleted automatically.
64       - Many tables now include statistics updated periodically by
65         ovs-vswitchd or ovsdb-server.
66       - Every table now has an "external-ids" column for use by OVS
67         integrators.
68       - There is no default controller anymore.  Each bridge must have its
69         controller individually specified.
70       - The "fail-mode" is now a property of a Bridge instead of a Controller.
71       - New versioning and checksum features.
72       - New Managers table and manager_options column in Open_vSwitch table
73         for specifying managers.  The old "managers" column in the
74         Open_vSwitch table has been removed.
75       - Many "name" columns are now immutable.
76     - Feature removals:
77       - Dropped support for XenServer pre-5.6.100.
78       - Dropped support for Linux pre-2.6.18.
79       - Dropped controller discovery support.
80       - Dropped "ovs-ofctl status" and the OpenFlow extension that it used.
81         Statistics reporting in the database is a rough equivalent.
82       - Dropped the "corekeeper" package (now separate, at
83         http://openvswitch.org/cgi-bin/gitweb.cgi?p=corekeeper).
84     - Performance and scalability improvements
85     - Bug fixes
86
87 v1.1.0pre2 - 13 Sep 2010
88 ------------------------
89     - Bug fixes
90
91 v1.1.0pre1 - 31 Aug 2010
92 ------------------------
93     - OpenFlow 1.0 slicing (QoS) functionality
94     - Python bindings for configuration database (no write support)
95     - Performance and scalability improvements
96     - Bug fixes
97
98 v1.0.1 - 31 May 2010
99 --------------------
100     - New "patch" interface type
101     - Bug fixes
102
103 v1.0.0 - 15 May 2010
104 --------------------
105     - Configuration database with remote management
106     - OpenFlow 1.0
107     - GRE tunneling
108     - Support for XenServer 5.5 and 5.6
109     - Performance and scalability improvements
110     - Bug fixes
111
112 v0.99.2 - 18 Feb 2010
113 ---------------------
114     - Bug fixes
115
116 v0.99.1 - 25 Jan 2010
117 ---------------------
118     - Add support for sFlow(R)
119     - Make headers compatible with C++
120     - Bug fixes
121
122 v0.99.0 - 14 Jan 2010
123 ---------------------
124     - User-space forwarding engine
125     - Bug fixes
126         
127 v0.90.7 - 29 Nov 2009
128 ---------------------
129     - Add support for NetFlow active timeouts
130     - Bug fixes
131
132 v0.90.6 - 6 Oct 2009
133 --------------------
134     - Bug fixes
135
136 v0.90.5 - 21 Sep 2009
137 ---------------------
138     - Generalize in-band control to more diverse network setups
139     - Bug fixes