mirror of
https://github.com/openvswitch/ovs
synced 2025-08-22 01:51:26 +00:00
Prepare for 2.0.0.
We decided to call the next release 2.0 instead of 1.12. Signed-off-by: Justin Pettit <jpettit@nicira.com>
This commit is contained in:
parent
03c8f0b756
commit
fe8a17989a
9
NEWS
9
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
|
||||
|
@ -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])
|
||||
|
20
debian/changelog
vendored
20
debian/changelog
vendored
@ -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 <dev@openvswitch.org> 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 <dev@openvswitch.org> Tue, 03 Jul 2013 15:02:34 -0700
|
||||
-- Open vSwitch team <dev@openvswitch.org> Wed, 28 Aug 2013 16:11:32 -0700
|
||||
|
||||
openvswitch (1.11.0-1) unstable; urgency=low
|
||||
[ Open vSwitch team ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user