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