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