Skip to content

Commit

Permalink
Prepare for 2.0.0.
Browse files Browse the repository at this point in the history
We decided to call the next release 2.0 instead of 1.12.

Signed-off-by: Justin Pettit <[email protected]>
  • Loading branch information
Justin Pettit committed Aug 28, 2013
1 parent 03c8f0b commit fe8a179
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 18 deletions.
9 changes: 2 additions & 7 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
20 changes: 10 additions & 10 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand All @@ -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 ]
Expand Down

0 comments on commit fe8a179

Please sign in to comment.