netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / debian / changelog
1 openvswitch (2.5.90-1) unstable; urgency=low
2    [ Open vSwitch team ]
3    * New upstream version
4    - Nothing yet!  Try NEWS...
5
6  -- Open vSwitch team <dev@openvswitch.org>  Thu, 03 Dec 2015 23:17:44 -0700
7
8 openvswitch (2.5.0-1) unstable; urgency=low
9    [ Open vSwitch team ]
10    * New upstream version
11    - Dropped support for Python older than version 2.7.  As a consequence,
12      using Open vSwitch 2.5 or later on XenServer 6.5 or earlier (which
13      have Python 2.4) requires first installing Python 2.7.
14    - OpenFlow:
15      * Group chaining (where one OpenFlow group triggers another) is
16        now supported.
17      * OpenFlow 1.4+ "importance" is now considered for flow eviction.
18      * OpenFlow 1.4+ OFPTC_EVICTION is now implemented.
19      * OpenFlow 1.4+ OFPTC_VACANCY_EVENTS is now implemented.
20      * OpenFlow 1.4+ OFPMP_TABLE_DESC is now implemented.
21      * Allow modifying the ICMPv4/ICMPv6 type and code fields.
22      * OpenFlow 1.4+ OFPT_SET_ASYNC_CONFIG and OFPT_GET_ASYNC_CONFIG are
23        now implemented.
24    - ovs-ofctl:
25      * New "out_group" keyword for OpenFlow 1.1+ matching on output group.
26    - Tunnels:
27      * Geneve tunnels can now match and set options and the OAM bit.
28      * The nonstandard GRE64 tunnel extension has been dropped.
29    - Support Multicast Listener Discovery (MLDv1 and MLDv2).
30    - Add 'symmetric_l3l4' and 'symmetric_l3l4+udp' hash functions.
31    - sFlow agent now reports tunnel and MPLS structures.
32    - New 'check-system-userspace', 'check-kmod' and 'check-kernel' Makefile
33      targets to run a new system testsuite.  These tests can be run inside
34      a Vagrant box.  See INSTALL.md for details
35    - Mark --syslog-target argument as deprecated.  It will be removed in
36      the next OVS release.
37    - Added --user option to all daemons
38    - Add support for connection tracking through the new "ct" action
39      and "ct_state"/"ct_zone"/"ct_mark"/"ct_label" match fields.  Only
40      available on Linux kernels with the connection tracking module loaded.
41    - Add experimental version of OVN.  OVN, the Open Virtual Network, is a
42      system to support virtual network abstraction.  OVN complements the
43      existing capabilities of OVS to add native support for virtual network
44      abstractions, such as virtual L2 and L3 overlays and security groups.
45
46  -- Open vSwitch team <dev@openvswitch.org>  Thu, 03 Dec 2015 23:17:44 -0700
47
48 openvswitch (2.4.0-1) unstable; urgency=low
49    [ Open vSwitch team ]
50    * New upstream version
51    - Flow table modifications are now atomic, meaning that each packet
52      now sees a coherent version of the OpenFlow pipeline.  For
53      example, if a controller removes all flows with a single OpenFlow
54      "flow_mod", no packet sees an intermediate version of the OpenFlow
55      pipeline where only some of the flows have been deleted.
56    - Added support for SFQ, FQ_CoDel and CoDel qdiscs.
57    - Add bash command-line completion support for ovs-vsctl Please check
58      utilities/ovs-command-compgen.INSTALL.md for how to use.
59    - The MAC learning feature now includes per-port fairness to mitigate
60      MAC flooding attacks.
61    - New support for a "conjunctive match" OpenFlow extension, which
62      allows constructing OpenFlow matches of the form "field1 in
63      {a,b,c...} AND field2 in {d,e,f...}" and generalizations.  For details,
64      see documentation for the "conjunction" action in ovs-ofctl(8).
65    - Add bash command-line completion support for ovs-appctl/ovs-dpctl/
66      ovs-ofctl/ovsdb-tool commands.  Please check
67      utilities/ovs-command-compgen.INSTALL.md for how to use.
68    - The "learn" action supports a new flag "delete_learned" that causes
69      the learned flows to be deleted when the flow with the "learn" action
70      is deleted.
71    - Basic support for the Geneve tunneling protocol. It is not yet
72      possible to generate or match options. This is planned for a future
73      release. The protocol is documented at
74      http://tools.ietf.org/html/draft-gross-geneve-00
75    - The OVS database now reports controller rate limiting statistics.
76    - sflow now exports information about LACP-based bonds, port names, and
77      OpenFlow port numbers, as well as datapath performance counters.
78    - ovs-dpctl functionality is now available for datapaths integrated
79      into ovs-vswitchd, via ovs-appctl.  Some existing ovs-appctl
80      commands are now redundant and will be removed in a future
81      release.  See ovs-vswitchd(8) for details.
82    - OpenFlow:
83      * OpenFlow 1.4 bundles are now supported for flow mods and port
84        mods.  For flow mods, both 'atomic' and 'ordered' bundle flags
85        are trivially supported, as all bundled messages are executed
86        in the order they were added and all flow table modifications
87        are now atomic to the datapath.  Port mods may not appear in
88        atomic bundles, as port status modifications are not atomic.
89      * IPv6 flow label and neighbor discovery fields are now modifiable.
90      * OpenFlow 1.5 extended registers are now supported.
91      * The OpenFlow 1.5 actset_output field is now supported.
92      * OpenFlow 1.5 Copy-Field action is now supported.
93      * OpenFlow 1.5 masked Set-Field action is now supported.
94      * OpenFlow 1.3+ table features requests are now supported (read-only).
95      * Nicira extension "move" actions may now be included in action sets.
96      * "resubmit" actions may now be included in action sets.  The resubmit
97        is executed last, and only if the action set has no "output" or "group"
98        action.
99      * OpenFlow 1.4+ flow "importance" is now maintained in the flow table.
100      * A new Netronome extension to OpenFlow 1.5+ allows control over the
101        fields hashed for OpenFlow select groups.  See "selection_method" and
102        related options in ovs-ofctl(8) for details.
103    - ovs-ofctl has a new '--bundle' option that makes the flow mod commands
104      ('add-flow', 'add-flows', 'mod-flows', 'del-flows', and 'replace-flows')
105      use an OpenFlow 1.4 bundle to operate the modifications as a single
106      atomic transaction.  If any of the flow mods in a transaction fail, none
107      of them are executed.  All flow mods in a bundle appear to datapath
108      lookups simultaneously.
109    - ovs-ofctl 'add-flow' and 'add-flows' commands now accept arbitrary flow
110      mods as an input by allowing the flow specification to start with an
111      explicit 'add', 'modify', 'modify_strict', 'delete', or 'delete_strict'
112      keyword.  A missing keyword is treated as 'add', so this is fully
113      backwards compatible.  With the new '--bundle' option all the flow mods
114      are executed as a single atomic transaction using an OpenFlow 1.4 bundle.
115    - ovs-pki: Changed message digest algorithm from MD5 to SHA-1 because
116      MD5 is no longer secure and some operating systems have started to disable
117      it in OpenSSL.
118    - ovsdb-server: New OVSDB protocol extension allows inequality tests on
119      "optional scalar" columns.  See ovsdb-server(1) for details.
120    - ovs-vsctl now permits immutable columns in a new row to be modified in
121      the same transaction that creates the row.
122    - test-controller has been renamed ovs-testcontroller at request of users
123      who find it useful for testing basic OpenFlow setups.  It is still not
124      a necessary or desirable part of most Open vSwitch deployments.
125    - Support for travis-ci.org based continuous integration builds has been
126      added. Build failures are reported to build@openvswitch.org. See INSTALL.md
127      file for additional details.
128    - Support for the Rapid Spanning Tree Protocol (IEEE 802.1D-2004).
129      The implementation has been tested successfully against the Ixia Automated
130      Network Validation Library (ANVL).
131    - Stats are no longer updated on fake bond interface.
132    - Keep active bond slave selection across OVS restart.
133    - A simple wrapper script, 'ovs-docker', to integrate OVS with Docker
134      containers. If and when there is a native integration of Open vSwitch
135      with Docker, the wrapper script will be retired.
136    - Added support for DPDK Tunneling. VXLAN, GRE, and Geneve are supported
137      protocols. This is generic tunneling mechanism for userspace datapath.
138    - Support for multicast snooping (IGMPv1, IGMPv2 and IGMPv3)
139    - Support for Linux kernels up to 4.0.x
140    - The documentation now use the term 'destination' to mean one of syslog,
141      console or file for vlog logging instead of the previously used term
142      'facility'.
143    - Support for VXLAN Group Policy extension
144    - Initial support for the IETF Auto-Attach SPBM draft standard. This
145      contains rudimentary support for the LLDP protocol as needed for
146      Auto-Attach.
147    - The default OpenFlow and OVSDB ports are now the IANA-assigned
148      numbers.  OpenFlow is 6653 and OVSDB is 6640.
149    - Support for DPDK vHost.
150    - Support for outer UDP checksums in Geneve and VXLAN.
151    - The kernel vports with dependencies are no longer part of the overall
152      openvswitch.ko but built and loaded automatically as individual kernel
153      modules (vport-*.ko).
154    - Support for STT tunneling.
155    - Support to configure method (--syslog-method argument) that determines
156      how daemons will talk with syslog.
157    - Support for "ovs-appctl vlog/list-pattern" command that lets to query
158      logging message format for each destination.
159    - GRE64 and ipsec_gre64 tunnel protocol is deprecated and will be removed
160      from OVS v2.5 release.
161    * The openvswitch-testcontroller package is new.  It reintroduces the
162      simple OpenFlow controller that was packaged with Open vSwitch prior to
163      version 2.1, at request of users who find it useful for testing basic
164      OpenFlow setups.  It is still not a necessary or desirable part of most
165      Open vSwitch deployments.
166
167  -- Open vSwitch team <dev@openvswitch.org>  Thu, 20 Aug 2015 17:23:43 -0700
168
169 openvswitch (2.3.0-1) unstable; urgency=low
170    [ Open vSwitch team ]
171    * New upstream version
172    - OpenFlow 1.1, 1.2, and 1.3 are now enabled by default in
173      ovs-vswitchd.
174    - Linux kernel datapath now has an exact match cache optimizing the
175      flow matching process.
176    - Datapath flows now have partially wildcarded tranport port field
177      matches.  This reduces userspace upcalls, but increases the
178      number of different masks in the datapath.  The kernel datapath
179      exact match cache removes the overhead of matching the incoming
180      packets with the larger number of masks, but when paired with an
181      older kernel module, some workloads may perform worse with the
182      new userspace.
183
184  -- Open vSwitch team <dev@openvswitch.org>  Thu, 14 Aug 2014 11:03:32 -0700
185
186 openvswitch (2.2.0-1) unstable; urgency=low
187    [ Open vSwitch team ]
188    * New upstream version
189    - Internal ports are no longer brought up by default, because it
190      should be an administrator task to bring up devices as they are
191      configured properly.
192    - ovs-vsctl now reports when ovs-vswitchd fails to create a new port or
193      bridge.
194    - The "ovsdbmonitor" graphical tool has been removed, because it was
195      poorly maintained and not widely used.
196    - New "check-ryu" Makefile target for running Ryu tests for OpenFlow
197      controllers against Open vSwitch.  See INSTALL for details.
198    - Added IPFIX support for SCTP flows and templates for ICMPv4/v6 flows.
199    - Upon the receipt of a SIGHUP signal, ovs-vswitchd no longer reopens its
200      log file (it will terminate instead). Please use 'ovs-appctl vlog/reopen'
201      instead.
202    - Support for Linux kernels up to 3.14. From Kernel 3.12 onwards OVS uses
203      tunnel API for GRE and VXLAN.
204    - Added DPDK support.
205    - Added support for custom vlog patterns in Python
206
207  -- Open vSwitch team <dev@openvswitch.org>  Wed, 19 Mar 2014 16:08:38 -0700
208
209 openvswitch (2.1.0-1) unstable; urgency=low
210    [ Open vSwitch team ]
211    * New upstream version
212    - Address prefix tracking support for flow tables.  New columns
213      "prefixes" in OVS-DB table "Flow_Table" controls which packet
214      header fields are used for address prefix tracking.  Prefix
215      tracking allows the classifier to skip rules with longer than
216      necessary prefixes, resulting in better wildcarding for datapath
217      flows.  Default configuration is to not use any fields for prefix
218      tracking.  However, if any flow tables contain both exact matches
219      and masked matches for IP address fields, OVS performance may be
220      increased by using this feature.
221      * As of now, the fields for which prefix lookup can be enabled
222        are: 'tun_id', 'tun_src', 'tun_dst', 'nw_src', 'nw_dst' (or
223        aliases 'ip_src' and 'ip_dst'), 'ipv6_src', and 'ipv6_dst'.
224        (Using this feature for 'tun_id' would only make sense if the
225        tunnel IDs have prefix structure similar to IP addresses.)
226      * There is a maximum number of fields that can be enabled for any
227        one flow table.  Currently this limit is 3.
228      * Examples:
229        $ ovs-vsctl set Bridge br0 flow_tables:0=@N1 -- \
230          --id=@N1 create Flow_Table name=table0
231        $ ovs-vsctl set Bridge br0 flow_tables:1=@N1 -- \
232          --id=@N1 create Flow_Table name=table1
233        $ ovs-vsctl set Flow_Table table0 prefixes=ip_dst,ip_src
234        $ ovs-vsctl set Flow_Table table1 prefixes=[]
235    - TCP flags matching: OVS now supports matching of TCP flags.  This
236      has an adverse performance impact when using OVS userspace 1.10
237      or older (no megaflows support) together with the new OVS kernel
238      module.  It is recommended that the kernel and userspace modules
239      both are upgraded at the same time.
240    - The default OpenFlow and OVSDB ports will change to
241      IANA-assigned numbers in a future release.  Consider updating
242      your installations to specify port numbers instead of using the
243      defaults.
244    - OpenFlow:
245      * The OpenFlow 1.1+ "Write-Actions" instruction is now supported.
246      * OVS limits the OpenFlow port numbers it assigns to port 32767 and
247        below, leaving port numbers above that range free for assignment
248        by the controller.
249      * ovs-vswitchd now honors changes to the "ofport_request" column
250        in the Interface table by changing the port's OpenFlow port
251        number.
252    - ovs-vswitchd.conf.db.5 man page will contain graphviz/dot
253      diagram only if graphviz package was installed at the build time.
254    - Support for Linux kernels up to 3.11
255    - ovs-dpctl:
256      The "show" command also displays mega flow mask stats.
257    - ovs-ofctl:
258      * New command "ofp-parse-pcap" to dump OpenFlow from PCAP files.
259    - ovs-controller has been renamed test-controller.  It is no longer
260      packaged or installed by default, because too many users assumed
261      incorrectly that ovs-controller was a necessary or desirable part
262      of an Open vSwitch deployment.
263    - Added vlog option to export to a UDP syslog sink.
264    - ovsdb-client:
265      * The "monitor" command can now monitor all tables in a database,
266        instead of being limited to a single table.
267    - The flow-eviction-threshold has been replaced by the flow-limit which is a
268      hard limit on the number of flows in the datapath.  It defaults to 200,000
269      flows.  OVS automatically adjusts this number depending on network
270      conditions.
271    * The openvswitch-controller package has been removed, because too many
272      users assumed incorrectly that ovs-controller was a necessary or
273      desirable part of an Open vSwitch deployment.
274
275  -- Open vSwitch team <dev@openvswitch.org>  Wed, 19 Mar 2014 16:08:38 -0700
276
277 openvswitch (2.0.0-1) unstable; urgency=low
278    [ Open vSwitch team ]
279    * New upstream version
280     - The ovs-vswitchd process is no longer single-threaded.  Multiple
281       threads are now used to handle flow set up and asynchronous
282       logging.
283     - OpenFlow:
284       * Experimental support for OpenFlow 1.1 (in addition to 1.2 and
285         1.3, which had experimental support in 1.10).
286       * New support for matching outer source and destination IP address
287         of tunneled packets, for tunnel ports configured with the newly
288         added "remote_ip=flow" and "local_ip=flow" options.
289       * Support for matching on metadata 'pkt_mark' for interacting with
290         other system components. On Linux this corresponds to the skb
291         mark.
292       * Support matching, rewriting SCTP ports
293     - The Interface table in the database has a new "ifindex" column to
294       report the interface's OS-assigned ifindex.
295     - New "check-oftest" Makefile target for running OFTest against Open
296       vSwitch.  See README-OFTest for details.
297     - The flow eviction threshold has been moved to the Open_vSwitch table.
298     - Database names are now mandatory when specifying ovsdb-server options
299       through database paths (e.g. Private key option with the database name
300       should look like "--private-key=db:Open_vSwitch,SSL,private_key").
301     - Added ovs-dev.py, a utility script helpful for Open vSwitch developers.
302     - Support for Linux kernels up to 3.10
303     - ovs-ofctl:
304       * New "ofp-parse" for printing OpenFlow messages read from a file.
305     - Added configurable flow caching support to IPFIX exporter.
306     - Dropped support for Linux pre-2.6.32.
307     - Log file timestamps and ovsdb commit timestamps are now reported
308       with millisecond resolution.  (Previous versions only reported
309       whole seconds.)
310
311  -- Open vSwitch team <dev@openvswitch.org>  Tue, 15 Oct 2013 15:03:42 -0700
312
313 openvswitch (1.11.0-1) unstable; urgency=low
314    [ Open vSwitch team ]
315    * New upstream version
316     - Support for megaflows, which allows wildcarding in the kernel (and
317       any dpif implementation that supports wildcards).  Depending on
318       the flow table and switch configuration, flow set up rates are
319       close to the Linux bridge.
320     - The "tutorial" directory contains a new tutorial for some advanced
321       Open vSwitch features.
322     - Stable bond mode has been removed.
323     - The autopath action has been removed.
324     - New support for the data encapsulation format of the LISP tunnel
325       protocol (RFC 6830).  An external control plane or manual flow
326       setup is required for EID-to-RLOC mapping.
327     - OpenFlow:
328       * The "dec_mpls_ttl" and "set_mpls_ttl" actions from OpenFlow
329         1.1 and later are now implemented.
330       * New "stack" extension for use in actions, to push and pop from
331         NXM fields.
332       * The "load" and "set_field" actions can now modify the "in_port".  (This
333         allows one to enable output to a flow's input port by setting the
334         in_port to some unused value, such as OFPP_NONE.)
335     - ovs-dpctl:
336       * New debugging commands "add-flow", "mod-flow", "del-flow".
337     - In dpif-based bridges, cache action translations, which can improve
338       flow set up performance by 80% with a complicated flow table.
339     - New syslog format, prefixed with "ovs|", to be easier to filter.
340     - RHEL: Removes the default firewall rule that allowed GRE traffic to
341       pass through. Any users that relied on this automatic firewall hole
342       will have to manually configure it. The ovs-ctl(8) manpage documents
343       the "enable-protocol" command that can be used as an alternative.
344     - New CFM demand mode which uses data traffic to indicate interface
345       liveness.
346
347  -- Open vSwitch team <dev@openvswitch.org>  Wed, 28 Aug 2013 14:31:44 -0700
348
349 openvswitch (1.10.0-1) unstable; urgency=low
350    [ Open vSwitch team ]
351    * New upstream version
352     - Bridge compatibility support has been removed.  Any uses that
353       rely on ovs-brcompatd will have to stick with Open vSwitch 1.9.x
354       or adapt to native Open vSwitch support (e.g. use ovs-vsctl instead
355       of brctl).
356     - The maximum size of the MAC learning table is now configurable.
357     - With the Linux datapath, packets for new flows are now queued
358       separately on a per-port basis, so it should no longer be
359       possible for a large number of new flows arriving on one port to
360       prevent new flows from being processed on other ports.
361     - Many "ovs-vsctl" database commands now accept an --if-exists option.
362       Please refer to the ovs-vsctl manpage for details.
363     - OpenFlow:
364       - Experimental support for newer versions of OpenFlow.  See
365         the "What versions of OpenFlow does Open vSwitch support?"
366         question in the FAQ for more details.
367       - The OpenFlow "dp_desc" may now be configured by setting the
368         value of other-config:dp-desc in the Bridge table.
369       - It is possible to request the OpenFlow port number with the
370         "ofport_request" column in the Interface table.
371     - Tunneling:
372       - New support for the VXLAN tunnel protocol (see the IETF draft here:
373         http://tools.ietf.org/html/draft-mahalingam-dutt-dcops-vxlan-03).
374       - Tunneling requires the version of the kernel module paired with
375         Open vSwitch 1.9.0 or later.
376       - Inheritance of the Don't Fragment bit in IP tunnels (df_inherit)
377         is no longer supported.
378       - Path MTU discovery is no longer supported.
379     - ovs-dpctl:
380       - The "dump-flows" and "del-flows" no longer require an argument
381         if only one datapath exists.
382     - ovs-appctl:
383       - New "vlog/disable-rate-limit" and "vlog/enable-rate-limit"
384         commands available allow control over logging rate limits.
385       - New "dpif/dump-dps", "dpif/show", and "dpif/dump-flows" command
386         that mimic the equivalent ovs-dpctl commands.
387     - The ofproto library is now responsible for assigning OpenFlow port
388       numbers.  An ofproto implementation should assign them when
389       port_construct() is called.
390     - All dpif-based bridges of a particular type share a common
391       datapath called "ovs-<type>", e.g. "ovs-system".  The ovs-dpctl
392       commands will now return information on that shared datapath.  To
393       get the equivalent bridge-specific information, use the new
394       "ovs-appctl dpif/*" commands.
395     - Backward-incompatible changes:
396       - Earlier Open vSwitch versions treated ANY as a wildcard in flow
397         syntax.  OpenFlow 1.1 adds a port named ANY, which introduces a
398         conflict.  ANY was rarely used in flow syntax, so we chose to
399         retire that meaning of ANY in favor of the OpenFlow 1.1 meaning.
400     - Patch ports no longer require kernel support, so they now work
401       with FreeBSD and the kernel module built into Linux 3.3 and later.
402
403  -- Open vSwitch team <dev@openvswitch.org>  Wed, 01 May 2013 14:28:21 -0700
404
405 openvswitch (1.9.0-1) unstable; urgency=low
406    [ Open vSwitch team ]
407    * New upstream version
408     - Datapath:
409       - Support for ipv6 set action.
410       - SKB mark matching and setting.
411       - support for Linux kernels up to 3.8
412     - FreeBSD is now a supported platform, thanks to code contributions from
413       Gaetano Catalli, Ed Maste, and Giuseppe Lettieri.
414     - ovs-bugtool: New --ovs option to report only OVS related information.
415     - New %t and %T log escapes to identify the subprogram within a
416       cooperating group of processes or threads that emitted a log message.
417       The default log patterns now include this information.
418     - OpenFlow:
419       - Allow bitwise masking for SHA and THA fields in ARP, SLL and TLL
420         fields in IPv6 neighbor discovery messages, and IPv6 flow label.
421       - Adds support for writing to the metadata field for a flow.
422     - Tunneling:
423       - The tunneling code no longer assumes input and output keys are
424         symmetric.  If they are not, PMTUD needs to be disabled for
425         tunneling to work. Note this only applies to flow-based keys.
426       - New support for a nonstandard form of GRE that supports a 64-bit key.
427       - Tunnel Path MTU Discovery default value was set to 'disabled'.
428         This feature is deprecated and will be removed soon.
429       - Tunnel header caching removed.
430     - ovs-ofctl:
431       - Commands and actions that accept port numbers now also accept keywords
432         that represent those ports (such as LOCAL, NONE, and ALL).  This is
433         also the recommended way to specify these ports, for compatibility
434         with OpenFlow 1.1 and later (which use the OpenFlow 1.0 numbers
435         for these ports for different purposes).
436     - ovs-dpctl:
437       - Support requesting the port number with the "port_no" option in
438         the "add-if" command.
439     - ovs-pki: The "online PKI" features have been removed, along with
440       the ovs-pki-cgi program that facilitated it, because of some
441       alarmist insecurity claims.  We do not believe that these claims
442       are true, but because we do not know of any users for this
443       feature it seems better on balance to remove it.  (The ovs-pki-cgi
444       program was not included in distribution packaging.)
445     - ovsdb-server now enforces the immutability of immutable columns.  This
446       was not enforced in earlier versions due to an oversight.
447     - The following features are now deprecated.  They will be removed no
448       earlier than February 2013.  Please email dev@openvswitch.org with
449       concerns.
450         - Bridge compatibility.
451         - Stable bond mode.
452         - The autopath action.
453         - Interface type "null".
454         - Numeric values for reserved ports (see "ovs-ofctl" note above).
455         - Tunnel Path MTU Discovery.
456         - CAPWAP tunnel support.
457     - The data in the RARP packets can now be matched in the same way as the
458       data in ARP packets.
459
460  -- Open vSwitch team <dev@openvswitch.org>  Tue, 26 Feb 2013 11:23:19 -0700
461
462 openvswitch (1.8.0-1) unstable; urgency=low
463    [ Open vSwitch team ]
464    * New upstream version
465     *** Internal only release ***
466     - New FAQ.  Please send updates and additions!
467     - Authors of controllers, please read the new section titled "Action
468       Reproduction" in DESIGN, which describes an Open vSwitch change in
469       behavior in corner cases that may affect some controllers.
470     - ovs-l3ping:
471         - A new test utility that can create L3 tunnel between two Open
472           vSwitches and detect connectivity issues.
473     - ovs-ofctl:
474         - New --sort and --rsort options for "dump-flows" command.
475         - "mod-port" command can now control all OpenFlow config flags.
476     - OpenFlow:
477       - Allow general bitwise masking for IPv4 and IPv6 addresses in
478         IPv4, IPv6, and ARP packets.  (Previously, only CIDR masks
479         were allowed.)
480       - Allow support for arbitrary Ethernet masks.  (Previously, only
481         the multicast bit in the destination address could be individually
482         masked.)
483       - New field OXM_OF_METADATA, to align with OpenFlow 1.1.
484       - The OFPST_QUEUE request now reports an error if a specified port or
485         queue does not exist, or for requests for a specific queue on all
486         ports, if the specified queue does not exist on any port.  (Previous
487         versions generally reported an empty set of results.)
488       - New "flow monitor" feature to allow controllers to be notified of
489         flow table changes as they happen.
490     - Additional protocols are not mirrored and dropped when forward-bpdu is
491       false.  For a full list, see the ovs-vswitchd.conf.db man page.
492     - Open vSwitch now sends RARP packets in situations where it previously
493       sent a custom protocol, making it consistent with behavior of QEMU and
494       VMware.
495     - All Open vSwitch programs and log files now show timestamps in UTC,
496       instead the local timezone, by default.
497
498  -- Open vSwitch team <dev@openvswitch.org>  Mon, 16 Jul 2012 16:44:52 +0900
499
500 openvswitch (1.7.0-1) unstable; urgency=low
501   [ Open vSwitch team ]
502   * New upstream version
503     - kernel modules are renamed. openvswitch_mod.ko is now
504       openvswitch.ko and brcompat_mod.ko is now brcompat.ko.
505     - Increased the number of NXM registers to 8.
506     - Added ability to configure dscp setting for manager and controller
507       connections.  By default, these connections have a DSCP value of
508       Internetwork Control (0xc0).
509     - Added the granular link health statistics, 'cfm_health', to an
510       interface.
511     - OpenFlow:
512         - Added support to mask nd_target for ICMPv6 neighbor discovery flows.
513         - Added support for OpenFlow 1.3 port description (OFPMP_PORT_DESC)
514           multipart messages.
515     - ovs-ofctl:
516         - Added the "dump-ports-desc" command to retrieve port
517           information using the new port description multipart messages.
518     - ovs-test:
519         - Added support for spawning ovs-test server from the client.
520         - Now ovs-test is able to automatically create test bridges and ports.
521     - "ovs-dpctl dump-flows" now prints observed TCP flags in TCP flows.
522     - Tripled flow setup performance.
523     - The "coverage/log" command previously available through ovs-appctl
524       has been replaced by "coverage/show".  The new command replies with
525       coverage counter values, instead of logging them.
526
527  -- Open vSwitch team <dev@openvswitch.org>  Mon, 30 Jul 2012 17:23:57 +0900
528
529 openvswitch (1.6.1-1) unstable; urgency=low
530   [ Open vSwitch team ]
531   * New upstream version
532     - Allow OFPP_CONTROLLER as the in_port for packet-out messages.
533
534  -- Open vSwitch team <dev@openvswitch.org>  Mon, 25 Jun 2012 13:52:17 +0900
535
536 openvswitch (1.6.0-1) unstable; urgency=low
537   [ Open vSwitch team ]
538   * New upstream version
539     - bonding
540         - LACP bonds no longer fall back to balance-slb when negotiations fail.
541           Instead they drop traffic.
542         - The default bond_mode changed from SLB to active-backup, to protect
543           unsuspecting users from the significant risks of SLB bonds (which are
544           documented in vswitchd/INTERNALS).
545         - Load balancing can be disabled by setting the bond-rebalance-interval
546           to zero.
547     - OpenFlow:
548         - Added support for bitwise matching on TCP and UDP ports.
549           See ovs-ofctl(8) for more information.
550         - NXM flow dumps now include times elapsed toward idle and hard
551           timeouts.
552         - Added an OpenFlow extension NXT_SET_ASYNC_CONFIG that allows
553           controllers more precise control over which OpenFlow messages they
554           receive asynchronously.
555         - New "fin_timeout" action.
556         - Added "fin_timeout" support to "learn" action.
557     - The default MAC learning timeout has been increased from 60 seconds
558       to 300 seconds.  The MAC learning timeout is now configurable.
559     - When QoS settings for an interface do not configure a default queue
560       (queue 0), Open vSwitch now uses a default configuration for that
561       queue, instead of dropping all packets as in previous versions.
562     - Logging to console and file will have UTC timestamp as a default for all
563       the daemons. An example of the default format is 2012-01-27T16:35:17Z.
564       ovs-appctl can be used to change the default format as before.
565     - New support for limiting the number of flows in an OpenFlow flow
566       table, with configurable policy for evicting flows upon
567       overflow.  See the Flow_Table table in ovs-vswitch.conf.db(5)
568       for more information.
569     - New "enable-async-messages" column in the Controller table.  If set to
570       false, OpenFlow connections to the controller will initially have all
571       asynchronous messages disabled, overriding normal OpenFlow behavior.
572     - ofproto-provider interface:
573         - "struct rule" has a new member "used" that ofproto implementations
574           should maintain by updating with ofproto_rule_update_used().
575     - ovsdb-client:
576         - The new option --timestamp causes the "monitor" command to print
577           a timestamp with every update.
578     - CFM module CCM broadcasts can now be tagged with an 802.1p priority.
579
580  -- Open vSwitch team <dev@openvswitch.org>  Fri, 24 Feb 2012 11:12:48 +0900
581
582 openvswitch (1.5.0-1) unstable; urgency=low
583   [ Open vSwitch team ]
584   * New upstream version
585     - OpenFlow:
586         - Added support for querying, modifying, and deleting flows
587           based on flow cookie when using NXM.
588         - Added new NXM_PACKET_IN format.
589     - ovs-ofctl:
590         - Added daemonization support to the monitor and snoop commands.
591     - ovs-vsctl:
592         - The "find" command supports new set relational operators
593           {=}, {!=}, {<}, {>}, {<=}, and {>=}.
594     - ovsdb-tool now uses the typical database and schema installation
595       directories as defaults.
596
597  -- Open vSwitch team <dev@openvswitch.org>  Fri, 01 June 2012 13:06:00 +0900
598
599 openvswitch (1.4.0+git20120426-1) unstable; urgency=low
600
601   * New upstream release fixing the following bugs:
602     o Broken log rotation.
603     o Use-after-free error when ports disappear.
604     o Minor memory leaks.
605     o Testsuite failures on big-endian architectures.
606
607  -- Ben Pfaff <pfaffben@debian.org>  Thu, 26 Apr 2012 13:46:55 -0700
608
609 openvswitch (1.4.0+git20120321-1) unstable; urgency=low
610
611   * New upstream version including:
612     o Features:
613       - ovs-vsctl: Allow "fake bridges" to be created for VLAN 0.
614       - vswitchd: Make the MAC entry aging time configurable.
615       - mac-learning: Increase MAC learning timeout to 300 seconds.
616     o Bug fixes:
617       - netdev-linux: Fix use-after-free when netdev_dump_queues() deletes
618         queues.
619       - netlink-socket: Increase Netlink socket receive buffer size.
620       - ofproto: Fix code that keeps track of MTU.
621       - ovs-monitor-ipsec: Detect correctly IPSEC configuration changes
622       - bond: Incorrectly reported an error in appctl.
623       - socket-util: Unlink Unix domain sockets that bind but fail to connect.
624       - bridge: Remove unwanted ports at time of ofproto creation.
625       - dpif-linux: Make dpif_linux_port_query_by_name() query only one
626         datapath.
627       - ofproto-dpif: Cleanup STP on ports when disabled on their bridge.
628       - configure: Try to extract kernel source directory from build Makefile.
629       - vswitchd: Always configure a default queue for QoS.
630       - ofproto-dpif: Don't output to in_port even if in_port is OFPP_LOCAL.
631       - sflow_agent: Use snprintf() in place of sprintf().
632     o Packaging:
633       - Move PKI directory to FHS-compliant location.  Closes: #661090.
634         Thanks to Andreas Beckmann <debian@abeckmann.de> for reporting
635         this bug.
636       - Use a different way to avoid failing install without kernel module.
637       - Avoid unit test failure when doing "unofficial" builds.
638       - Bump standards-version to 3.9.3.
639       - Remove some useless files from the dkms package.
640       - Clean .pyc files in "clean" target.
641       - Remove po-debconf build dependency.
642       - Build-depend on python-all to pull in all Python versions.
643       - Add missing ${python:Depends} to openvswitch-test package.
644       - Improve long descriptions so as to better describe the packages.
645       - Bump debhelper compat level to 8 and make build-depends consistent.
646       - Fix exit status of openvswitch-switch init script "status" command.
647       - Use provided kernel source dir instead of host kernel version.
648       - Do not run "make" if "configure" fails during DKMS build.
649       - Look in /lib/modules instead of /usr/src for DKMS kernel sources.
650       - Fix dependencies for openvswitch-datapath-dkms package.
651       - Don't install Python modules for obsolete Python versions.
652       - Add dependency on ${misc:Depends} to openvswitch-test
653     o Documentation improvements:
654       - ovsdb-doc: Use minus sign in negative numbers in nroff output.
655       - ovsdb-doc: Convert '-' preceding a number as a minus sign, not a
656         hyphen.
657       - ovsdb-doc: Put NAME section into generated manpage.
658       - Fix typo in manpage.
659       - vswitchd: Document behavior of 802.1p priorities with VLAN splinters.
660       - netdev: Fix typo in error message.
661       - INSTALL.Linux: minor typo
662
663   * Many thanks to Thomas Goirand <zigo@debian.org> for contributing many
664     of the packaging fixes listed above.
665
666   * This version fixes most of the lintian errors described in bug
667     #663051, but a few remain, so this upload does not close that bug.  I
668     believe that this upload should be suitable for downgrading that bug's
669     severity.
670
671  -- Ben Pfaff <pfaffben@debian.org>  Wed, 21 Mar 2012 10:00:28 -0700
672
673 openvswitch (1.4.0-2+nmu1) unstable; urgency=low
674
675   * Non maintainer upload.
676   * Removes all patches in debian/patches, because they are patching stuff
677   inconditionally in debian/*, and this should be applied by default.
678   * Uses the correct ${kernel_source_dir} in debian/dkms.conf.in, so that
679   the kernel module builds as expected (Closes: #659685).
680
681  -- Thomas Goirand <zigo@debian.org>  Thu, 08 Mar 2012 08:46:24 +0000
682
683 openvswitch (1.4.0-2) unstable; urgency=low
684
685   * Use explicit DKMS variable for kernel source directory
686     - 0001-debian-Fix-dependencies-for-openvswitch-datapath-dkm.patch
687     - 0002-debian-Look-in-lib-modules-instead-of-usr-src-for-DK.patch
688     - 0001-debian-Use-provided-kernel-source-dir.patch
689     - 0001-debian-Do-not-run-make-if-configure-fails-during-DKM.patch
690     - (closes: #659685)
691   * Don't install Python modules for obsolete Python versions
692     - 0001-debian-Don-t-install-Python-modules-for-obsolete-Pyt.patch
693
694  -- Simon Horman <horms@debian.org>  Tue, 14 Feb 2012 11:43:13 +0900
695
696 openvswitch (1.4.0-1) unstable; urgency=low
697   [ Open vSwitch team ]
698   * New upstream version
699     - Compatible with Open vSwitch kernel module included in Linux 3.3.
700     - New "VLAN splinters" feature to work around buggy device drivers
701       in old Linux versions.  (This feature is deprecated.  When
702       broken device drivers are no longer in widespread use, we will
703       delete this feature.)  See ovs-vswitchd.conf.db(5) for more
704       information.
705     - OpenFlow:
706        - Added ability to match on IPv6 flow label through NXM.
707        - Added ability to match on ECN bits in IPv4 and IPv6 through NXM.
708        - Added ability to match on TTL in IPv4 and IPv6 through NXM.
709        - Added ability to modify ECN bits in IPv4.
710        - Added ability to modify TTL in IPv4.
711     - ovs-vswitchd:
712        - Don't require the "normal" action to use mirrors.  Traffic will
713          now be properly mirrored for any flows, regardless of their
714          actions.
715        - Track packet and byte statistics sent on mirrors.
716     - ovs-appctl:
717       - New "fdb/flush" command to flush bridge's MAC learning table.
718     - ovs-test:
719       - A new distributed testing tool that allows one to diagnose performance
720         and connectivity issues. This tool currently is not included in RH or
721         Xen packages.
722     - RHEL packaging now supports integration with Red Hat network scripts.
723     - Debian: Depend on python (>= 2.7) | python-argparse instead of
724               python-argparse to avoid pulling in python2.6
725               (closes: #653645)
726
727  -- Open vSwitch team <dev@openvswitch.org>  Mon, 30 Jan 2012 23:36:00 +0000
728
729 openvswitch (1.3.0-1) unstable; urgency=low
730   [ Open vSwitch team ]
731   * New upstream version
732     - OpenFlow:
733       - Added an OpenFlow extension which allows the "output" action to accept
734         NXM fields.
735       - Added an OpenFlow extension for flexible learning.
736       - Bumped number of NXM registers from four to five.
737     - ovs-appctl:
738       - New "version" command to determine version of running daemon.
739       - If no argument is provided for "cfm/show", displays detailed
740         information about all interfaces with CFM enabled.
741       - If no argument is provided for "lacp/show", displays detailed
742         information about all ports with LACP enabled.
743     - ovs-vswitchd:
744       - The software switch now supports 255 OpenFlow tables, instead
745         of just one.  By default, only table 0 is consulted, but the
746         new NXAST_RESUBMIT_TABLE action can look up in additional
747         tables.  Tables 128 and above are reserved for use by the
748         switch itself; please use only tables 0 through 127.
749       - Add support for 802.1D spanning tree (STP).
750     - Fragment handling extensions:
751       - New OFPC_FRAG_NX_MATCH fragment handling mode, in which L4
752         fields are made available for matching in fragments with
753         offset 0.
754       - New NXM_NX_IP_FRAG match field for matching IP fragments (usable
755         via "ip_frag" in ovs-ofctl).
756       - New ovs-ofctl "get-frags" and "set-frags" commands to get and set
757         fragment handling policy.
758     - CAPWAP tunneling now supports an extension to transport a 64-key.  By
759       default it remains compatible with the old version and other
760       standards-based implementations.
761     - Flow setups are now processed in a round-robin manner across ports
762       to prevent any single client from monopolizing the CPU and conducting
763       a denial of service attack.
764     - Added support for native VLAN tagging.  A new "vlan_mode"
765       parameter can be set for "port". Possible values: "access",
766       "trunk", "native-tagged" and "native-untagged".
767     - test-openflowd has been removed.  Please use ovs-vswitchd instead.
768
769  -- Open vSwitch team <dev@openvswitch.org>  Mon, 09 Dec 2011 23:36:00 +0000
770
771 openvswitch (1.2.0-1) unstable; urgency=low
772
773   [ Open vSwitch team ]
774   * New upstream version
775     - New "ofproto" abstraction layer to ease porting to hardware
776       switching ASICs.
777     - Packaging for Red Hat Enterprise Linux 5.6 and 6.0.
778     - Datapath support for Linux kernels up to 3.0.
779     - OpenFlow:
780       - New "bundle" and "bundle_load" action extensions.
781     - Database:
782       - Implement table unique constraints.
783       - Support cooperative locking between callers.
784     - ovs-dpctl:
785       - New "-s" option for "show" command prints packet and byte
786         counters for each port.
787     - ovs-ofctl:
788       - New "--readd" option for "replace-flows".
789     - ovs-vsctl:
790       - New "show" command to print an overview of configuration.
791       - New "comment" command to add remark that explains intentions.
792     - ovs-brcompatd has been rewritten to fix long-standing bugs.
793     - ovs-openflowd has been renamed test-openflowd and moved into the
794       tests directory.  Its presence confused too many users.  Please
795       use ovs-vswitchd instead.
796     - New ovs-benchmark utility to test flow setup performance.
797     - A new log level "off" has been added.  Configuring a log facility
798       "off" prevents any messages from being logged to it.  Previously,
799       "emer" was effectively "off" because no messages were ever logged at
800       level "emer".  Now, errors that cause a process to exit are logged
801       at "emer" level.
802     - "configure" option --with-l26 has been renamed --with-linux, and
803       --with-l26-source has been renamed --with-linux-source.  The old
804       names will be removed after the next release, so please update
805       your scripts.
806     - The "-2.6" suffix has been dropped from the datapath/linux-2.6 and
807       datapath/linux-2.6/compat-2.6 directories.
808     - Feature removals:
809       - Dropped support for "tun_id_from_cookie" OpenFlow extension.
810         Please use the extensible match extensions instead.
811       - Removed the Maintenance_Point and Monitor tables in an effort
812         to simplify 802.1ag configuration.
813     - Performance and scalability improvements
814     - Bug fixes
815
816  -- Open vSwitch team <dev@openvswitch.org>  Wed, 03 Aug 2011 14:43:00 +0000
817
818 openvswitch (1.1.1-1) unstable; urgency=low
819
820   [ Open vSwitch team ]
821   * Bug fixes.
822
823   [ Simon Horman ]
824   * docs: Suppress warning marcro DD not defined
825     (upstream commit 58f870d0)
826   * debian: Make openvswitch depend on Python
827     (upstream commit aa41cb61)
828   * debian: Don't begin openvswitch-pki description with article.
829     (upstream commit bc6bb66)
830   * Debian: Add ${misc:Depends} dependency to python-openvswitch
831   * Debian: Update standards version from 3.9.1 to 3.9.2
832   * Debian: ${source:Version} dependency on python openvswitch
833   * Debian: ${source:Version} dependency for python openvswitch
834   * Switch to dpkg-source 3.0 (quilt) format
835     - For local non-debian/ patches (above)
836
837  -- Simon Horman <horms@debian.org>  Wed, 15 Jun 2011 10:46:15 +0900
838     
839 openvswitch (1.1.0-1) unstable; urgency=low
840
841   [ Open vSwitch team ]
842   * New upstream version
843     - Ability to define policies over IPv6
844     - LACP
845     - 802.1ag CCM
846     - Support for extensible match extensions to OpenFlow
847     - QoS:
848       - Support for HFSC qdisc.
849       - Queue used by in-band control can now be configured.
850     - Kernel:
851       - Kernel<->userspace interface has been reworked and should be
852         close to a stable ABI now.
853       - "Port group" concept has been dropped.
854     - GRE over IPSEC tunnels
855     - Bonding:
856       - New active backup bonding mode.
857       - New L4 hashing support when LACP is enabled.
858       - Source MAC hash now includes VLAN field also.
859       - miimon support.
860     - Greatly improved handling of large flow tables
861     - ovs-dpctl:
862       - "show" command now prints full vport configuration.
863       - "dump-groups" command removed since kernel support for
864         port groups was dropped.
865     - ovs-vsctl:
866       - New commands for working with the new Managers table.
867       - "list" command enhanced with new formatting options and --columns
868         option.
869       - "get" command now accepts new --id option.
870       - New "find" command.
871     - ovs-ofctl:
872       - New "queue-stats" command for printing queue stats.
873       - New commands "replace-flows" and "diff-flows".
874       - Commands to add and remove flows can now read from files.
875       - New --flow-format option to enable or disable NXM.
876       - New --more option to increase OpenFlow message verbosity.
877       - Removed "tun-cookie" command, which is no longer useful.
878     - ovs-controller enhancements for testing various features.
879     - New ovs-vlan-test command for testing for Linux kernel driver VLAN
880       bugs.  New ovs-vlan-bug-workaround command for enabling and
881       disabling a workaround for these driver bugs.
882     - OpenFlow support:
883       - "Resubmit" actions now update flow statistics. 
884       - New "register" extension for use in matching and actions, via NXM.
885       - New "multipath" experimental action extension.
886       - New support for matching multicast Ethernet frames, via NXM.
887       - New extension for OpenFlow vendor error codes.
888       - New extension to set the QoS output queue without actually
889         sending to an output port.
890       - Open vSwitch now reports a single flow table, instead of
891         separate hash and wildcard tables.  This better models the
892         current implementation.
893       - New experimental "note" action.
894       - New "ofproto/trace" ovs-appctl command and associated utilities
895         to ease debugging complex flow tables.
896     - Database:
897       - Schema documentation now includes an entity-relationship diagram.
898       - The database is now garbage collected.  In most tables,
899         unreferenced rows will be deleted automatically.
900       - Many tables now include statistics updated periodically by
901         ovs-vswitchd or ovsdb-server.
902       - Every table now has an "external-ids" column for use by OVS
903         integrators.
904       - There is no default controller anymore.  Each bridge must have its
905         controller individually specified.
906       - The "fail-mode" is now a property of a Bridge instead of a Controller.
907       - New versioning and checksum features.
908       - New Managers table and manager_options column in Open_vSwitch table
909         for specifying managers.  The old "managers" column in the
910         Open_vSwitch table has been removed.
911       - Many "name" columns are now immutable.
912     - Feature removals:
913       - Dropped support for XenServer pre-5.6.100.
914       - Dropped support for Linux pre-2.6.18.
915       - Dropped controller discovery support.
916       - Dropped "ovs-ofctl status" and the OpenFlow extension that it used.
917         Statistics reporting in the database is a rough equivalent.
918       - Dropped the "corekeeper" package (now separate, at
919         http://openvswitch.org/cgi-bin/gitweb.cgi?p=corekeeper).
920     - Performance and scalability improvements
921     - Bug fixes
922
923   [ Simon Horman ]
924   * Add the following fixes from upstream branch-1.1
925     - 7f1aca9 dpif-linux: Avoid logging error on ENOENT in
926               dpif_linux_is_internal_device().
927     - 8996f83 dpif-linux: Avoid segfault on netdev_get_stats() without kernel
928               module.
929     - 002d4a3 vswitch: Improve schema documentation.
930     - 58bd294 cfm: Fix broken fault logic.
931     - c042664 bridge: Run once before configuring CFM.
932    * Switch to dpkg-source 3.0 (quilt) format
933
934  -- Simon Horman <horms@debian.org>  Wed, 27 Apr 2011 17:11:10 +0900
935
936 openvswitch (1.1.0~pre2.g2.ea763e0e-1) unstable; urgency=low
937
938   * Git snapshot, including
939     - tests: Fix Y2011 bug in testsuite
940       (closes: #609506)
941
942  -- Simon Horman <horms@debian.org>  Wed, 12 Jan 2011 08:34:35 +0900
943
944 openvswitch (1.1.0~pre2.g1.bbe8d06e-1) unstable; urgency=low
945
946   * Git snaptshot
947
948  -- Simon Horman <horms@debian.org>  Thu, 06 Jan 2011 11:11:55 +0900
949
950 openvswitch (1.1.0~pre2-5) unstable; urgency=low
951
952   * Open vSwitch only works on Linux so set
953     the Architecture of binary packages to linux-any accordingly
954
955  -- Simon Horman <horms@debian.org>  Tue, 23 Nov 2010 07:55:19 +0900
956
957 openvswitch (1.1.0~pre2-4) unstable; urgency=low
958
959   * Add procps to Build-Depends
960     (closes: #602891)
961
962  -- Simon Horman <horms@debian.org>  Tue, 16 Nov 2010 06:46:17 +0900
963
964 openvswitch (1.1.0~pre2-3) unstable; urgency=low
965
966   * Remove the corekeeper package as it isn't strongly related
967     to Open vSwitch. It has subsequently been broken off into
968     a separate source repository and may be uploaded as its
969     own debian source package.
970     http://openvswitch.org/cgi-bin/gitweb.cgi?p=corekeeper;a=summary
971     (closes: #602946)
972   * Avoid the use of long socket names.
973     (closes: #602891, closes: #602911)
974
975  -- Simon Horman <horms@debian.org>  Thu, 11 Nov 2010 06:35:05 +0900
976
977 openvswitch (1.1.0~pre2-2) unstable; urgency=low
978
979   * Clarify licensing of files in xenserver/
980
981  -- Simon Horman <horms@debian.org>  Thu, 23 Sep 2010 10:56:18 +0900
982
983 openvswitch (1.1.0~pre2-1) unstable; urgency=low
984
985   * New upstream version
986     - Bug fixes
987
988  -- Simon Horman <horms@debian.org>  Wed, 15 Sep 2010 18:28:59 +0900
989
990 openvswitch (1.1.0~pre1-1) unstable; urgency=low
991
992   * New upstream version
993     - OpenFlow 1.0 slicing (QoS) functionality
994     - Python bindings for configuration database (no write support)
995     - Performance and scalability improvements
996     - Bug fixes
997
998  -- Open vSwitch team <dev@openvswitch.org>  Tue, 31 Aug 2010 23:20:00 +0000
999
1000 openvswitch (1.0.1-1) unstable; urgency=low
1001
1002   * New upstream version.
1003
1004  -- Open vSwitch team <dev@openvswitch.org>  Mon, 17 May 2010 10:36:00 +0000