We decided to call the next release 2.0 instead of 1.12.
Signed-off-by: Justin Pettit <[email protected]>
---
NEWS | 9 ++-------
configure.ac | 2 +-
debian/changelog | 20 ++++++++++----------
3 files changed, 13 insertions(+), 18 deletions(-)
diff --git a/NEWS b/NEWS
index e509456..db99be2 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 7988633..09a7f54 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, [email protected])
+AC_INIT(openvswitch, 2.0.0, [email protected])
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 205b2cb..2388429 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 <[email protected]> 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 <[email protected]> Tue, 03 Jul 2013 15:02:34 -0700
+ -- Open vSwitch team <[email protected]> Wed, 28 Aug 2013 16:11:32 -0700
openvswitch (1.11.0-1) unstable; urgency=low
[ Open vSwitch team ]
--
1.7.5.4
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev