diff mbox series

[ovs-dev,branch-2.13,2/2] Prepare for 2.13.1.

Message ID 20200214003131.3643810-2-blp@ovn.org
State Accepted
Commit d33cc044f3bfa158a0bf79b1714f9a272d26756b
Headers show
Series [ovs-dev,branch-2.13,1/2] Set release date for 2.13.0. | expand

Commit Message

Ben Pfaff Feb. 14, 2020, 12:31 a.m. UTC
Signed-off-by: Ben Pfaff <blp@ovn.org>
---
 NEWS             | 3 +++
 configure.ac     | 2 +-
 debian/changelog | 6 ++++++
 3 files changed, 10 insertions(+), 1 deletion(-)

Comments

Flavio Leitner Feb. 14, 2020, 11:15 a.m. UTC | #1
On Thu, Feb 13, 2020 at 04:31:31PM -0800, Ben Pfaff wrote:
> Signed-off-by: Ben Pfaff <blp@ovn.org>
> ---

testsuite is passing over here, pushed through some kernel
and dpdk traffic basic tests and all passed as well.

Acked-by: Flavio Leitner <fbl@sysclose.org>
Ben Pfaff Feb. 14, 2020, 5:44 p.m. UTC | #2
On Fri, Feb 14, 2020 at 08:15:27AM -0300, Flavio Leitner wrote:
> On Thu, Feb 13, 2020 at 04:31:31PM -0800, Ben Pfaff wrote:
> > Signed-off-by: Ben Pfaff <blp@ovn.org>
> > ---
> 
> testsuite is passing over here, pushed through some kernel
> and dpdk traffic basic tests and all passed as well.
> 
> Acked-by: Flavio Leitner <fbl@sysclose.org>

Thanks for the acks.  I applied this series to branch-2.13 to release
2.13.0, and then fixed up the first patch for master (it shouldn't have
needed changes, but like I said in commit message 1/2, I screwed up
earlier) and applied it there.
diff mbox series

Patch

diff --git a/NEWS b/NEWS
index dab94e924dc6..a872fffc3e0d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@ 
+v2.13.1 - xx xxx xxxx
+---------------------
+
 v2.13.0 - 14 Feb 2020
 ---------------------
    - OVN:
diff --git a/configure.ac b/configure.ac
index 92b52f67127e..a918698af635 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ 
 # limitations under the License.
 
 AC_PREREQ(2.63)
-AC_INIT(openvswitch, 2.13.0, bugs@openvswitch.org)
+AC_INIT(openvswitch, 2.13.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 8e075bc98b72..76df7593ee68 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@ 
+openvswitch (2.13.1-1) unstable; urgency=low
+   [ Open vSwitch team]
+   * New upstream version
+
+ -- Open vSwitch team <dev@openvswitch.org>  Fri, 14 Feb 2020 13:00:00 -0700
+
 openvswitch (2.13.0-1) unstable; urgency=low
    [ Open vSwitch team]
    * New upstream version