From patchwork Thu Feb 2 05:53:18 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Tu, Lijuan" X-Patchwork-Id: 122879 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 46FB341BA8; Thu, 2 Feb 2023 07:10:57 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3C4FC42C54; Thu, 2 Feb 2023 07:10:57 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 7247242C54 for ; Thu, 2 Feb 2023 07:10:55 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1675318255; x=1706854255; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=t93Lp4woPGnIJxBMR67C2GzwfqrQE04U2NPOStVbYL0=; b=K4Tjx8teFmUhROvcUkyBup8VwWHD4l1qBeFNWpd5WeyAqmXZJ5SWpzHe x6P3wHzvBkzj3Knl5FCYN4CO84V09QlFNKbTKpAhuXi0DK+g9pCj10T0w ANuo3+Ie9AE0VJrhsCgVbtibS7d2pWSkOZ8aunAUBHjZYSfppgaOdkwV7 eGTczUfBFZH49JrYkbrnXhJu5mrc6o0N9+ZFCdy3YdgdoiHKosXQl+Xnk +rRAcK0TwLtpbOhD3aMdgGYz79UhZqtuuWYwEj0UgnHiqmSXF1vL3m78d oJ8/lIBH8B1fU/471fhmbrt5StRj0UGsMn+38KbXSImq+Hl/vcdJcqHH2 Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10608"; a="414570496" X-IronPort-AV: E=Sophos;i="5.97,266,1669104000"; d="scan'208";a="414570496" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Feb 2023 22:10:54 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10608"; a="733823395" X-IronPort-AV: E=Sophos;i="5.97,266,1669104000"; d="scan'208";a="733823395" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga004.fm.intel.com with ESMTP; 01 Feb 2023 22:10:53 -0800 From: Lijuan Tu To: dts@dpdk.org Cc: Lijuan Tu Subject: [V2] version: 23.03-rc0 Date: Thu, 2 Feb 2023 13:53:18 +0800 Message-Id: <20230202055318.3628396-1-lijuan.tu@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Start a new release cycle with empty release notes. Align DTS release notes with DPDK. Signed-off-by: Lijuan Tu --- doc/dts_gsg/rel_notes/index.rst | 7 +-- doc/dts_gsg/rel_notes/release_23_03.rst | 65 +++++++++++++++++++++++++ version.py | 6 +-- 3 files changed, 72 insertions(+), 6 deletions(-) create mode 100644 doc/dts_gsg/rel_notes/release_23_03.rst diff --git a/doc/dts_gsg/rel_notes/index.rst b/doc/dts_gsg/rel_notes/index.rst index 44916c25..803347e2 100644 --- a/doc/dts_gsg/rel_notes/index.rst +++ b/doc/dts_gsg/rel_notes/index.rst @@ -7,7 +7,8 @@ Release Notes .. toctree:: :maxdepth: 1 - release_21_11 - release_22_03 - release_22_07 + release_23_03 release_22_11 + release_22_07 + release_22_03 + release_21_11 diff --git a/doc/dts_gsg/rel_notes/release_23_03.rst b/doc/dts_gsg/rel_notes/release_23_03.rst new file mode 100644 index 00000000..da10439e --- /dev/null +++ b/doc/dts_gsg/rel_notes/release_23_03.rst @@ -0,0 +1,65 @@ +.. SPDX-License-Identifier: BSD-3-Clause + Copyright 2023 The DTS contributors + +DTS Release 23.03 +================= + +.. **Read this first.** + + The text in the sections below explains how to update the release notes. + + Use proper spelling, capitalization and punctuation in all sections. + + +New Features +------------ + +.. This section should contain new features added in this release. + + Sample format: + + * **Add a title in the past tense with a full stop.** + + Add a short 1-2 sentence description in the past tense. + The description should be enough to allow someone scanning + the release notes to understand the new feature. + + If the feature adds a lot of sub-features you can use a bullet list + like this: + + * Added feature foo to do something. + * Enhanced feature bar to do something else. + + This section is a comment. Do not overwrite or remove it. + Also, make sure to start the actual text at the margin. + ======================================================= + + +Removed Items +------------- + +.. This section should contain removed items in this release. + + Sample format: + + * Add a short 1-2 sentence description of the removed item + in the past tense. + + This section is a comment. Do not overwrite or remove it. + Also, make sure to start the actual text at the margin. + ======================================================= + + +Known Issues +------------ + +.. This section should contain new known issues in this release. + + Sample format: + + * Add a short 1-2 sentence description of the removed item + in the past tense. + + This section is a comment. Do not overwrite or remove it. + Also, make sure to start the actual text at the margin. + ======================================================= diff --git a/version.py b/version.py index c33658fb..632c4378 100755 --- a/version.py +++ b/version.py @@ -1,9 +1,9 @@ # -VERSION_MAJOR = "22" -VERSION_MINOR = "11" +VERSION_MAJOR = "23" +VERSION_MINOR = "03" VERSION_PATCH = "0" -VERSION_EXTRA = "" +VERSION_EXTRA = "rc0" __version__ = "%s.%s.%s" % (VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH)