From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=42479 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PqPRs-0001J5-6D for qemu-devel@nongnu.org; Fri, 18 Feb 2011 07:28:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PqPRq-00047S-9G for qemu-devel@nongnu.org; Fri, 18 Feb 2011 07:28:35 -0500 Received: from mail-ey0-f180.google.com ([209.85.215.180]:37751) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PqPRq-00047C-2c for qemu-devel@nongnu.org; Fri, 18 Feb 2011 07:28:34 -0500 Received: by eyf18 with SMTP id 18so1711407eyf.11 for ; Fri, 18 Feb 2011 04:28:30 -0800 (PST) Sender: Paolo Bonzini Message-ID: <4D5E65E7.9030406@redhat.com> Date: Fri, 18 Feb 2011 13:28:23 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <4D5D9BE0.6060107@codemonkey.ws> <4D5E6126.6060300@redhat.com> In-Reply-To: <4D5E6126.6060300@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [ANNOUNCE] QEMU 0.14.0.tar.gz is available List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel On 02/18/2011 01:08 PM, Kevin Wolf wrote: > Am 17.02.2011 23:06, schrieb Anthony Liguori: >> The QEMU team is pleased to announce the availability of the 0.14.0 release. >> >> Download instructions are available at http://wiki.qemu.org/Download >> >> A detailed change log is available at http://wiki.qemu.org/Changelog/0.14 >> >> On behalf of the QEMU team, I'd like to thank everyone who contributed >> to make this release happen! > > The download page has a "ChangeLog" link next to the 0.14 release which > points to the old page that ends with 0.12.5. You might want to change > that to point to the real 0.14 changelog. I fixed the immediate problem through a redirect, but the Changelog links in the download page should be changed respectively to [[ChangeLog/0.14]], [[ChangeLog/0.13]] (which doesn't exist), and [[ChangeLog/old]] (i.e. 0.12.5 and earlier). The [[ChangeLog]] page should be linked from the left sidebar, probably. Paolo