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