From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: zsh-workers-return-43581-ml=inbox.vuxu.org@zsh.org X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 2c47b791 for ; Fri, 28 Sep 2018 14:47:08 +0000 (UTC) Received: (qmail 28653 invoked by alias); 28 Sep 2018 14:46:53 -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: List-Unsubscribe: X-Seq: 43581 Received: (qmail 29124 invoked by uid 1010); 28 Sep 2018 14:46:53 -0000 X-Qmail-Scanner-Diagnostics: from out3-smtp.messagingengine.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(66.111.4.27):SA:0(-2.6/5.0):. Processed in 6.282155 secs); 28 Sep 2018 14:46:53 -0000 X-Envelope-From: d.s@daniel.shahaf.name X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= daniel.shahaf.name; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=dewf/R ICf+8xadpsLiXpUc0DyCwqRG29Gm0AfNA1lQk=; b=NykxnB2VX80FsozUftENuP jeM6sh8pJM+/s1Ns4Z8QGKhllYKGI6vyE4Gb+LKyEkfGrWO0yBOqyzYkEp4e3kw/ lmyr9dxAhz2Y7YVRdYdRqnEnP8cfP1b1LYUo85D4PGbtvlO3P3hM1B7YaG3086EL CAB+9Tl/P7gKLnd0MkjhFXBHxZ/HZGTp52vx+O7CygnaTR4CV2XxWHgSc7IrktW5 DvrVHe497Kbw/5ASz/8W8qd6zvIGPXQRX9Gmy0qymDKkQl4E6vIkf4yWnaOws/xP dde0TG2wuOLCarYkpGxQQwF/EikyAnoI6plNK0FqdL/WpdAd+weDm/onuU9haunw == DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=dewf/R ICf+8xadpsLiXpUc0DyCwqRG29Gm0AfNA1lQk=; b=Yqx4UyVqameBZBiDSDMzPN 1OF+AfWlPLJN4SkNiBY6Z6N5LqqQf/C+6/lU/KCo7hpMa4eX1w1J6CXSCASXEQTD vrX32vGjz8gje6kfShdS5ieUDzR7yhXr1t0U/PUxmk6f2nxx0c+KZY6Dgxy8xbM5 FV3aeaTaV83NYIJ0wRW+wsmxLXVb+wpcLMu6b3R4X+JHoKxD34Oez9sn6ah0voDD zSgbbShfboq7nXTWABx6+ov9gIfGFD21GJz5ijVQb6wE54FYBmGmSG/TBbpyVeQD ZIvlrVLctT3U+7l05VcVs6o/2UkhnKRxqDXr9CPlv0u8G63G1StleBRF32czHcHA == X-ME-Proxy: X-ME-Sender: Message-Id: <1538145494.3996501.1523942616.6808E06E@webmail.messagingengine.com> From: Daniel Shahaf To: Jun T , zsh-workers@zsh.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-27407983 In-Reply-To: Subject: Re: zsh download links References: Date: Fri, 28 Sep 2018 14:38:14 +0000 Jun T wrote on Fri, 28 Sep 2018 21:01 +0900: > Links in > (1) http://zsh.sourceforge.net/Arc/source.html > still point to zsh-5.5.1, and the last entry in http://zsh.sourceforge.net/News/ > is also 5.5.1. > Fixed. It may take a few minutes for sourceforge's caches to pick it up. Could I ask for someone to (1) add this to Etc/creating-a-release.txt, (2) write a script for updating that page that can be run as part of the release process? I've got my hands full. (The web pages are in git; creating-a-release.txt has a pointer.) > If a user starts from the top page > (2) http://zsh.sourceforge.net > it would be quite difficult to find the SourceForge's download page > (3) https://sourceforge.net/projects/zsh/files/ > or the download page in zsh.org > (4) http://www.zsh.org/pub/ > I agree. The Web pages are in git. They're straight html (not generated from anything). Would you have time to patch this? > It seems the only way to reach (3) from (2) is via the link at the > bottom of (1), "Older releases can be downloaded from the zsh > downloads on Sourceforge", and I can't find any page that has a > link to (4). > > Even if a user finds the page (3), the "Download Latest Version" link > on the page points to 5.6.1, not 5.6.2. Fixed. It may take a few minutes for sourceforge's caches to pick it up. I must have overlooked this last time, sorry. Cheers, Daniel