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