On 9/16/20 12:04 PM, [email protected] wrote: > From: Numan Siddique <[email protected]> > > Signed-off-by: Numan Siddique <[email protected]> > --- > > 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, [email protected]) > +AC_INIT(ovn, 20.09.0, [email protected]) > 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 <[email protected]> Tue 26 May 2020 01:10:35 PM EDT > + -- OVN team <[email protected]> Tue 16 Sep 2020 15:25:25 +0530
This should either be: -- OVN team <[email protected]> Tue 15 Sep 2020 15:25:25 +0530 Or: -- OVN team <[email protected]> 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 > > _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
