From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: sqlite upgrade to 3.8.2 Date: Wed, 22 Jan 2014 11:43:15 -0500 Message-ID: <8738kgm0gs.fsf@netris.org> References: <52DFCAA3.8000103@totakura.in> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58832) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W60xE-0008HE-Mi for guix-devel@gnu.org; Wed, 22 Jan 2014 11:47:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W60x7-0006kx-Tm for guix-devel@gnu.org; Wed, 22 Jan 2014 11:47:04 -0500 Received: from world.peace.net ([96.39.62.75]:57575) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W60x7-0006kq-HE for guix-devel@gnu.org; Wed, 22 Jan 2014 11:46:57 -0500 In-Reply-To: <52DFCAA3.8000103@totakura.in> (Sree Harsha Totakura's message of "Wed, 22 Jan 2014 14:41:55 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: sreeharsha@totakura.in Cc: guix-devel@gnu.org Hi, Sree Harsha Totakura writes: > From 848d90f4b02cd16417e6488ef9dcbec352e9c2f2 Mon Sep 17 00:00:00 2001 > From: Sree Harsha Totakura > Date: Wed, 22 Jan 2014 14:34:42 +0100 > Subject: [PATCH] gnu: sqlite: Upgrade to 3.8.2 > > > Signed-off-by: Sree Harsha Totakura We follow the GNU standard conventions for changelogs in our git commit logs. Here, the commit log should be something like: --8<---------------cut here---------------start------------->8--- gnu: sqlite: Update to 3.8.2. * gnu/packages/sqlite.scm (sqlite): Upgrade to 3.8.2. --8<---------------cut here---------------end--------------->8--- It's a fine point, but we usually put periods '.' at the end of the first line of the log. Thanks! Mark