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