Skip to content

Commit

Permalink
Set release date for 2.7.1.
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Pettit <[email protected]>
Acked-by: Flavio Leitner <[email protected]>
  • Loading branch information
justinpettit committed Jul 6, 2017
1 parent 276f3aa commit b29cb89
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
3 changes: 2 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
v2.7.1 - xx xxx xxxx
v2.7.1 - 28 Jun 2017
---------------------
- Fedora Packaging:
* OVN services are no longer restarted automatically after upgrade.
- Add --cleanup option to command 'ovs-appctl exit' (see ovs-vswitchd(8)).
- libopenvswitch-2 was renamed to libopenvswitch-2.7. Applications built
against libopenvswitch must be recompiled against the newer library.
- Bug fixes

v2.7.0 - 21 Feb 2017
---------------------
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.63)
AC_INIT(openvswitch, 2.7.0, [email protected])
AC_INIT(openvswitch, 2.7.1, [email protected])
AC_CONFIG_SRCDIR([datapath/datapath.c])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
Expand Down
12 changes: 12 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
openvswitch (2.7.1-1) unstable; urgency=low
[ Open vSwitch team ]
* New upstream version
- Fedora Packaging:
* OVN services are no longer restarted automatically after upgrade.
- Add --cleanup option to command 'ovs-appctl exit' (see ovs-vswitchd(8)).
- libopenvswitch-2 was renamed to libopenvswitch-2.7. Applications built
against libopenvswitch must be recompiled against the newer library.
- Bug fixes

-- Open vSwitch team <[email protected]> Wed, 28 Jun 2017 09:40:42 -0700

openvswitch (2.7.0-1) unstable; urgency=low
[ Open vSwitch team ]
* New upstream version
Expand Down

0 comments on commit b29cb89

Please sign in to comment.