From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1535 invoked by alias); 8 Apr 2013 20:34:28 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 31245 Received: (qmail 5483 invoked from network); 8 Apr 2013 20:34:25 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 Received-SPF: neutral (ns1.primenet.com.au: 209.85.212.175 is neither permitted nor denied by SPF record at ntlworld.com) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:x-proxyuser-ip:date:from:to:subject:message-id :in-reply-to:references:x-mailer:mime-version:content-type :content-transfer-encoding:x-gm-message-state; bh=Q2yyMS8SuS5+YTx/gLZM8AEhg6JtLZnOG/2i6Ps0NTk=; b=a6FPYuNr7lRgJxKB2x+mnBwugpBfjOpQ/exhZ3+EpJFEoW/DqxmzwYqRLkU81qZlgk zQkLV3qmIN5TIS13TuwC2JNQ5wgo8iAC4BUMgX4rIKtqxjCU0jCzmOm4PFWWi+40D/EF WVgkYCwG/goJbVO25VbkhNK/S9969F0nH2ywHmlSfVujlne04UgH1s2YRb9cbl4o2+ai ey3v1Fr9nTFF5ZzRiJMDWwtKUB6Nke4AwdqfTSBoVxumJLj/mPq8FMpoL7w4B4bS91ua rl8rnnwQKJw2mSRSX948S86aoRIERDM8haE+Y8NijGFwItHxTRkt95epiMz/T+HpPiwu jAsg== X-Received: by 10.180.103.65 with SMTP id fu1mr15170162wib.4.1365449658507; Mon, 08 Apr 2013 12:34:18 -0700 (PDT) X-ProxyUser-IP: 86.6.30.159 Date: Mon, 8 Apr 2013 20:34:13 +0100 From: Peter Stephenson To: zsh-workers@zsh.org Subject: Re: version.h and ChangeLog Message-ID: <20130408203413.43e20021@pws-pc.ntlworld.com> In-Reply-To: <87bo9pnr1n.fsf@ft.bewatermyfriend.org> References: <130407103829.ZM487@torch.brasslantern.com> <20130407192324.5bde3a2b@pws-pc.ntlworld.com> <87bo9pnr1n.fsf@ft.bewatermyfriend.org> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.7; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQkcyeNfPcFDQBtUc53rH7redpQwU1Uc7yDtzQNwpL29vPKU40N+YlZ9eFWLRs08pptsb4iT On Mon, 08 Apr 2013 14:30:12 +0200 Frank Terbeck wrote: > About $ZSH_PATCHLEVEL: Did someone try if the variable is handled/set > properly when building from a tarball, when "git describe" isn't > available - and if it was would throw an error? > > If not, we should look at that so the next release will go smoothly. I got patchlevel.h containing: #define ZSH_PATCHLEVEL "" which isn't particularly useful. What should probably happen is that "make targz-src" should somehow freeze the contents of patchlevel.h so that making it when untarred doesn't update the header any further. -- Peter Stephenson Web page now at http://homepage.ntlworld.com/p.w.stephenson/