From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D19FA13877A for ; Tue, 19 Aug 2014 07:16:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF220E0932; Tue, 19 Aug 2014 07:16:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D134E0908 for ; Tue, 19 Aug 2014 07:16:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5FA3B3401E7 for ; Tue, 19 Aug 2014 07:16:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B24F3BC4 for ; Tue, 19 Aug 2014 07:01:06 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1407880471.c315fd9e623f33dff2ba00ed758638cada04c547.mgorny@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: DEVELOPING X-VCS-Directories: / X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c315fd9e623f33dff2ba00ed758638cada04c547 X-VCS-Branch: master Date: Tue, 19 Aug 2014 07:01:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5725773a-9d52-4d29-80fa-2e3d6ab05b71 X-Archives-Hash: 1c794f7d0e684e34b89371ff13dbfaa6 commit: c315fd9e623f33dff2ba00ed758638cada04c547 Author: Alexander Berntsen gentoo org> AuthorDate: Tue Aug 12 21:10:33 2014 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Aug 12 21:54:31 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=c315fd9e DEVELOPING: Update RELEASE-NOTES & NEWS in commit Signed-off-by: Alexander Berntsen gentoo.org> Reviewed-by: Brian Dolbec gentoo.org> --- DEVELOPING | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/DEVELOPING b/DEVELOPING index b1b3390..98c34b2 100644 --- a/DEVELOPING +++ b/DEVELOPING @@ -174,6 +174,11 @@ change a lot of unrelated things. This makes it easier to see what parts of the system have actually changed. It also makes it easier to cherry-pick and revert commits. Use your common sense! +When you make a significant change, make sure to update RELEASE-NOTES +for the to-be-released version. Very significant changes should be +mentioned in NEWS as well. See the current entries to these files for +examples of what constitutes significant. + Commit messages ---------------