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