2
0
mirror of https://github.com/openvswitch/ovs synced 2025-09-01 06:45:17 +00:00

Prepare for 2.2.0.

Signed-off-by: Justin Pettit <jpettit@nicira.com>
This commit is contained in:
Justin Pettit
2014-04-28 14:30:27 -07:00
parent 214694add2
commit a3aabcd26f
3 changed files with 23 additions and 7 deletions

4
NEWS
View File

@@ -1,4 +1,4 @@
Post-v2.1.0 v2.2.0 - xx xxx xxx
--------------------- ---------------------
- Internal ports are no longer brought up by default, because it - Internal ports are no longer brought up by default, because it
should be an administrator task to bring up devices as they are should be an administrator task to bring up devices as they are
@@ -19,7 +19,7 @@ Post-v2.1.0
- Added support for custom vlog patterns in Python - Added support for custom vlog patterns in Python
v2.1.0 - xx xxx xxxx v2.1.0 - 19 Mar 2014
--------------------- ---------------------
- Address prefix tracking support for flow tables. New columns - Address prefix tracking support for flow tables. New columns
"prefixes" in OVS-DB table "Flow_Table" controls which packet "prefixes" in OVS-DB table "Flow_Table" controls which packet

View File

@@ -13,7 +13,7 @@
# limitations under the License. # limitations under the License.
AC_PREREQ(2.64) AC_PREREQ(2.64)
AC_INIT(openvswitch, 2.1.90, bugs@openvswitch.org) AC_INIT(openvswitch, 2.2.0, bugs@openvswitch.org)
AC_CONFIG_SRCDIR([datapath/datapath.c]) AC_CONFIG_SRCDIR([datapath/datapath.c])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_AUX_DIR([build-aux])

24
debian/changelog vendored
View File

@@ -1,9 +1,25 @@
openvswitch (2.1.90-1) unstable; urgency=low openvswitch (2.2.0-1) unstable; urgency=low
[ Open vSwitch team ] [ Open vSwitch team ]
* New upstream version * New upstream version
- Nothing yet! Try NEWS... - Internal ports are no longer brought up by default, because it
should be an administrator task to bring up devices as they are
configured properly.
- ovs-vsctl now reports when ovs-vswitchd fails to create a new port or
bridge.
- The "ovsdbmonitor" graphical tool has been removed, because it was
poorly maintained and not widely used.
- New "check-ryu" Makefile target for running Ryu tests for OpenFlow
controllers against Open vSwitch. See INSTALL for details.
- Added IPFIX support for SCTP flows and templates for ICMPv4/v6 flows.
- Upon the receipt of a SIGHUP signal, ovs-vswitchd no longer reopens its
log file (it will terminate instead). Please use 'ovs-appctl vlog/reopen'
instead.
- Support for Linux kernels up to 3.13. From Kernel 3.12 onwards OVS uses
tunnel API for GRE and VXLAN.
- Added DPDK support.
- Added support for custom vlog patterns in Python
-- Open vSwitch team <dev@openvswitch.org> Mon, 23 Dec 2013 18:07:18 -0700 -- Open vSwitch team <dev@openvswitch.org> Wed, 19 Mar 2014 16:08:38 -0700
openvswitch (2.1.0-1) unstable; urgency=low openvswitch (2.1.0-1) unstable; urgency=low
[ Open vSwitch team ] [ Open vSwitch team ]
@@ -71,7 +87,7 @@ openvswitch (2.1.0-1) unstable; urgency=low
users assumed incorrectly that ovs-controller was a necessary or users assumed incorrectly that ovs-controller was a necessary or
desirable part of an Open vSwitch deployment. desirable part of an Open vSwitch deployment.
-- Open vSwitch team <dev@openvswitch.org> Mon, 23 Dec 2013 18:07:18 -0700 -- Open vSwitch team <dev@openvswitch.org> Wed, 19 Mar 2014 16:08:38 -0700
openvswitch (2.0.0-1) unstable; urgency=low openvswitch (2.0.0-1) unstable; urgency=low
[ Open vSwitch team ] [ Open vSwitch team ]