[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: sqlite upgrade to 3.8.2
From: |
Mark H Weaver |
Subject: |
Re: sqlite upgrade to 3.8.2 |
Date: |
Wed, 22 Jan 2014 11:43:15 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) |
Hi,
Sree Harsha Totakura <address@hidden> writes:
> From 848d90f4b02cd16417e6488ef9dcbec352e9c2f2 Mon Sep 17 00:00:00 2001
> From: Sree Harsha Totakura <address@hidden>
> Date: Wed, 22 Jan 2014 14:34:42 +0100
> Subject: [PATCH] gnu: sqlite: Upgrade to 3.8.2
>
>
> Signed-off-by: Sree Harsha Totakura <address@hidden>
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