From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1OA0pw-0003bK-6L for qemu-devel@nongnu.org; Thu, 06 May 2010 09:09:56 -0400 Received: from [140.186.70.92] (port=34715 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OA0pu-0003aU-Ga for qemu-devel@nongnu.org; Thu, 06 May 2010 09:09:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OA0ps-0003wm-F0 for qemu-devel@nongnu.org; Thu, 06 May 2010 09:09:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34454) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OA0ps-0003wU-7S for qemu-devel@nongnu.org; Thu, 06 May 2010 09:09:52 -0400 Message-ID: <4BE2BF77.608@redhat.com> Date: Thu, 06 May 2010 15:09:11 +0200 From: Kevin Wolf MIME-Version: 1.0 Subject: Re: [Qemu-devel] Call for 0.12.4 References: <20100408183706.GA6046@volta.aurel32.net> In-Reply-To: <20100408183706.GA6046@volta.aurel32.net> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: qemu-devel@nongnu.org Am 08.04.2010 20:37, schrieb Aurelien Jarno: > Hi all, > > A number of fixes have been accumulated in the stable-0.12 branch, and > I think it's time to release a new stable version. I would like to see > that happening for the end of next week (around the 18th of April). > > If you want to see some patches included, please send a mail to the > mailing list with the [STABLE] tag. I would clearly prefer patches that > are already in HEAD (if the patch can simply be cherry-picked, there is > no need to send a patch, just the commit number), though other patches > might be considered too. Not sure if it's already too late for 0.12.4, but this one should be applied to the stable-0.12 branch: Commit: d6771bfa52744eb4f959198b4b0e59451463eebf qemu-img: use the heap instead of the huge stack array for win32 On Windows, qemu-img convert is broken without this fix. Kevin