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