diff mbox series

[ovs-dev,1/2] Prepare for 21.03.0

Message ID 20210219152543.2952182-1-mmichels@redhat.com
State Accepted
Headers show
Series [ovs-dev,1/2] Prepare for 21.03.0 | expand

Commit Message

Mark Michelson Feb. 19, 2021, 3:25 p.m. UTC
Signed-off-by: Mark Michelson <mmichels@redhat.com>
---
 NEWS             | 2 +-
 configure.ac     | 2 +-
 debian/changelog | 6 ++++++
 3 files changed, 8 insertions(+), 2 deletions(-)

Comments

Numan Siddique Feb. 19, 2021, 5:22 p.m. UTC | #1
On Fri, Feb 19, 2021 at 8:56 PM Mark Michelson <mmichels@redhat.com> wrote:
>
> Signed-off-by: Mark Michelson <mmichels@redhat.com>

For both the patches in the series
Acked-by: Numan Siddique <numans@ovn.org>

Numan

> ---
>  NEWS             | 2 +-
>  configure.ac     | 2 +-
>  debian/changelog | 6 ++++++
>  3 files changed, 8 insertions(+), 2 deletions(-)
>
> diff --git a/NEWS b/NEWS
> index ddb5977d3..199a9266f 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -1,4 +1,4 @@
> -Post-v20.12.0
> +OVN v21.03.0 - 5 Mar 2020
>  -------------------------
>    - Support ECMP multiple nexthops for reroute router policies.
>     - BFD protocol support according to RFC880 [0]. Introduce next-hop BFD
> diff --git a/configure.ac b/configure.ac
> index ebb09a50d..37b476d53 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -13,7 +13,7 @@
>  # limitations under the License.
>
>  AC_PREREQ(2.63)
> -AC_INIT(ovn, 20.12.90, bugs@openvswitch.org)
> +AC_INIT(ovn, 21.03.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 ffff54fec..aa5f6be9b 100644
> --- a/debian/changelog
> +++ b/debian/changelog
> @@ -1,3 +1,9 @@
> +ovn (21.03.0-1) unstable; urgency=low
> +
> +   * New upstream version
> +
> + -- OVN team <dev@openvswitch.org>  Fri, 05 Mar 2021 12:00:00 -0500
> +
>  ovn (20.12.90-1) unstable; urgency=low
>
>     * New upstream version
> --
> 2.29.2
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
Numan Siddique Feb. 23, 2021, 11:07 a.m. UTC | #2
On Fri, Feb 19, 2021 at 10:52 PM Numan Siddique <numans@ovn.org> wrote:
>
> On Fri, Feb 19, 2021 at 8:56 PM Mark Michelson <mmichels@redhat.com> wrote:
> >
> > Signed-off-by: Mark Michelson <mmichels@redhat.com>
>
> For both the patches in the series
> Acked-by: Numan Siddique <numans@ovn.org>

Hi Mark,

Since we were supposed to create the branch on 19th Feb, I went ahead
and applied these
patches and created the branch-21.03.

Thanks
Numan

>
> Numan
>
> > ---
> >  NEWS             | 2 +-
> >  configure.ac     | 2 +-
> >  debian/changelog | 6 ++++++
> >  3 files changed, 8 insertions(+), 2 deletions(-)
> >
> > diff --git a/NEWS b/NEWS
> > index ddb5977d3..199a9266f 100644
> > --- a/NEWS
> > +++ b/NEWS
> > @@ -1,4 +1,4 @@
> > -Post-v20.12.0
> > +OVN v21.03.0 - 5 Mar 2020
> >  -------------------------
> >    - Support ECMP multiple nexthops for reroute router policies.
> >     - BFD protocol support according to RFC880 [0]. Introduce next-hop BFD
> > diff --git a/configure.ac b/configure.ac
> > index ebb09a50d..37b476d53 100644
> > --- a/configure.ac
> > +++ b/configure.ac
> > @@ -13,7 +13,7 @@
> >  # limitations under the License.
> >
> >  AC_PREREQ(2.63)
> > -AC_INIT(ovn, 20.12.90, bugs@openvswitch.org)
> > +AC_INIT(ovn, 21.03.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 ffff54fec..aa5f6be9b 100644
> > --- a/debian/changelog
> > +++ b/debian/changelog
> > @@ -1,3 +1,9 @@
> > +ovn (21.03.0-1) unstable; urgency=low
> > +
> > +   * New upstream version
> > +
> > + -- OVN team <dev@openvswitch.org>  Fri, 05 Mar 2021 12:00:00 -0500
> > +
> >  ovn (20.12.90-1) unstable; urgency=low
> >
> >     * New upstream version
> > --
> > 2.29.2
> >
> > _______________________________________________
> > 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 ddb5977d3..199a9266f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@ 
-Post-v20.12.0
+OVN v21.03.0 - 5 Mar 2020
 -------------------------
   - Support ECMP multiple nexthops for reroute router policies.
    - BFD protocol support according to RFC880 [0]. Introduce next-hop BFD
diff --git a/configure.ac b/configure.ac
index ebb09a50d..37b476d53 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ 
 # limitations under the License.
 
 AC_PREREQ(2.63)
-AC_INIT(ovn, 20.12.90, bugs@openvswitch.org)
+AC_INIT(ovn, 21.03.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 ffff54fec..aa5f6be9b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@ 
+ovn (21.03.0-1) unstable; urgency=low
+
+   * New upstream version
+
+ -- OVN team <dev@openvswitch.org>  Fri, 05 Mar 2021 12:00:00 -0500
+
 ovn (20.12.90-1) unstable; urgency=low
 
    * New upstream version