diff mbox series

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

Message ID 20200916115425.3802463-1-numans@ovn.org
State Accepted
Headers show
Series [ovs-dev,v3,1/2] Prepare for 20.09.0. | expand

Commit Message

Numan Siddique Sept. 16, 2020, 11:54 a.m. UTC
From: Numan Siddique <numans@ovn.org>

Signed-off-by: Numan Siddique <numans@ovn.org>
---
v2 -> v3
----
  * Fixed another typo in the data.

v1 -> v2
----
  * Addressed the review comment from Dumitru. Corrected the version
    mistake in debian/changelog.

 NEWS             | 2 +-
 configure.ac     | 2 +-
 debian/changelog | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

Comments

Dumitru Ceara Sept. 16, 2020, 12:23 p.m. UTC | #1
On 9/16/20 1:54 PM, numans@ovn.org wrote:
> From: Numan Siddique <numans@ovn.org>
> 
> Signed-off-by: Numan Siddique <numans@ovn.org>

Acked-by: Dumitru Ceara <dceara@redhat.com>
Numan Siddique Sept. 16, 2020, 6:03 p.m. UTC | #2
On Wed, Sep 16, 2020 at 5:54 PM Dumitru Ceara <dceara@redhat.com> wrote:

> On 9/16/20 1:54 PM, numans@ovn.org wrote:
> > From: Numan Siddique <numans@ovn.org>
> >
> > Signed-off-by: Numan Siddique <numans@ovn.org>
>
> Acked-by: Dumitru Ceara <dceara@redhat.com>
>

Thanks Dumitru. I applied this patch to master and created the branch
'branch-20.09'.

Thanks
Numan


> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
>
diff mbox series

Patch

diff --git a/NEWS b/NEWS
index cf18ce5080..899afdb202 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@ 
-Post-v20.06.0
+OVN v20.09.0 - xx xxx xxxx
 --------------------------
    - Added packet marking support for traffic routed with
      a routing policy.
diff --git a/configure.ac b/configure.ac
index 25be501bfc..b660ecaf6a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ 
 # limitations under the License.
 
 AC_PREREQ(2.63)
-AC_INIT(ovn, 20.06.90, bugs@openvswitch.org)
+AC_INIT(ovn, 20.09.0, bugs@openvswitch.org)
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([config.h])
diff --git a/debian/changelog b/debian/changelog
index 96d4d2b46c..539213cfa7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@ 
-OVN (20.06.90-1) unstable; urgency=low
+OVN (20.09.0-1) unstable; urgency=low
 
    * New upstream version
 
- -- OVN team <dev@openvswitch.org> Tue 26 May 2020 01:10:35 PM EDT
+ -- OVN team <dev@openvswitch.org> Wed 16 Sep 2020 16:47:15 +0530
 
 OVN (20.06.0-1) unstable; urgency=low