2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-22 09:58:01 +00:00

Prepare for post-2.8.0 (2.8.90).

Signed-off-by: Ben Pfaff <blp@ovn.org>
This commit is contained in:
Ben Pfaff 2017-08-04 15:01:55 -07:00
parent 17b6e3ce82
commit e656b16546
3 changed files with 11 additions and 1 deletions

4
NEWS
View File

@ -1,3 +1,7 @@
Post-v2.8.0
--------------------
- Nothing yet.
v2.8.0 - xx xxx xxxx
---------------------
- ovs-ofctl:

View File

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

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
openvswitch (2.8.90-1) unstable; urgency=medium
- Nothing yet! Try NEWS...
-- Open vSwitch team <dev@openvswitch.org> Fri, 04 Aug 2017 15:00:00 -0700
openvswitch (2.8.0-1) unstable; urgency=medium
[ Open vSwitch team ]