Prepare Open vSwitch 1.2.0 release.
[sliver-openvswitch.git] / debian / changelog
1 openvswitch (1.2.0-1) unstable; urgency=low
2
3   [ Open vSwitch team ]
4   * New upstream version
5     - New "ofproto" abstraction layer to ease porting to hardware
6       switching ASICs.
7     - Packaging for Red Hat Enterprise Linux 5.6 and 6.0.
8     - Datapath support for Linux kernels up to 3.0.
9     - OpenFlow:
10       - New "bundle" and "bundle_load" action extensions.
11     - Database:
12       - Implement table unique constraints.
13       - Support cooperative locking between callers.
14     - ovs-dpctl:
15       - New "-s" option for "show" command prints packet and byte
16         counters for each port.
17     - ovs-ofctl:
18       - New "--readd" option for "replace-flows".
19     - ovs-vsctl:
20       - New "show" command to print an overview of configuration.
21       - New "comment" command to add remark that explains intentions.
22     - ovs-brcompatd has been rewritten to fix long-standing bugs.
23     - ovs-openflowd has been renamed test-openflowd and moved into the
24       tests directory.  Its presence confused too many users.  Please
25       use ovs-vswitchd instead.
26     - New ovs-benchmark utility to test flow setup performance.
27     - A new log level "off" has been added.  Configuring a log facility
28       "off" prevents any messages from being logged to it.  Previously,
29       "emer" was effectively "off" because no messages were ever logged at
30       level "emer".  Now, errors that cause a process to exit are logged
31       at "emer" level.
32     - "configure" option --with-l26 has been renamed --with-linux, and
33       --with-l26-source has been renamed --with-linux-source.  The old
34       names will be removed after the next release, so please update
35       your scripts.
36     - The "-2.6" suffix has been dropped from the datapath/linux-2.6 and
37       datapath/linux-2.6/compat-2.6 directories.
38     - Feature removals:
39       - Dropped support for "tun_id_from_cookie" OpenFlow extension.
40         Please use the extensible match extensions instead.
41       - Removed the Maintenance_Point and Monitor tables in an effort
42         to simplify 802.1ag configuration.
43     - Performance and scalability improvements
44     - Bug fixes
45
46  -- Open vSwitch team <dev@openvswitch.org>  Wed, 03 Aug 2011 14:43:00 +0000
47
48 openvswitch (1.1.1-1) unstable; urgency=low
49
50   [ Open vSwitch team ]
51   * Bug fixes.
52
53   [ Simon Horman ]
54   * docs: Suppress warning marcro DD not defined
55     (upstream commit 58f870d0)
56   * debian: Make openvswitch depend on Python
57     (upstream commit aa41cb61)
58   * debian: Don't begin openvswitch-pki description with article.
59     (upstream commit bc6bb66)
60   * Debian: Add ${misc:Depends} dependency to python-openvswitch
61   * Debian: Update standards version from 3.9.1 to 3.9.2
62   * Debian: ${source:Version} dependency on python openvswitch
63   * Debian: ${source:Version} dependency for python openvswitch
64   * Switch to dpkg-source 3.0 (quilt) format
65     - For local non-debian/ patches (above)
66
67  -- Simon Horman <horms@debian.org>  Wed, 15 Jun 2011 10:46:15 +0900
68     
69 openvswitch (1.1.0-1) unstable; urgency=low
70
71   [ Open vSwitch team ]
72   * New upstream version
73     - Ability to define policies over IPv6
74     - LACP
75     - 802.1ag CCM
76     - Support for extensible match extensions to OpenFlow
77     - QoS:
78       - Support for HFSC qdisc.
79       - Queue used by in-band control can now be configured.
80     - Kernel:
81       - Kernel<->userspace interface has been reworked and should be
82         close to a stable ABI now.
83       - "Port group" concept has been dropped.
84     - GRE over IPSEC tunnels
85     - Bonding:
86       - New active backup bonding mode.
87       - New L4 hashing support when LACP is enabled.
88       - Source MAC hash now includes VLAN field also.
89       - miimon support.
90     - Greatly improved handling of large flow tables
91     - ovs-dpctl:
92       - "show" command now prints full vport configuration.
93       - "dump-groups" command removed since kernel support for
94         port groups was dropped.
95     - ovs-vsctl:
96       - New commands for working with the new Managers table.
97       - "list" command enhanced with new formatting options and --columns
98         option.
99       - "get" command now accepts new --id option.
100       - New "find" command.
101     - ovs-ofctl:
102       - New "queue-stats" command for printing queue stats.
103       - New commands "replace-flows" and "diff-flows".
104       - Commands to add and remove flows can now read from files.
105       - New --flow-format option to enable or disable NXM.
106       - New --more option to increase OpenFlow message verbosity.
107       - Removed "tun-cookie" command, which is no longer useful.
108     - ovs-controller enhancements for testing various features.
109     - New ovs-vlan-test command for testing for Linux kernel driver VLAN
110       bugs.  New ovs-vlan-bug-workaround command for enabling and
111       disabling a workaround for these driver bugs.
112     - OpenFlow support:
113       - "Resubmit" actions now update flow statistics. 
114       - New "register" extension for use in matching and actions, via NXM.
115       - New "multipath" experimental action extension.
116       - New support for matching multicast Ethernet frames, via NXM.
117       - New extension for OpenFlow vendor error codes.
118       - New extension to set the QoS output queue without actually
119         sending to an output port.
120       - Open vSwitch now reports a single flow table, instead of
121         separate hash and wildcard tables.  This better models the
122         current implementation.
123       - New experimental "note" action.
124       - New "ofproto/trace" ovs-appctl command and associated utilities
125         to ease debugging complex flow tables.
126     - Database:
127       - Schema documentation now includes an entity-relationship diagram.
128       - The database is now garbage collected.  In most tables,
129         unreferenced rows will be deleted automatically.
130       - Many tables now include statistics updated periodically by
131         ovs-vswitchd or ovsdb-server.
132       - Every table now has an "external-ids" column for use by OVS
133         integrators.
134       - There is no default controller anymore.  Each bridge must have its
135         controller individually specified.
136       - The "fail-mode" is now a property of a Bridge instead of a Controller.
137       - New versioning and checksum features.
138       - New Managers table and manager_options column in Open_vSwitch table
139         for specifying managers.  The old "managers" column in the
140         Open_vSwitch table has been removed.
141       - Many "name" columns are now immutable.
142     - Feature removals:
143       - Dropped support for XenServer pre-5.6.100.
144       - Dropped support for Linux pre-2.6.18.
145       - Dropped controller discovery support.
146       - Dropped "ovs-ofctl status" and the OpenFlow extension that it used.
147         Statistics reporting in the database is a rough equivalent.
148       - Dropped the "corekeeper" package (now separate, at
149         http://openvswitch.org/cgi-bin/gitweb.cgi?p=corekeeper).
150     - Performance and scalability improvements
151     - Bug fixes
152
153   [ Simon Horman ]
154   * Add the following fixes from upstream branch-1.1
155     - 7f1aca9 dpif-linux: Avoid logging error on ENOENT in
156               dpif_linux_is_internal_device().
157     - 8996f83 dpif-linux: Avoid segfault on netdev_get_stats() without kernel
158               module.
159     - 002d4a3 vswitch: Improve schema documentation.
160     - 58bd294 cfm: Fix broken fault logic.
161     - c042664 bridge: Run once before configuring CFM.
162    * Switch to dpkg-source 3.0 (quilt) format
163
164  -- Simon Horman <horms@debian.org>  Wed, 27 Apr 2011 17:11:10 +0900
165
166 openvswitch (1.1.0~pre2.g2.ea763e0e-1) unstable; urgency=low
167
168   * Git snapshot, including
169     - tests: Fix Y2011 bug in testsuite
170       (closes: #609506)
171
172  -- Simon Horman <horms@debian.org>  Wed, 12 Jan 2011 08:34:35 +0900
173
174 openvswitch (1.1.0~pre2.g1.bbe8d06e-1) unstable; urgency=low
175
176   * Git snaptshot
177
178  -- Simon Horman <horms@debian.org>  Thu, 06 Jan 2011 11:11:55 +0900
179
180 openvswitch (1.1.0~pre2-5) unstable; urgency=low
181
182   * Open vSwitch only works on Linux so set
183     the Architecture of binary packages to linux-any accordingly
184
185  -- Simon Horman <horms@debian.org>  Tue, 23 Nov 2010 07:55:19 +0900
186
187 openvswitch (1.1.0~pre2-4) unstable; urgency=low
188
189   * Add procps to Build-Depends
190     (closes: #602891)
191
192  -- Simon Horman <horms@debian.org>  Tue, 16 Nov 2010 06:46:17 +0900
193
194 openvswitch (1.1.0~pre2-3) unstable; urgency=low
195
196   * Remove the corekeeper package as it isn't strongly related
197     to Open vSwitch. It has subsequently been broken off into
198     a separate source repository and may be uploaded as its
199     own debian source package.
200     http://openvswitch.org/cgi-bin/gitweb.cgi?p=corekeeper;a=summary
201     (closes: #602946)
202   * Avoid the use of long socket names.
203     (closes: #602891, closes: #602911)
204
205  -- Simon Horman <horms@debian.org>  Thu, 11 Nov 2010 06:35:05 +0900
206
207 openvswitch (1.1.0~pre2-2) unstable; urgency=low
208
209   * Clarify licensing of files in xenserver/
210
211  -- Simon Horman <horms@debian.org>  Thu, 23 Sep 2010 10:56:18 +0900
212
213 openvswitch (1.1.0~pre2-1) unstable; urgency=low
214
215   * New upstream version
216     - Bug fixes
217
218  -- Simon Horman <horms@debian.org>  Wed, 15 Sep 2010 18:28:59 +0900
219
220 openvswitch (1.1.0~pre1-1) unstable; urgency=low
221
222   * New upstream version
223     - OpenFlow 1.0 slicing (QoS) functionality
224     - Python bindings for configuration database (no write support)
225     - Performance and scalability improvements
226     - Bug fixes
227
228  -- Open vSwitch team <dev@openvswitch.org>  Tue, 31 Aug 2010 23:20:00 +0000
229
230 openvswitch (1.0.1-1) unstable; urgency=low
231
232   * New upstream version.
233
234  -- Open vSwitch team <dev@openvswitch.org>  Mon, 17 May 2010 10:36:00 +0000