Prepare Open vSwitch 1.2.1 release.
[sliver-openvswitch.git] / debian / changelog
1 openvswitch (1.2.1-1) unstable; urgency=low
2
3   [ Open vSwitch team ]
4   * New upstream version
5     - Bug fixes
6
7  -- Open vSwitch team <dev@openvswitch.org>  Fri, 19 Aug 2011 19:23:00 +0000
8
9 openvswitch (1.2.0-1) unstable; urgency=low
10
11   [ Open vSwitch team ]
12   * New upstream version
13     - New "ofproto" abstraction layer to ease porting to hardware
14       switching ASICs.
15     - Packaging for Red Hat Enterprise Linux 5.6 and 6.0.
16     - Datapath support for Linux kernels up to 3.0.
17     - OpenFlow:
18       - New "bundle" and "bundle_load" action extensions.
19     - Database:
20       - Implement table unique constraints.
21       - Support cooperative locking between callers.
22     - ovs-dpctl:
23       - New "-s" option for "show" command prints packet and byte
24         counters for each port.
25     - ovs-ofctl:
26       - New "--readd" option for "replace-flows".
27     - ovs-vsctl:
28       - New "show" command to print an overview of configuration.
29       - New "comment" command to add remark that explains intentions.
30     - ovs-brcompatd has been rewritten to fix long-standing bugs.
31     - ovs-openflowd has been renamed test-openflowd and moved into the
32       tests directory.  Its presence confused too many users.  Please
33       use ovs-vswitchd instead.
34     - New ovs-benchmark utility to test flow setup performance.
35     - A new log level "off" has been added.  Configuring a log facility
36       "off" prevents any messages from being logged to it.  Previously,
37       "emer" was effectively "off" because no messages were ever logged at
38       level "emer".  Now, errors that cause a process to exit are logged
39       at "emer" level.
40     - "configure" option --with-l26 has been renamed --with-linux, and
41       --with-l26-source has been renamed --with-linux-source.  The old
42       names will be removed after the next release, so please update
43       your scripts.
44     - The "-2.6" suffix has been dropped from the datapath/linux-2.6 and
45       datapath/linux-2.6/compat-2.6 directories.
46     - Feature removals:
47       - Dropped support for "tun_id_from_cookie" OpenFlow extension.
48         Please use the extensible match extensions instead.
49       - Removed the Maintenance_Point and Monitor tables in an effort
50         to simplify 802.1ag configuration.
51     - Performance and scalability improvements
52     - Bug fixes
53
54  -- Open vSwitch team <dev@openvswitch.org>  Wed, 03 Aug 2011 14:43:00 +0000
55
56 openvswitch (1.1.1-1) unstable; urgency=low
57
58   [ Open vSwitch team ]
59   * Bug fixes.
60
61   [ Simon Horman ]
62   * docs: Suppress warning marcro DD not defined
63     (upstream commit 58f870d0)
64   * debian: Make openvswitch depend on Python
65     (upstream commit aa41cb61)
66   * debian: Don't begin openvswitch-pki description with article.
67     (upstream commit bc6bb66)
68   * Debian: Add ${misc:Depends} dependency to python-openvswitch
69   * Debian: Update standards version from 3.9.1 to 3.9.2
70   * Debian: ${source:Version} dependency on python openvswitch
71   * Debian: ${source:Version} dependency for python openvswitch
72   * Switch to dpkg-source 3.0 (quilt) format
73     - For local non-debian/ patches (above)
74
75  -- Simon Horman <horms@debian.org>  Wed, 15 Jun 2011 10:46:15 +0900
76     
77 openvswitch (1.1.0-1) unstable; urgency=low
78
79   [ Open vSwitch team ]
80   * New upstream version
81     - Ability to define policies over IPv6
82     - LACP
83     - 802.1ag CCM
84     - Support for extensible match extensions to OpenFlow
85     - QoS:
86       - Support for HFSC qdisc.
87       - Queue used by in-band control can now be configured.
88     - Kernel:
89       - Kernel<->userspace interface has been reworked and should be
90         close to a stable ABI now.
91       - "Port group" concept has been dropped.
92     - GRE over IPSEC tunnels
93     - Bonding:
94       - New active backup bonding mode.
95       - New L4 hashing support when LACP is enabled.
96       - Source MAC hash now includes VLAN field also.
97       - miimon support.
98     - Greatly improved handling of large flow tables
99     - ovs-dpctl:
100       - "show" command now prints full vport configuration.
101       - "dump-groups" command removed since kernel support for
102         port groups was dropped.
103     - ovs-vsctl:
104       - New commands for working with the new Managers table.
105       - "list" command enhanced with new formatting options and --columns
106         option.
107       - "get" command now accepts new --id option.
108       - New "find" command.
109     - ovs-ofctl:
110       - New "queue-stats" command for printing queue stats.
111       - New commands "replace-flows" and "diff-flows".
112       - Commands to add and remove flows can now read from files.
113       - New --flow-format option to enable or disable NXM.
114       - New --more option to increase OpenFlow message verbosity.
115       - Removed "tun-cookie" command, which is no longer useful.
116     - ovs-controller enhancements for testing various features.
117     - New ovs-vlan-test command for testing for Linux kernel driver VLAN
118       bugs.  New ovs-vlan-bug-workaround command for enabling and
119       disabling a workaround for these driver bugs.
120     - OpenFlow support:
121       - "Resubmit" actions now update flow statistics. 
122       - New "register" extension for use in matching and actions, via NXM.
123       - New "multipath" experimental action extension.
124       - New support for matching multicast Ethernet frames, via NXM.
125       - New extension for OpenFlow vendor error codes.
126       - New extension to set the QoS output queue without actually
127         sending to an output port.
128       - Open vSwitch now reports a single flow table, instead of
129         separate hash and wildcard tables.  This better models the
130         current implementation.
131       - New experimental "note" action.
132       - New "ofproto/trace" ovs-appctl command and associated utilities
133         to ease debugging complex flow tables.
134     - Database:
135       - Schema documentation now includes an entity-relationship diagram.
136       - The database is now garbage collected.  In most tables,
137         unreferenced rows will be deleted automatically.
138       - Many tables now include statistics updated periodically by
139         ovs-vswitchd or ovsdb-server.
140       - Every table now has an "external-ids" column for use by OVS
141         integrators.
142       - There is no default controller anymore.  Each bridge must have its
143         controller individually specified.
144       - The "fail-mode" is now a property of a Bridge instead of a Controller.
145       - New versioning and checksum features.
146       - New Managers table and manager_options column in Open_vSwitch table
147         for specifying managers.  The old "managers" column in the
148         Open_vSwitch table has been removed.
149       - Many "name" columns are now immutable.
150     - Feature removals:
151       - Dropped support for XenServer pre-5.6.100.
152       - Dropped support for Linux pre-2.6.18.
153       - Dropped controller discovery support.
154       - Dropped "ovs-ofctl status" and the OpenFlow extension that it used.
155         Statistics reporting in the database is a rough equivalent.
156       - Dropped the "corekeeper" package (now separate, at
157         http://openvswitch.org/cgi-bin/gitweb.cgi?p=corekeeper).
158     - Performance and scalability improvements
159     - Bug fixes
160
161   [ Simon Horman ]
162   * Add the following fixes from upstream branch-1.1
163     - 7f1aca9 dpif-linux: Avoid logging error on ENOENT in
164               dpif_linux_is_internal_device().
165     - 8996f83 dpif-linux: Avoid segfault on netdev_get_stats() without kernel
166               module.
167     - 002d4a3 vswitch: Improve schema documentation.
168     - 58bd294 cfm: Fix broken fault logic.
169     - c042664 bridge: Run once before configuring CFM.
170    * Switch to dpkg-source 3.0 (quilt) format
171
172  -- Simon Horman <horms@debian.org>  Wed, 27 Apr 2011 17:11:10 +0900
173
174 openvswitch (1.1.0~pre2.g2.ea763e0e-1) unstable; urgency=low
175
176   * Git snapshot, including
177     - tests: Fix Y2011 bug in testsuite
178       (closes: #609506)
179
180  -- Simon Horman <horms@debian.org>  Wed, 12 Jan 2011 08:34:35 +0900
181
182 openvswitch (1.1.0~pre2.g1.bbe8d06e-1) unstable; urgency=low
183
184   * Git snaptshot
185
186  -- Simon Horman <horms@debian.org>  Thu, 06 Jan 2011 11:11:55 +0900
187
188 openvswitch (1.1.0~pre2-5) unstable; urgency=low
189
190   * Open vSwitch only works on Linux so set
191     the Architecture of binary packages to linux-any accordingly
192
193  -- Simon Horman <horms@debian.org>  Tue, 23 Nov 2010 07:55:19 +0900
194
195 openvswitch (1.1.0~pre2-4) unstable; urgency=low
196
197   * Add procps to Build-Depends
198     (closes: #602891)
199
200  -- Simon Horman <horms@debian.org>  Tue, 16 Nov 2010 06:46:17 +0900
201
202 openvswitch (1.1.0~pre2-3) unstable; urgency=low
203
204   * Remove the corekeeper package as it isn't strongly related
205     to Open vSwitch. It has subsequently been broken off into
206     a separate source repository and may be uploaded as its
207     own debian source package.
208     http://openvswitch.org/cgi-bin/gitweb.cgi?p=corekeeper;a=summary
209     (closes: #602946)
210   * Avoid the use of long socket names.
211     (closes: #602891, closes: #602911)
212
213  -- Simon Horman <horms@debian.org>  Thu, 11 Nov 2010 06:35:05 +0900
214
215 openvswitch (1.1.0~pre2-2) unstable; urgency=low
216
217   * Clarify licensing of files in xenserver/
218
219  -- Simon Horman <horms@debian.org>  Thu, 23 Sep 2010 10:56:18 +0900
220
221 openvswitch (1.1.0~pre2-1) unstable; urgency=low
222
223   * New upstream version
224     - Bug fixes
225
226  -- Simon Horman <horms@debian.org>  Wed, 15 Sep 2010 18:28:59 +0900
227
228 openvswitch (1.1.0~pre1-1) unstable; urgency=low
229
230   * New upstream version
231     - OpenFlow 1.0 slicing (QoS) functionality
232     - Python bindings for configuration database (no write support)
233     - Performance and scalability improvements
234     - Bug fixes
235
236  -- Open vSwitch team <dev@openvswitch.org>  Tue, 31 Aug 2010 23:20:00 +0000
237
238 openvswitch (1.0.1-1) unstable; urgency=low
239
240   * New upstream version.
241
242  -- Open vSwitch team <dev@openvswitch.org>  Mon, 17 May 2010 10:36:00 +0000