From: Justin Pettit Date: Wed, 28 Aug 2013 23:13:41 +0000 (-0700) Subject: Prepare for 2.0.0. X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=fe8a17989a74e8022bbe548c3703140b0107508e Prepare for 2.0.0. We decided to call the next release 2.0 instead of 1.12. Signed-off-by: Justin Pettit --- diff --git a/NEWS b/NEWS index e509456fb..db99be248 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,4 @@ -post-v1.12.0 ---------------------- - - OpenFlow: - * Support matching, rewriting SCTP ports - - -v1.12.0 - xx xxx xxxx +v2.0.0 - xx xxx xxxx --------------------- - OpenFlow: * Experimental support for OpenFlow 1.1 (in addition to 1.2 and @@ -15,6 +9,7 @@ v1.12.0 - xx xxx xxxx * Support for matching on metadata 'pkt_mark' for interacting with other system components. On Linux this corresponds to the skb mark. + * Support matching, rewriting SCTP ports - The Interface table in the database has a new "ifindex" column to report the interface's OS-assigned ifindex. - New "check-oftest" Makefile target for running OFTest against Open diff --git a/configure.ac b/configure.ac index 798863393..09a7f5489 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ # limitations under the License. AC_PREREQ(2.64) -AC_INIT(openvswitch, 1.12.90, ovs-bugs@openvswitch.org) +AC_INIT(openvswitch, 2.0.0, ovs-bugs@openvswitch.org) AC_CONFIG_SRCDIR([datapath/datapath.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) diff --git a/debian/changelog b/debian/changelog index 205b2cbbc..238842965 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,4 @@ -openvswitch (1.12.90-1) unstable; urgency=low - [ Open vSwitch team ] - * New upstream version - - Nothing yet! Try NEWS... - - -- Open vSwitch team Tue, 03 Jul 2013 15:05:34 -0700 - -openvswitch (1.12.0-1) unstable; urgency=low +openvswitch (2.0.0-1) unstable; urgency=low [ Open vSwitch team ] * New upstream version - OpenFlow: @@ -14,6 +7,10 @@ openvswitch (1.12.0-1) unstable; urgency=low * New support for matching outer source and destination IP address of tunneled packets, for tunnel ports configured with the newly added "remote_ip=flow" and "local_ip=flow" options. + * Support for matching on metadata 'pkt_mark' for interacting with + other system components. On Linux this corresponds to the skb + mark. + * Support matching, rewriting SCTP ports - The Interface table in the database has a new "ifindex" column to report the interface's OS-assigned ifindex. - New "check-oftest" Makefile target for running OFTest against Open @@ -23,9 +20,12 @@ openvswitch (1.12.0-1) unstable; urgency=low through database paths (e.g. Private key option with the database name should look like "--private-key=db:Open_vSwitch,SSL,private_key"). - Added ovs-dev.py, a utility script helpful for Open vSwitch developers. - - Support for Linux kernels up to 3.9 + - Support for Linux kernels up to 3.10 + - ovs-ofctl: + * New "ofp-parse" for printing OpenFlow messages read from a file. + - Added configurable flow caching support to IPFIX exporter. - -- Open vSwitch team Tue, 03 Jul 2013 15:02:34 -0700 + -- Open vSwitch team Wed, 28 Aug 2013 16:11:32 -0700 openvswitch (1.11.0-1) unstable; urgency=low [ Open vSwitch team ]