diff mbox series

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

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

Commit Message

Numan Siddique Sept. 15, 2020, 5:28 p.m. UTC
From: Numan Siddique <numans@ovn.org>

Signed-off-by: Numan Siddique <numans@ovn.org>
---
 NEWS             | 2 +-
 configure.ac     | 2 +-
 debian/changelog | 6 ++++++
 3 files changed, 8 insertions(+), 2 deletions(-)

Comments

Dumitru Ceara Sept. 16, 2020, 9:26 a.m. UTC | #1
On 9/15/20 7:28 PM, numans@ovn.org wrote:
> From: Numan Siddique <numans@ovn.org>
> 
> Signed-off-by: Numan Siddique <numans@ovn.org>
> ---
>  NEWS             | 2 +-
>  configure.ac     | 2 +-
>  debian/changelog | 6 ++++++
>  3 files changed, 8 insertions(+), 2 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..3f88d3e535 100644
> --- a/debian/changelog
> +++ b/debian/changelog
> @@ -1,3 +1,9 @@
> +OVN (20.09.0-1) unstable; urgency=low
> +
> +   * New upstream version
> +
> + -- OVN team <dev@openvswitch.org> Tue 15 Sep 2020 10:42:05 +0530
> +
>  OVN (20.06.90-1) unstable; urgency=low
> 
I think this is not correct. Instead of adding a new entry we should be
changing this one to:

OVN (20.09.0-1) unstable; urgency=low

Thanks,
Dumitru

>     * New upstream version
>
Numan Siddique Sept. 16, 2020, 10:05 a.m. UTC | #2
On Wed, Sep 16, 2020 at 2:56 PM Dumitru Ceara <dceara@redhat.com> wrote:

> On 9/15/20 7:28 PM, numans@ovn.org wrote:
> > From: Numan Siddique <numans@ovn.org>
> >
> > Signed-off-by: Numan Siddique <numans@ovn.org>
> > ---
> >  NEWS             | 2 +-
> >  configure.ac     | 2 +-
> >  debian/changelog | 6 ++++++
> >  3 files changed, 8 insertions(+), 2 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..3f88d3e535 100644
> > --- a/debian/changelog
> > +++ b/debian/changelog
> > @@ -1,3 +1,9 @@
> > +OVN (20.09.0-1) unstable; urgency=low
> > +
> > +   * New upstream version
> > +
> > + -- OVN team <dev@openvswitch.org> Tue 15 Sep 2020 10:42:05 +0530
> > +
> >  OVN (20.06.90-1) unstable; urgency=low
> >
> I think this is not correct. Instead of adding a new entry we should be
> changing this one to:
>
> OVN (20.09.0-1) unstable; urgency=low
>

Oops. Thanks for spotting it.

I sent v2 correcting this mistake.

Thanks
Numan


>
> Thanks,
> Dumitru
>
> >     * New upstream version
> >
>
> _______________________________________________
> 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..3f88d3e535 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@ 
+OVN (20.09.0-1) unstable; urgency=low
+
+   * New upstream version
+
+ -- OVN team <dev@openvswitch.org> Tue 15 Sep 2020 10:42:05 +0530
+
 OVN (20.06.90-1) unstable; urgency=low
 
    * New upstream version