debian: Update changelog for 1.4.0-2 upload
[sliver-openvswitch.git] / debian / changelog
1 openvswitch (1.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>  Wed, 15 Feb 2012 11:12:52 +0900
7
8 openvswitch (1.5.0-1) unstable; urgency=low
9   [ Open vSwitch team ]
10   * New upstream version
11     - OpenFlow:
12         - Added support for querying, modifying, and deleting flows
13           based on flow cookie when using NXM.
14         - Added new NXM_PACKET_IN format.
15     - ovs-ofctl:
16         - Added daemonization support to the monitor and snoop commands.
17     - ovs-vsctl:
18         - The "find" command supports new set relational operators
19           {=}, {!=}, {<}, {>}, {<=}, and {>=}.
20     - ovsdb-tool now uses the typical database and schema installation
21       directories as defaults.
22
23  -- Open vSwitch team <dev@openvswitch.org>  Wed, 15 Feb 2012 11:12:48 +0900
24
25 openvswitch (1.4.0-2) unstable; urgency=low
26
27   * Use explicit DKMS variable for kernel source directory
28     - 0001-debian-Fix-dependencies-for-openvswitch-datapath-dkm.patch
29     - 0002-debian-Look-in-lib-modules-instead-of-usr-src-for-DK.patch
30     - 0001-debian-Use-provided-kernel-source-dir.patch
31     - 0001-debian-Do-not-run-make-if-configure-fails-during-DKM.patch
32     - (closes: #659685)
33   * Don't install Python modules for obsolete Python versions
34     - 0001-debian-Don-t-install-Python-modules-for-obsolete-Pyt.patch
35
36  -- Simon Horman <horms@debian.org>  Tue, 14 Feb 2012 11:43:13 +0900
37
38 openvswitch (1.4.0-1) unstable; urgency=low
39   [ Open vSwitch team ]
40   * New upstream version
41     - Compatible with Open vSwitch kernel module included in Linux 3.3.
42     - New "VLAN splinters" feature to work around buggy device drivers
43       in old Linux versions.  (This feature is deprecated.  When
44       broken device drivers are no longer in widespread use, we will
45       delete this feature.)  See ovs-vswitchd.conf.db(5) for more
46       information.
47     - OpenFlow:
48        - Added ability to match on IPv6 flow label through NXM.
49        - Added ability to match on ECN bits in IPv4 and IPv6 through NXM.
50        - Added ability to match on TTL in IPv4 and IPv6 through NXM.
51        - Added ability to modify ECN bits in IPv4.
52        - Added ability to modify TTL in IPv4.
53     - ovs-vswitchd:
54        - Don't require the "normal" action to use mirrors.  Traffic will
55          now be properly mirrored for any flows, regardless of their
56          actions.
57        - Track packet and byte statistics sent on mirrors.
58     - ovs-appctl:
59       - New "fdb/flush" command to flush bridge's MAC learning table.
60     - ovs-test:
61       - A new distributed testing tool that allows one to diagnose performance
62         and connectivity issues. This tool currently is not included in RH or
63         Xen packages.
64     - RHEL packaging now supports integration with Red Hat network scripts.
65     - Debian: Depend on python (>= 2.7) | python-argparse instead of
66               python-argparse to avoid pulling in python2.6
67               (closes: #653645)
68
69  -- Open vSwitch team <dev@openvswitch.org>  Mon, 30 Jan 2012 23:36:00 +0000
70
71 openvswitch (1.3.0-1) unstable; urgency=low
72   [ Open vSwitch team ]
73   * New upstream version
74     - OpenFlow:
75       - Added an OpenFlow extension which allows the "output" action to accept
76         NXM fields.
77       - Added an OpenFlow extension for flexible learning.
78       - Bumped number of NXM registers from four to five.
79     - ovs-appctl:
80       - New "version" command to determine version of running daemon.
81       - If no argument is provided for "cfm/show", displays detailed
82         information about all interfaces with CFM enabled.
83       - If no argument is provided for "lacp/show", displays detailed
84         information about all ports with LACP enabled.
85     - ovs-vswitchd:
86       - The software switch now supports 255 OpenFlow tables, instead
87         of just one.  By default, only table 0 is consulted, but the
88         new NXAST_RESUBMIT_TABLE action can look up in additional
89         tables.  Tables 128 and above are reserved for use by the
90         switch itself; please use only tables 0 through 127.
91       - Add support for 802.1D spanning tree (STP).
92     - Fragment handling extensions:
93       - New OFPC_FRAG_NX_MATCH fragment handling mode, in which L4
94         fields are made available for matching in fragments with
95         offset 0.
96       - New NXM_NX_IP_FRAG match field for matching IP fragments (usable
97         via "ip_frag" in ovs-ofctl).
98       - New ovs-ofctl "get-frags" and "set-frags" commands to get and set
99         fragment handling policy.
100     - CAPWAP tunneling now supports an extension to transport a 64-key.  By
101       default it remains compatible with the old version and other
102       standards-based implementations.
103     - Flow setups are now processed in a round-robin manner across ports
104       to prevent any single client from monopolizing the CPU and conducting
105       a denial of service attack.
106     - Added support for native VLAN tagging.  A new "vlan_mode"
107       parameter can be set for "port". Possible values: "access",
108       "trunk", "native-tagged" and "native-untagged".
109     - test-openflowd has been removed.  Please use ovs-vswitchd instead.
110
111  -- Open vSwitch team <dev@openvswitch.org>  Mon, 09 Dec 2011 23:36:00 +0000
112
113 openvswitch (1.2.0-1) unstable; urgency=low
114
115   [ Open vSwitch team ]
116   * New upstream version
117     - New "ofproto" abstraction layer to ease porting to hardware
118       switching ASICs.
119     - Packaging for Red Hat Enterprise Linux 5.6 and 6.0.
120     - Datapath support for Linux kernels up to 3.0.
121     - OpenFlow:
122       - New "bundle" and "bundle_load" action extensions.
123     - Database:
124       - Implement table unique constraints.
125       - Support cooperative locking between callers.
126     - ovs-dpctl:
127       - New "-s" option for "show" command prints packet and byte
128         counters for each port.
129     - ovs-ofctl:
130       - New "--readd" option for "replace-flows".
131     - ovs-vsctl:
132       - New "show" command to print an overview of configuration.
133       - New "comment" command to add remark that explains intentions.
134     - ovs-brcompatd has been rewritten to fix long-standing bugs.
135     - ovs-openflowd has been renamed test-openflowd and moved into the
136       tests directory.  Its presence confused too many users.  Please
137       use ovs-vswitchd instead.
138     - New ovs-benchmark utility to test flow setup performance.
139     - A new log level "off" has been added.  Configuring a log facility
140       "off" prevents any messages from being logged to it.  Previously,
141       "emer" was effectively "off" because no messages were ever logged at
142       level "emer".  Now, errors that cause a process to exit are logged
143       at "emer" level.
144     - "configure" option --with-l26 has been renamed --with-linux, and
145       --with-l26-source has been renamed --with-linux-source.  The old
146       names will be removed after the next release, so please update
147       your scripts.
148     - The "-2.6" suffix has been dropped from the datapath/linux-2.6 and
149       datapath/linux-2.6/compat-2.6 directories.
150     - Feature removals:
151       - Dropped support for "tun_id_from_cookie" OpenFlow extension.
152         Please use the extensible match extensions instead.
153       - Removed the Maintenance_Point and Monitor tables in an effort
154         to simplify 802.1ag configuration.
155     - Performance and scalability improvements
156     - Bug fixes
157
158  -- Open vSwitch team <dev@openvswitch.org>  Wed, 03 Aug 2011 14:43:00 +0000
159
160 openvswitch (1.1.1-1) unstable; urgency=low
161
162   [ Open vSwitch team ]
163   * Bug fixes.
164
165   [ Simon Horman ]
166   * docs: Suppress warning marcro DD not defined
167     (upstream commit 58f870d0)
168   * debian: Make openvswitch depend on Python
169     (upstream commit aa41cb61)
170   * debian: Don't begin openvswitch-pki description with article.
171     (upstream commit bc6bb66)
172   * Debian: Add ${misc:Depends} dependency to python-openvswitch
173   * Debian: Update standards version from 3.9.1 to 3.9.2
174   * Debian: ${source:Version} dependency on python openvswitch
175   * Debian: ${source:Version} dependency for python openvswitch
176   * Switch to dpkg-source 3.0 (quilt) format
177     - For local non-debian/ patches (above)
178
179  -- Simon Horman <horms@debian.org>  Wed, 15 Jun 2011 10:46:15 +0900
180     
181 openvswitch (1.1.0-1) unstable; urgency=low
182
183   [ Open vSwitch team ]
184   * New upstream version
185     - Ability to define policies over IPv6
186     - LACP
187     - 802.1ag CCM
188     - Support for extensible match extensions to OpenFlow
189     - QoS:
190       - Support for HFSC qdisc.
191       - Queue used by in-band control can now be configured.
192     - Kernel:
193       - Kernel<->userspace interface has been reworked and should be
194         close to a stable ABI now.
195       - "Port group" concept has been dropped.
196     - GRE over IPSEC tunnels
197     - Bonding:
198       - New active backup bonding mode.
199       - New L4 hashing support when LACP is enabled.
200       - Source MAC hash now includes VLAN field also.
201       - miimon support.
202     - Greatly improved handling of large flow tables
203     - ovs-dpctl:
204       - "show" command now prints full vport configuration.
205       - "dump-groups" command removed since kernel support for
206         port groups was dropped.
207     - ovs-vsctl:
208       - New commands for working with the new Managers table.
209       - "list" command enhanced with new formatting options and --columns
210         option.
211       - "get" command now accepts new --id option.
212       - New "find" command.
213     - ovs-ofctl:
214       - New "queue-stats" command for printing queue stats.
215       - New commands "replace-flows" and "diff-flows".
216       - Commands to add and remove flows can now read from files.
217       - New --flow-format option to enable or disable NXM.
218       - New --more option to increase OpenFlow message verbosity.
219       - Removed "tun-cookie" command, which is no longer useful.
220     - ovs-controller enhancements for testing various features.
221     - New ovs-vlan-test command for testing for Linux kernel driver VLAN
222       bugs.  New ovs-vlan-bug-workaround command for enabling and
223       disabling a workaround for these driver bugs.
224     - OpenFlow support:
225       - "Resubmit" actions now update flow statistics. 
226       - New "register" extension for use in matching and actions, via NXM.
227       - New "multipath" experimental action extension.
228       - New support for matching multicast Ethernet frames, via NXM.
229       - New extension for OpenFlow vendor error codes.
230       - New extension to set the QoS output queue without actually
231         sending to an output port.
232       - Open vSwitch now reports a single flow table, instead of
233         separate hash and wildcard tables.  This better models the
234         current implementation.
235       - New experimental "note" action.
236       - New "ofproto/trace" ovs-appctl command and associated utilities
237         to ease debugging complex flow tables.
238     - Database:
239       - Schema documentation now includes an entity-relationship diagram.
240       - The database is now garbage collected.  In most tables,
241         unreferenced rows will be deleted automatically.
242       - Many tables now include statistics updated periodically by
243         ovs-vswitchd or ovsdb-server.
244       - Every table now has an "external-ids" column for use by OVS
245         integrators.
246       - There is no default controller anymore.  Each bridge must have its
247         controller individually specified.
248       - The "fail-mode" is now a property of a Bridge instead of a Controller.
249       - New versioning and checksum features.
250       - New Managers table and manager_options column in Open_vSwitch table
251         for specifying managers.  The old "managers" column in the
252         Open_vSwitch table has been removed.
253       - Many "name" columns are now immutable.
254     - Feature removals:
255       - Dropped support for XenServer pre-5.6.100.
256       - Dropped support for Linux pre-2.6.18.
257       - Dropped controller discovery support.
258       - Dropped "ovs-ofctl status" and the OpenFlow extension that it used.
259         Statistics reporting in the database is a rough equivalent.
260       - Dropped the "corekeeper" package (now separate, at
261         http://openvswitch.org/cgi-bin/gitweb.cgi?p=corekeeper).
262     - Performance and scalability improvements
263     - Bug fixes
264
265   [ Simon Horman ]
266   * Add the following fixes from upstream branch-1.1
267     - 7f1aca9 dpif-linux: Avoid logging error on ENOENT in
268               dpif_linux_is_internal_device().
269     - 8996f83 dpif-linux: Avoid segfault on netdev_get_stats() without kernel
270               module.
271     - 002d4a3 vswitch: Improve schema documentation.
272     - 58bd294 cfm: Fix broken fault logic.
273     - c042664 bridge: Run once before configuring CFM.
274    * Switch to dpkg-source 3.0 (quilt) format
275
276  -- Simon Horman <horms@debian.org>  Wed, 27 Apr 2011 17:11:10 +0900
277
278 openvswitch (1.1.0~pre2.g2.ea763e0e-1) unstable; urgency=low
279
280   * Git snapshot, including
281     - tests: Fix Y2011 bug in testsuite
282       (closes: #609506)
283
284  -- Simon Horman <horms@debian.org>  Wed, 12 Jan 2011 08:34:35 +0900
285
286 openvswitch (1.1.0~pre2.g1.bbe8d06e-1) unstable; urgency=low
287
288   * Git snaptshot
289
290  -- Simon Horman <horms@debian.org>  Thu, 06 Jan 2011 11:11:55 +0900
291
292 openvswitch (1.1.0~pre2-5) unstable; urgency=low
293
294   * Open vSwitch only works on Linux so set
295     the Architecture of binary packages to linux-any accordingly
296
297  -- Simon Horman <horms@debian.org>  Tue, 23 Nov 2010 07:55:19 +0900
298
299 openvswitch (1.1.0~pre2-4) unstable; urgency=low
300
301   * Add procps to Build-Depends
302     (closes: #602891)
303
304  -- Simon Horman <horms@debian.org>  Tue, 16 Nov 2010 06:46:17 +0900
305
306 openvswitch (1.1.0~pre2-3) unstable; urgency=low
307
308   * Remove the corekeeper package as it isn't strongly related
309     to Open vSwitch. It has subsequently been broken off into
310     a separate source repository and may be uploaded as its
311     own debian source package.
312     http://openvswitch.org/cgi-bin/gitweb.cgi?p=corekeeper;a=summary
313     (closes: #602946)
314   * Avoid the use of long socket names.
315     (closes: #602891, closes: #602911)
316
317  -- Simon Horman <horms@debian.org>  Thu, 11 Nov 2010 06:35:05 +0900
318
319 openvswitch (1.1.0~pre2-2) unstable; urgency=low
320
321   * Clarify licensing of files in xenserver/
322
323  -- Simon Horman <horms@debian.org>  Thu, 23 Sep 2010 10:56:18 +0900
324
325 openvswitch (1.1.0~pre2-1) unstable; urgency=low
326
327   * New upstream version
328     - Bug fixes
329
330  -- Simon Horman <horms@debian.org>  Wed, 15 Sep 2010 18:28:59 +0900
331
332 openvswitch (1.1.0~pre1-1) unstable; urgency=low
333
334   * New upstream version
335     - OpenFlow 1.0 slicing (QoS) functionality
336     - Python bindings for configuration database (no write support)
337     - Performance and scalability improvements
338     - Bug fixes
339
340  -- Open vSwitch team <dev@openvswitch.org>  Tue, 31 Aug 2010 23:20:00 +0000
341
342 openvswitch (1.0.1-1) unstable; urgency=low
343
344   * New upstream version.
345
346  -- Open vSwitch team <dev@openvswitch.org>  Mon, 17 May 2010 10:36:00 +0000