diff mbox series

[ovs-dev,1/2] Prepare for 2.9.0.

Message ID 1516211680-124254-1-git-send-email-jpettit@ovn.org
State Accepted
Headers show
Series [ovs-dev,1/2] Prepare for 2.9.0. | expand

Commit Message

Justin Pettit Jan. 17, 2018, 5:54 p.m. UTC
Signed-off-by: Justin Pettit <jpettit@ovn.org>
---
 NEWS             | 2 +-
 configure.ac     | 2 +-
 debian/changelog | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

Comments

Ben Pfaff Jan. 17, 2018, 6:04 p.m. UTC | #1
On Wed, Jan 17, 2018 at 09:54:39AM -0800, Justin Pettit wrote:
> Signed-off-by: Justin Pettit <jpettit@ovn.org>

Acked-by: Ben Pfaff <blp@ovn.org>
Justin Pettit Jan. 17, 2018, 9:42 p.m. UTC | #2
> On Jan 17, 2018, at 10:04 AM, Ben Pfaff <blp@ovn.org> wrote:
> 
> On Wed, Jan 17, 2018 at 09:54:39AM -0800, Justin Pettit wrote:
>> Signed-off-by: Justin Pettit <jpettit@ovn.org>
> 
> Acked-by: Ben Pfaff <blp@ovn.org>

I created branch-2.9, and pushed this to master and there.

--Justin
diff mbox series

Patch

diff --git a/NEWS b/NEWS
index cb020d00d00c..a736b3159751 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@ 
-Post-v2.8.0
+v2.9.0 - xx xxx xxxx
 --------------------
    - NSH implementation now conforms to latest draft (draft-ietf-sfc-nsh-28).
      * Add ttl field.
diff --git a/configure.ac b/configure.ac
index 8f7f4a770e24..635beb6ea962 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ 
 # limitations under the License.
 
 AC_PREREQ(2.63)
-AC_INIT(openvswitch, 2.8.90, bugs@openvswitch.org)
+AC_INIT(openvswitch, 2.9.0, 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 d2b244fca0ec..64b8f08ee931 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@ 
-openvswitch (2.8.90-1) unstable; urgency=medium
+openvswitch (2.9.0-1) unstable; urgency=low
 
-   - Nothing yet!  Try NEWS...
+   * New upstream version
 
- -- Open vSwitch team <dev@openvswitch.org>  Fri, 04 Aug 2017 15:00:00 -0700
+ -- Open vSwitch team <dev@openvswitch.org>  Wed, 17 Jan 2018 09:49:31 -0700
 
 openvswitch (2.8.0-1) unstable; urgency=medium