diff mbox series

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

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

Commit Message

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

Signed-off-by: Numan Siddique <numans@ovn.org>
---

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, 11:03 a.m. UTC | #1
On 9/16/20 12:04 PM, numans@ovn.org wrote:
> From: Numan Siddique <numans@ovn.org>
> 
> Signed-off-by: Numan Siddique <numans@ovn.org>
> ---
> 
> 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(-)
> 
> 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..efb74223b7 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> Tue 16 Sep 2020 15:25:25 +0530

This should either be:
 -- OVN team <dev@openvswitch.org> Tue 15 Sep 2020 15:25:25 +0530

Or:
 -- OVN team <dev@openvswitch.org> Wed 16 Sep 2020 15:25:25 +0530

If we go for the second approach I guess we might as well change the
date in patch 2/2 too.

Thanks,
Dumitru

>  
>  OVN (20.06.0-1) unstable; urgency=low
>  
>
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..efb74223b7 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> Tue 16 Sep 2020 15:25:25 +0530
 
 OVN (20.06.0-1) unstable; urgency=low