From patchwork Sat Oct 17 04:33:31 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Frysinger X-Patchwork-Id: 9203 X-Patchwork-Delegate: vapier@gentoo.org Received: (qmail 49042 invoked by alias); 17 Oct 2015 04:33:37 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 49031 invoked by uid 89); 17 Oct 2015 04:33:36 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL, BAYES_00, SPF_PASS, T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: smtp.gentoo.org Date: Sat, 17 Oct 2015 00:33:31 -0400 From: Mike Frysinger To: Joseph Myers Cc: libc-alpha@sourceware.org Subject: Re: [PATCH v4] timezone: add a configure flag to disable program install Message-ID: <20151017043331.GL28215@vapier.lan> Mail-Followup-To: Joseph Myers , libc-alpha@sourceware.org References: <1442599453-17511-1-git-send-email-vapier@gentoo.org> <1442612997-31368-1-git-send-email-vapier@gentoo.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: On 15 Oct 2015 12:02, Joseph Myers wrote: > I think a new configure option like this should have a NEWS entry. In > general, people making changes should consider if they go beyond routine > bug fixes and cleanups, and add NEWS entries if appropriate - such as for > new functions, new configure options, new options to installed programs, > new optimized function versions, new ports, withdrawn APIs. (The release > manager *also* needs to check for such changes during the freeze to catch > cases the contributors missed at the time - item 6.3 at > .) how about: -mike --- a/NEWS +++ b/NEWS @@ -22,6 +22,11 @@ Version 2.23 19059, 19071, 19074, 19076, 19077, 19078, 19079, 19085, 19086, 19088, 19094, 19095, 19124, 19125, 19129, 19134, 19137. +* There is now a --disable-timezone-tools configure option for disabling the + building and installing of the timezone related utilities (zic, zdump, and + tzselect). This is useful for people who build the timezone data and code + independent of the GNU C Library. + * The LD_POINTER_GUARD environment variable can no longer be used to disable the pointer guard feature. It is always enabled.