From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57619) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZOPv-0000tI-Kh for qemu-devel@nongnu.org; Mon, 06 May 2013 12:37:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UZOPu-00025S-NN for qemu-devel@nongnu.org; Mon, 06 May 2013 12:37:35 -0400 Received: from mail-yh0-x22d.google.com ([2607:f8b0:4002:c01::22d]:50720) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZOPu-00024V-Il for qemu-devel@nongnu.org; Mon, 06 May 2013 12:37:34 -0400 Received: by mail-yh0-f45.google.com with SMTP id b20so737216yha.18 for ; Mon, 06 May 2013 09:37:34 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <5187DC44.9060001@redhat.com> Date: Mon, 06 May 2013 18:37:24 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <87wqrci2zs.fsf@codemonkey.ws> In-Reply-To: <87wqrci2zs.fsf@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Last Call for 1.5 before Hard Freeze List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org, Gerd Hoffmann Il 06/05/2013 16:42, Anthony Liguori ha scritto: > > Hi, > > I believe I have processed all of the outstanding pull requests and > patches tagged for 1.5. If there are any other patches or pull requests > you would like to be considered, please respond to this note with a > pointer to the patch or make sure you send it out tagged with 'for-1.5' > no later than 5pm US/Eastern. Thanks Anthony! And please remember to update the changelog. It's already a pretty featureful release, but I have no idea about what's happening in VNC land (LED extension and WebSockets?) and what are the visible effects of Gerd's console refactorings. BTW, so far we have 10% more commits than 1.3.0: $ git log --pretty=oneline v1.2.0..v1.3.0-rc0|wc 1608 11447 141561 $ git log --pretty=oneline v1.3.0..v1.4.0-rc0|wc 1299 9086 114069 $ git log --pretty=oneline v1.4.0..HEAD|wc 1837 13002 161841 Paolo