Update dates and notes for 1.6.1 release.
[sliver-openvswitch.git] / debian / changelog
1 openvswitch (1.7.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>  Mon, 07 May 2012 14:14:52 +0900
7
8 openvswitch (1.7.0-1) unstable; urgency=low
9   [ Open vSwitch team ]
10   * New upstream version
11     - kernel modules are renamed. openvswitch_mod.ko is now
12       openvswitch.ko and brcompat_mod.ko is now brcompat.ko.
13     - Increased the number of NXM registers to 8.
14     - Added ability to configure dscp setting for manager and controller
15       connections.  By default, these connections have a DSCP value of
16       Internetwork Control (0xc0).
17     - Added the granular link health statistics, 'cfm_health', to an
18       interface.
19     - OpenFlow:
20         - Added support to mask nd_target for ICMPv6 neighbor discovery flows.
21         - Added support for OpenFlow 1.3 port description (OFPMP_PORT_DESC)
22           multipart messages.
23     - ovs-ofctl:
24         - Added the "dump-ports-desc" command to retrieve port
25           information using the new port description multipart messages.
26     - ovs-test:
27         - Added support for spawning ovs-test server from the client.
28         - Now ovs-test is able to automatically create test bridges and ports.
29     - "ovs-dpctl dump-flows" now prints observed TCP flags in TCP flows.
30     - The "coverage/log" command previously available through ovs-appctl
31       has been replaced by "coverage/show".  The new command replies with
32       coverage counter values, instead of logging them.
33
34  -- Open vSwitch team <dev@openvswitch.org>  Mon, 07 May 2012 14:11:52 +0900
35
36 openvswitch (1.6.1-1) unstable; urgency=low
37   [ Open vSwitch team ]
38   * New upstream version
39     - Allow OFPP_CONTROLLER as the in_port for packet-out messages.
40
41  -- Open vSwitch team <dev@openvswitch.org>  Mon, 25 Jun 2012 13:52:17 +0900
42
43 openvswitch (1.6.0-1) unstable; urgency=low
44   [ Open vSwitch team ]
45   * New upstream version
46     - bonding
47         - LACP bonds no longer fall back to balance-slb when negotiations fail.
48           Instead they drop traffic.
49         - The default bond_mode changed from SLB to active-backup, to protect
50           unsuspecting users from the significant risks of SLB bonds (which are
51           documented in vswitchd/INTERNALS).
52         - Load balancing can be disabled by setting the bond-rebalance-interval
53           to zero.
54     - OpenFlow:
55         - Added support for bitwise matching on TCP and UDP ports.
56           See ovs-ofctl(8) for more information.
57         - NXM flow dumps now include times elapsed toward idle and hard
58           timeouts.
59         - Added an OpenFlow extension NXT_SET_ASYNC_CONFIG that allows
60           controllers more precise control over which OpenFlow messages they
61           receive asynchronously.
62         - New "fin_timeout" action.
63         - Added "fin_timeout" support to "learn" action.
64     - The default MAC learning timeout has been increased from 60 seconds
65       to 300 seconds.  The MAC learning timeout is now configurable.
66     - When QoS settings for an interface do not configure a default queue
67       (queue 0), Open vSwitch now uses a default configuration for that
68       queue, instead of dropping all packets as in previous versions.
69     - Logging to console and file will have UTC timestamp as a default for all
70       the daemons. An example of the default format is 2012-01-27T16:35:17Z.
71       ovs-appctl can be used to change the default format as before.
72     - New support for limiting the number of flows in an OpenFlow flow
73       table, with configurable policy for evicting flows upon
74       overflow.  See the Flow_Table table in ovs-vswitch.conf.db(5)
75       for more information.
76     - New "enable-async-messages" column in the Controller table.  If set to
77       false, OpenFlow connections to the controller will initially have all
78       asynchronous messages disabled, overriding normal OpenFlow behavior.
79     - ofproto-provider interface:
80         - "struct rule" has a new member "used" that ofproto implementations
81           should maintain by updating with ofproto_rule_update_used().
82     - ovsdb-client:
83         - The new option --timestamp causes the "monitor" command to print
84           a timestamp with every update.
85     - CFM module CCM broadcasts can now be tagged with an 802.1p priority.
86
87  -- Open vSwitch team <dev@openvswitch.org>  Fri, 24 Feb 2012 11:12:48 +0900
88
89 openvswitch (1.5.0-1) unstable; urgency=low
90   [ Open vSwitch team ]
91   * New upstream version
92     - OpenFlow:
93         - Added support for querying, modifying, and deleting flows
94           based on flow cookie when using NXM.
95         - Added new NXM_PACKET_IN format.
96     - ovs-ofctl:
97         - Added daemonization support to the monitor and snoop commands.
98     - ovs-vsctl:
99         - The "find" command supports new set relational operators
100           {=}, {!=}, {<}, {>}, {<=}, and {>=}.
101     - ovsdb-tool now uses the typical database and schema installation
102       directories as defaults.
103
104  -- Open vSwitch team <dev@openvswitch.org>  Fri, 01 June 2012 13:06:00 +0900
105
106 openvswitch (1.4.0+git20120426-1) unstable; urgency=low
107
108   * New upstream release fixing the following bugs:
109     o Broken log rotation.
110     o Use-after-free error when ports disappear.
111     o Minor memory leaks.
112     o Testsuite failures on big-endian architectures.
113
114  -- Ben Pfaff <pfaffben@debian.org>  Thu, 26 Apr 2012 13:46:55 -0700
115
116 openvswitch (1.4.0+git20120321-1) unstable; urgency=low
117
118   * New upstream version including:
119     o Features:
120       - ovs-vsctl: Allow "fake bridges" to be created for VLAN 0.
121       - vswitchd: Make the MAC entry aging time configurable.
122       - mac-learning: Increase MAC learning timeout to 300 seconds.
123     o Bug fixes:
124       - netdev-linux: Fix use-after-free when netdev_dump_queues() deletes
125         queues.
126       - netlink-socket: Increase Netlink socket receive buffer size.
127       - ofproto: Fix code that keeps track of MTU.
128       - ovs-monitor-ipsec: Detect correctly IPSEC configuration changes
129       - bond: Incorrectly reported an error in appctl.
130       - socket-util: Unlink Unix domain sockets that bind but fail to connect.
131       - bridge: Remove unwanted ports at time of ofproto creation.
132       - dpif-linux: Make dpif_linux_port_query_by_name() query only one
133         datapath.
134       - ofproto-dpif: Cleanup STP on ports when disabled on their bridge.
135       - configure: Try to extract kernel source directory from build Makefile.
136       - vswitchd: Always configure a default queue for QoS.
137       - ofproto-dpif: Don't output to in_port even if in_port is OFPP_LOCAL.
138       - sflow_agent: Use snprintf() in place of sprintf().
139     o Packaging:
140       - Move PKI directory to FHS-compliant location.  Closes: #661090.
141         Thanks to Andreas Beckmann <debian@abeckmann.de> for reporting
142         this bug.
143       - Use a different way to avoid failing install without kernel module.
144       - Avoid unit test failure when doing "unofficial" builds.
145       - Bump standards-version to 3.9.3.
146       - Remove some useless files from the dkms package.
147       - Clean .pyc files in "clean" target.
148       - Remove po-debconf build dependency.
149       - Build-depend on python-all to pull in all Python versions.
150       - Add missing ${python:Depends} to openvswitch-test package.
151       - Improve long descriptions so as to better describe the packages.
152       - Bump debhelper compat level to 8 and make build-depends consistent.
153       - Fix exit status of openvswitch-switch init script "status" command.
154       - Use provided kernel source dir instead of host kernel version.
155       - Do not run "make" if "configure" fails during DKMS build.
156       - Look in /lib/modules instead of /usr/src for DKMS kernel sources.
157       - Fix dependencies for openvswitch-datapath-dkms package.
158       - Don't install Python modules for obsolete Python versions.
159       - Add dependency on ${misc:Depends} to openvswitch-test
160     o Documentation improvements:
161       - ovsdb-doc: Use minus sign in negative numbers in nroff output.
162       - ovsdb-doc: Convert '-' preceding a number as a minus sign, not a
163         hyphen.
164       - ovsdb-doc: Put NAME section into generated manpage.
165       - Fix typo in manpage.
166       - vswitchd: Document behavior of 802.1p priorities with VLAN splinters.
167       - netdev: Fix typo in error message.
168       - INSTALL.Linux: minor typo
169
170   * Many thanks to Thomas Goirand <zigo@debian.org> for contributing many
171     of the packaging fixes listed above.
172
173   * This version fixes most of the lintian errors described in bug
174     #663051, but a few remain, so this upload does not close that bug.  I
175     believe that this upload should be suitable for downgrading that bug's
176     severity.
177
178  -- Ben Pfaff <pfaffben@debian.org>  Wed, 21 Mar 2012 10:00:28 -0700
179
180 openvswitch (1.4.0-2+nmu1) unstable; urgency=low
181
182   * Non maintainer upload.
183   * Removes all patches in debian/patches, because they are patching stuff
184   inconditionally in debian/*, and this should be applied by default.
185   * Uses the correct ${kernel_source_dir} in debian/dkms.conf.in, so that
186   the kernel module builds as expected (Closes: #659685).
187
188  -- Thomas Goirand <zigo@debian.org>  Thu, 08 Mar 2012 08:46:24 +0000
189
190 openvswitch (1.4.0-2) unstable; urgency=low
191
192   * Use explicit DKMS variable for kernel source directory
193     - 0001-debian-Fix-dependencies-for-openvswitch-datapath-dkm.patch
194     - 0002-debian-Look-in-lib-modules-instead-of-usr-src-for-DK.patch
195     - 0001-debian-Use-provided-kernel-source-dir.patch
196     - 0001-debian-Do-not-run-make-if-configure-fails-during-DKM.patch
197     - (closes: #659685)
198   * Don't install Python modules for obsolete Python versions
199     - 0001-debian-Don-t-install-Python-modules-for-obsolete-Pyt.patch
200
201  -- Simon Horman <horms@debian.org>  Tue, 14 Feb 2012 11:43:13 +0900
202
203 openvswitch (1.4.0-1) unstable; urgency=low
204   [ Open vSwitch team ]
205   * New upstream version
206     - Compatible with Open vSwitch kernel module included in Linux 3.3.
207     - New "VLAN splinters" feature to work around buggy device drivers
208       in old Linux versions.  (This feature is deprecated.  When
209       broken device drivers are no longer in widespread use, we will
210       delete this feature.)  See ovs-vswitchd.conf.db(5) for more
211       information.
212     - OpenFlow:
213        - Added ability to match on IPv6 flow label through NXM.
214        - Added ability to match on ECN bits in IPv4 and IPv6 through NXM.
215        - Added ability to match on TTL in IPv4 and IPv6 through NXM.
216        - Added ability to modify ECN bits in IPv4.
217        - Added ability to modify TTL in IPv4.
218     - ovs-vswitchd:
219        - Don't require the "normal" action to use mirrors.  Traffic will
220          now be properly mirrored for any flows, regardless of their
221          actions.
222        - Track packet and byte statistics sent on mirrors.
223     - ovs-appctl:
224       - New "fdb/flush" command to flush bridge's MAC learning table.
225     - ovs-test:
226       - A new distributed testing tool that allows one to diagnose performance
227         and connectivity issues. This tool currently is not included in RH or
228         Xen packages.
229     - RHEL packaging now supports integration with Red Hat network scripts.
230     - Debian: Depend on python (>= 2.7) | python-argparse instead of
231               python-argparse to avoid pulling in python2.6
232               (closes: #653645)
233
234  -- Open vSwitch team <dev@openvswitch.org>  Mon, 30 Jan 2012 23:36:00 +0000
235
236 openvswitch (1.3.0-1) unstable; urgency=low
237   [ Open vSwitch team ]
238   * New upstream version
239     - OpenFlow:
240       - Added an OpenFlow extension which allows the "output" action to accept
241         NXM fields.
242       - Added an OpenFlow extension for flexible learning.
243       - Bumped number of NXM registers from four to five.
244     - ovs-appctl:
245       - New "version" command to determine version of running daemon.
246       - If no argument is provided for "cfm/show", displays detailed
247         information about all interfaces with CFM enabled.
248       - If no argument is provided for "lacp/show", displays detailed
249         information about all ports with LACP enabled.
250     - ovs-vswitchd:
251       - The software switch now supports 255 OpenFlow tables, instead
252         of just one.  By default, only table 0 is consulted, but the
253         new NXAST_RESUBMIT_TABLE action can look up in additional
254         tables.  Tables 128 and above are reserved for use by the
255         switch itself; please use only tables 0 through 127.
256       - Add support for 802.1D spanning tree (STP).
257     - Fragment handling extensions:
258       - New OFPC_FRAG_NX_MATCH fragment handling mode, in which L4
259         fields are made available for matching in fragments with
260         offset 0.
261       - New NXM_NX_IP_FRAG match field for matching IP fragments (usable
262         via "ip_frag" in ovs-ofctl).
263       - New ovs-ofctl "get-frags" and "set-frags" commands to get and set
264         fragment handling policy.
265     - CAPWAP tunneling now supports an extension to transport a 64-key.  By
266       default it remains compatible with the old version and other
267       standards-based implementations.
268     - Flow setups are now processed in a round-robin manner across ports
269       to prevent any single client from monopolizing the CPU and conducting
270       a denial of service attack.
271     - Added support for native VLAN tagging.  A new "vlan_mode"
272       parameter can be set for "port". Possible values: "access",
273       "trunk", "native-tagged" and "native-untagged".
274     - test-openflowd has been removed.  Please use ovs-vswitchd instead.
275
276  -- Open vSwitch team <dev@openvswitch.org>  Mon, 09 Dec 2011 23:36:00 +0000
277
278 openvswitch (1.2.0-1) unstable; urgency=low
279
280   [ Open vSwitch team ]
281   * New upstream version
282     - New "ofproto" abstraction layer to ease porting to hardware
283       switching ASICs.
284     - Packaging for Red Hat Enterprise Linux 5.6 and 6.0.
285     - Datapath support for Linux kernels up to 3.0.
286     - OpenFlow:
287       - New "bundle" and "bundle_load" action extensions.
288     - Database:
289       - Implement table unique constraints.
290       - Support cooperative locking between callers.
291     - ovs-dpctl:
292       - New "-s" option for "show" command prints packet and byte
293         counters for each port.
294     - ovs-ofctl:
295       - New "--readd" option for "replace-flows".
296     - ovs-vsctl:
297       - New "show" command to print an overview of configuration.
298       - New "comment" command to add remark that explains intentions.
299     - ovs-brcompatd has been rewritten to fix long-standing bugs.
300     - ovs-openflowd has been renamed test-openflowd and moved into the
301       tests directory.  Its presence confused too many users.  Please
302       use ovs-vswitchd instead.
303     - New ovs-benchmark utility to test flow setup performance.
304     - A new log level "off" has been added.  Configuring a log facility
305       "off" prevents any messages from being logged to it.  Previously,
306       "emer" was effectively "off" because no messages were ever logged at
307       level "emer".  Now, errors that cause a process to exit are logged
308       at "emer" level.
309     - "configure" option --with-l26 has been renamed --with-linux, and
310       --with-l26-source has been renamed --with-linux-source.  The old
311       names will be removed after the next release, so please update
312       your scripts.
313     - The "-2.6" suffix has been dropped from the datapath/linux-2.6 and
314       datapath/linux-2.6/compat-2.6 directories.
315     - Feature removals:
316       - Dropped support for "tun_id_from_cookie" OpenFlow extension.
317         Please use the extensible match extensions instead.
318       - Removed the Maintenance_Point and Monitor tables in an effort
319         to simplify 802.1ag configuration.
320     - Performance and scalability improvements
321     - Bug fixes
322
323  -- Open vSwitch team <dev@openvswitch.org>  Wed, 03 Aug 2011 14:43:00 +0000
324
325 openvswitch (1.1.1-1) unstable; urgency=low
326
327   [ Open vSwitch team ]
328   * Bug fixes.
329
330   [ Simon Horman ]
331   * docs: Suppress warning marcro DD not defined
332     (upstream commit 58f870d0)
333   * debian: Make openvswitch depend on Python
334     (upstream commit aa41cb61)
335   * debian: Don't begin openvswitch-pki description with article.
336     (upstream commit bc6bb66)
337   * Debian: Add ${misc:Depends} dependency to python-openvswitch
338   * Debian: Update standards version from 3.9.1 to 3.9.2
339   * Debian: ${source:Version} dependency on python openvswitch
340   * Debian: ${source:Version} dependency for python openvswitch
341   * Switch to dpkg-source 3.0 (quilt) format
342     - For local non-debian/ patches (above)
343
344  -- Simon Horman <horms@debian.org>  Wed, 15 Jun 2011 10:46:15 +0900
345     
346 openvswitch (1.1.0-1) unstable; urgency=low
347
348   [ Open vSwitch team ]
349   * New upstream version
350     - Ability to define policies over IPv6
351     - LACP
352     - 802.1ag CCM
353     - Support for extensible match extensions to OpenFlow
354     - QoS:
355       - Support for HFSC qdisc.
356       - Queue used by in-band control can now be configured.
357     - Kernel:
358       - Kernel<->userspace interface has been reworked and should be
359         close to a stable ABI now.
360       - "Port group" concept has been dropped.
361     - GRE over IPSEC tunnels
362     - Bonding:
363       - New active backup bonding mode.
364       - New L4 hashing support when LACP is enabled.
365       - Source MAC hash now includes VLAN field also.
366       - miimon support.
367     - Greatly improved handling of large flow tables
368     - ovs-dpctl:
369       - "show" command now prints full vport configuration.
370       - "dump-groups" command removed since kernel support for
371         port groups was dropped.
372     - ovs-vsctl:
373       - New commands for working with the new Managers table.
374       - "list" command enhanced with new formatting options and --columns
375         option.
376       - "get" command now accepts new --id option.
377       - New "find" command.
378     - ovs-ofctl:
379       - New "queue-stats" command for printing queue stats.
380       - New commands "replace-flows" and "diff-flows".
381       - Commands to add and remove flows can now read from files.
382       - New --flow-format option to enable or disable NXM.
383       - New --more option to increase OpenFlow message verbosity.
384       - Removed "tun-cookie" command, which is no longer useful.
385     - ovs-controller enhancements for testing various features.
386     - New ovs-vlan-test command for testing for Linux kernel driver VLAN
387       bugs.  New ovs-vlan-bug-workaround command for enabling and
388       disabling a workaround for these driver bugs.
389     - OpenFlow support:
390       - "Resubmit" actions now update flow statistics. 
391       - New "register" extension for use in matching and actions, via NXM.
392       - New "multipath" experimental action extension.
393       - New support for matching multicast Ethernet frames, via NXM.
394       - New extension for OpenFlow vendor error codes.
395       - New extension to set the QoS output queue without actually
396         sending to an output port.
397       - Open vSwitch now reports a single flow table, instead of
398         separate hash and wildcard tables.  This better models the
399         current implementation.
400       - New experimental "note" action.
401       - New "ofproto/trace" ovs-appctl command and associated utilities
402         to ease debugging complex flow tables.
403     - Database:
404       - Schema documentation now includes an entity-relationship diagram.
405       - The database is now garbage collected.  In most tables,
406         unreferenced rows will be deleted automatically.
407       - Many tables now include statistics updated periodically by
408         ovs-vswitchd or ovsdb-server.
409       - Every table now has an "external-ids" column for use by OVS
410         integrators.
411       - There is no default controller anymore.  Each bridge must have its
412         controller individually specified.
413       - The "fail-mode" is now a property of a Bridge instead of a Controller.
414       - New versioning and checksum features.
415       - New Managers table and manager_options column in Open_vSwitch table
416         for specifying managers.  The old "managers" column in the
417         Open_vSwitch table has been removed.
418       - Many "name" columns are now immutable.
419     - Feature removals:
420       - Dropped support for XenServer pre-5.6.100.
421       - Dropped support for Linux pre-2.6.18.
422       - Dropped controller discovery support.
423       - Dropped "ovs-ofctl status" and the OpenFlow extension that it used.
424         Statistics reporting in the database is a rough equivalent.
425       - Dropped the "corekeeper" package (now separate, at
426         http://openvswitch.org/cgi-bin/gitweb.cgi?p=corekeeper).
427     - Performance and scalability improvements
428     - Bug fixes
429
430   [ Simon Horman ]
431   * Add the following fixes from upstream branch-1.1
432     - 7f1aca9 dpif-linux: Avoid logging error on ENOENT in
433               dpif_linux_is_internal_device().
434     - 8996f83 dpif-linux: Avoid segfault on netdev_get_stats() without kernel
435               module.
436     - 002d4a3 vswitch: Improve schema documentation.
437     - 58bd294 cfm: Fix broken fault logic.
438     - c042664 bridge: Run once before configuring CFM.
439    * Switch to dpkg-source 3.0 (quilt) format
440
441  -- Simon Horman <horms@debian.org>  Wed, 27 Apr 2011 17:11:10 +0900
442
443 openvswitch (1.1.0~pre2.g2.ea763e0e-1) unstable; urgency=low
444
445   * Git snapshot, including
446     - tests: Fix Y2011 bug in testsuite
447       (closes: #609506)
448
449  -- Simon Horman <horms@debian.org>  Wed, 12 Jan 2011 08:34:35 +0900
450
451 openvswitch (1.1.0~pre2.g1.bbe8d06e-1) unstable; urgency=low
452
453   * Git snaptshot
454
455  -- Simon Horman <horms@debian.org>  Thu, 06 Jan 2011 11:11:55 +0900
456
457 openvswitch (1.1.0~pre2-5) unstable; urgency=low
458
459   * Open vSwitch only works on Linux so set
460     the Architecture of binary packages to linux-any accordingly
461
462  -- Simon Horman <horms@debian.org>  Tue, 23 Nov 2010 07:55:19 +0900
463
464 openvswitch (1.1.0~pre2-4) unstable; urgency=low
465
466   * Add procps to Build-Depends
467     (closes: #602891)
468
469  -- Simon Horman <horms@debian.org>  Tue, 16 Nov 2010 06:46:17 +0900
470
471 openvswitch (1.1.0~pre2-3) unstable; urgency=low
472
473   * Remove the corekeeper package as it isn't strongly related
474     to Open vSwitch. It has subsequently been broken off into
475     a separate source repository and may be uploaded as its
476     own debian source package.
477     http://openvswitch.org/cgi-bin/gitweb.cgi?p=corekeeper;a=summary
478     (closes: #602946)
479   * Avoid the use of long socket names.
480     (closes: #602891, closes: #602911)
481
482  -- Simon Horman <horms@debian.org>  Thu, 11 Nov 2010 06:35:05 +0900
483
484 openvswitch (1.1.0~pre2-2) unstable; urgency=low
485
486   * Clarify licensing of files in xenserver/
487
488  -- Simon Horman <horms@debian.org>  Thu, 23 Sep 2010 10:56:18 +0900
489
490 openvswitch (1.1.0~pre2-1) unstable; urgency=low
491
492   * New upstream version
493     - Bug fixes
494
495  -- Simon Horman <horms@debian.org>  Wed, 15 Sep 2010 18:28:59 +0900
496
497 openvswitch (1.1.0~pre1-1) unstable; urgency=low
498
499   * New upstream version
500     - OpenFlow 1.0 slicing (QoS) functionality
501     - Python bindings for configuration database (no write support)
502     - Performance and scalability improvements
503     - Bug fixes
504
505  -- Open vSwitch team <dev@openvswitch.org>  Tue, 31 Aug 2010 23:20:00 +0000
506
507 openvswitch (1.0.1-1) unstable; urgency=low
508
509   * New upstream version.
510
511  -- Open vSwitch team <dev@openvswitch.org>  Mon, 17 May 2010 10:36:00 +0000