diff mbox series

[ovs-dev,branch-2.8] Prepare for 2.8.1.

Message ID 1504291824-40465-1-git-send-email-jpettit@ovn.org
State Accepted
Headers show
Series [ovs-dev,branch-2.8] Prepare for 2.8.1. | expand

Commit Message

Justin Pettit Sept. 1, 2017, 6:50 p.m. UTC
Signed-off-by: Justin Pettit <jpettit@ovn.org>
---
 NEWS             | 4 ++++
 configure.ac     | 2 +-
 debian/changelog | 7 +++++++
 3 files changed, 12 insertions(+), 1 deletion(-)

Comments

Andy Zhou Sept. 7, 2017, 7:58 p.m. UTC | #1
On Fri, Sep 1, 2017 at 11:50 AM, Justin Pettit <jpettit@ovn.org> wrote:
> Signed-off-by: Justin Pettit <jpettit@ovn.org>
Acked-by: Andy Zhou <azhou@ovn.org>
Justin Pettit Sept. 7, 2017, 8:06 p.m. UTC | #2
> On Sep 7, 2017, at 12:58 PM, Andy Zhou <azhou@ovn.org> wrote:
> 
> On Fri, Sep 1, 2017 at 11:50 AM, Justin Pettit <jpettit@ovn.org> wrote:
>> Signed-off-by: Justin Pettit <jpettit@ovn.org>
> Acked-by: Andy Zhou <azhou@ovn.org>

Thanks.  I pushed this to branch-2.8.

--Justin
diff mbox series

Patch

diff --git a/NEWS b/NEWS
index ce503a4ea29f..4b10e81e4c27 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@ 
+v2.8.1 - xx xxx xxxx
+---------------------
+
+
 v2.8.0 - 31 Aug 2017
 ---------------------
    - ovs-ofctl:
diff --git a/configure.ac b/configure.ac
index c9d6f9f2cda9..6ade118a029c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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.1, bugs@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 95a875fbfee3..0bf3c4c82139 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@ 
+openvswitch (2.8.1-1) unstable; urgency=medium
+
+   [ Open vSwitch team ]
+   * New upstream version
+
+ -- Open vSwitch team <dev@openvswitch.org>  Thu, 31 Aug 2017 09:32:16 -0700
+
 openvswitch (2.8.0-1) unstable; urgency=medium
 
    [ Open vSwitch team ]