[ovs-dev] [branch-2.7 1/2] Set release date for 2.7.1.

Justin Pettit jpettit at ovn.org
Wed Jun 28 16:47:19 UTC 2017


Signed-off-by: Justin Pettit <jpettit at ovn.org>
---
 NEWS             |  3 ++-
 configure.ac     |  2 +-
 debian/changelog | 12 ++++++++++++
 3 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index bbff66af3735..5ed122ae77e7 100644
--- a/NEWS
+++ b/NEWS
@@ -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
 ---------------------
diff --git a/configure.ac b/configure.ac
index c4aa356a4190..c0ff690f451e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
 # limitations under the License.
 
 AC_PREREQ(2.63)
-AC_INIT(openvswitch, 2.7.0, bugs at openvswitch.org)
+AC_INIT(openvswitch, 2.7.1, bugs at openvswitch.org)
 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 680766702cff..c537122fae1a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 <dev at openvswitch.org>  Wed, 28 Jun 2017 09:40:42 -0700
+
 openvswitch (2.7.0-1) unstable; urgency=low
    [ Open vSwitch team ]
    * New upstream version
-- 
2.7.4



More information about the dev mailing list