From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: [PATCH] README, xen/Makefile: Update to Xen 4.5.0 Date: Tue, 6 Jan 2015 13:00:45 -0500 Message-ID: <20150106180045.GB27498@l.oracle.com> References: <1420564632-32715-1-git-send-email-konrad.wilk@oracle.com> <1420564632-32715-2-git-send-email-konrad.wilk@oracle.com> <1247759568.20150106185440@eikelenboom.it> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta4.messagelabs.com ([85.158.143.247]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Y8YR2-0001ab-3y for xen-devel@lists.xenproject.org; Tue, 06 Jan 2015 18:00:52 +0000 Content-Disposition: inline In-Reply-To: <1247759568.20150106185440@eikelenboom.it> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Sander Eikelenboom Cc: xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org On Tue, Jan 06, 2015 at 06:54:40PM +0100, Sander Eikelenboom wrote: > > Tuesday, January 6, 2015, 6:17:12 PM, you wrote: > > > Expand the README file to give a brief view of what went in > > Xen 4.5.0. Also change the Makefile to not use the '-rc' > > postfix. > > > Signed-off-by: Konrad Rzeszutek Wilk > > --- > > README | 40 +++++++++++++++++++++++++++------------- > > xen/Makefile | 2 +- > > 2 files changed, 28 insertions(+), 14 deletions(-) > > > diff --git a/README b/README > > index 412607a..26432b4 100644 > > --- a/README > > +++ b/README > > @@ -1,9 +1,9 @@ > > ################################# > > -__ __ _ _ ____ _ _ _ > > -\ \/ /___ _ __ | || | | ___| _ _ _ __ ___| |_ __ _| |__ | | ___ > > - \ // _ \ '_ \ | || |_ |___ \ _____| | | | '_ \/ __| __/ _` | '_ \| |/ _ \ > > - / \ __/ | | | |__ _| ___) |_____| |_| | | | \__ \ || (_| | |_) | | __/ > > -/_/\_\___|_| |_| |_|(_)____/ \__,_|_| |_|___/\__\__,_|_.__/|_|\___| > > + > > +\ \/ /___ _ __ | || | | ___| / _ \ > > + \ // _ \ '_ \ | || |_ |___ \| | | | > > + / \ __/ | | | |__ _| ___) | |_| | > > +/_/\_\___|_| |_| |_|(_)____(_)___/ > > > > ################################# > > Hi Konrad, > > Doesn't the above hunk chop of the top row of the figlet ? Yes it does. Thank you for noticing (updated)!