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