From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 16C4442A12; Fri, 28 Apr 2023 09:14:47 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DBF804113C; Fri, 28 Apr 2023 09:14:46 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 43911406B5 for ; Fri, 28 Apr 2023 09:14:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1682666085; x=1714202085; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=inAk/ptV8HNfW9BDeHm9LIj3k7Cnqv+K6+Xi8ntYCAk=; b=ReoCR/DCXnX3GIfDh8BUYP+/M6QRzmVL6+/aMgQvgvKc83C5ETtw1ZN0 SjiyJ3xAvNpoFNOeBx+SI1Gd4wUg+P36SM4df1HQzSXgA5vOC0oOaB9MB KKfRKHTh0KgwUrOYsYfzTgrj7XSjDSjjAzbNHa1pa4CeBWiK+lQZ/nUZK BOR1QfPZJb1V6jQiCBMUG/QzOuigsu/RFzrb9UG0Fkau+HLtkkFXlFBL2 3yzc3yjXKoucd4CWUSoROpZMk2E/34sjgFwGoOAywRbdx25TDJdu8AFpg DtuKkLBcahfRo0Zc805NAWS4qGpBSidQln+XMnNe6Cp32yW5kiEGDAp9Q g==; X-IronPort-AV: E=McAfee;i="6600,9927,10693"; a="336720333" X-IronPort-AV: E=Sophos;i="5.99,233,1677571200"; d="scan'208";a="336720333" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Apr 2023 00:14:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10693"; a="838751693" X-IronPort-AV: E=Sophos;i="5.99,233,1677571200"; d="scan'208";a="838751693" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.118.233]) by fmsmga001.fm.intel.com with ESMTP; 28 Apr 2023 00:14:10 -0700 From: Lijuan Tu To: dts@dpdk.org Cc: Lijuan Tu Subject: [PATCH] version: 23.07-rc0 Date: Fri, 28 Apr 2023 15:14:05 +0800 Message-Id: <20230428071405.686993-1-lijuan.tu@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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. Signed-off-by: Lijuan Tu --- doc/dts_gsg/rel_notes/index.rst | 1 + doc/dts_gsg/rel_notes/release_23_07.rst | 65 +++++++++++++++++++++++++ version.py | 4 +- 3 files changed, 68 insertions(+), 2 deletions(-) create mode 100644 doc/dts_gsg/rel_notes/release_23_07.rst diff --git a/doc/dts_gsg/rel_notes/index.rst b/doc/dts_gsg/rel_notes/index.rst index 803347e2..694ad0b3 100644 --- a/doc/dts_gsg/rel_notes/index.rst +++ b/doc/dts_gsg/rel_notes/index.rst @@ -7,6 +7,7 @@ Release Notes .. toctree:: :maxdepth: 1 + release_23_07 release_23_03 release_22_11 release_22_07 diff --git a/doc/dts_gsg/rel_notes/release_23_07.rst b/doc/dts_gsg/rel_notes/release_23_07.rst new file mode 100644 index 00000000..e9240b23 --- /dev/null +++ b/doc/dts_gsg/rel_notes/release_23_07.rst @@ -0,0 +1,65 @@ +.. SPDX-License-Identifier: BSD-3-Clause + Copyright 2023 The DTS contributors + +DTS Release 23.07 +================= + +.. **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 2efe92c6..1550a304 100755 --- a/version.py +++ b/version.py @@ -1,9 +1,9 @@ # VERSION_MAJOR = "23" -VERSION_MINOR = "03" +VERSION_MINOR = "07" VERSION_PATCH = "0" -VERSION_EXTRA = "" +VERSION_EXTRA = "rc0" __version__ = "%s.%s.%s" % (VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH) -- 2.25.1