From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-722421-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6DC3213877A for <garchives@archives.gentoo.org>; Tue, 12 Aug 2014 21:55:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B67DE09AD; Tue, 12 Aug 2014 21:55:27 +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 EAE8EE09AD for <gentoo-commits@lists.gentoo.org>; Tue, 12 Aug 2014 21:55:26 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2143834045A for <gentoo-commits@lists.gentoo.org>; Tue, 12 Aug 2014 21:55:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id DD5E21881B for <gentoo-commits@lists.gentoo.org>; Tue, 12 Aug 2014 21:55:24 +0000 (UTC) From: "Alexander Berntsen" <bernalex@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexander Berntsen" <bernalex@gentoo.org> Message-ID: <1407880471.c315fd9e623f33dff2ba00ed758638cada04c547.bernalex@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: DEVELOPING X-VCS-Directories: / X-VCS-Committer: bernalex X-VCS-Committer-Name: Alexander Berntsen X-VCS-Revision: c315fd9e623f33dff2ba00ed758638cada04c547 X-VCS-Branch: master Date: Tue, 12 Aug 2014 21:55:24 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1a0c8c84-ff41-4065-8c8d-988e801cff10 X-Archives-Hash: 8434db7f782f32e69dd572a3800270d9 commit: c315fd9e623f33dff2ba00ed758638cada04c547 Author: Alexander Berntsen <bernalex <AT> gentoo <DOT> org> AuthorDate: Tue Aug 12 21:10:33 2014 +0000 Commit: Alexander Berntsen <bernalex <AT> gentoo <DOT> org> CommitDate: Tue Aug 12 21:54:31 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=c315fd9e DEVELOPING: Update RELEASE-NOTES & NEWS in commit Signed-off-by: Alexander Berntsen <bernalex <AT> gentoo.org> Reviewed-by: Brian Dolbec <dolsen <AT> 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 ---------------