From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio M. Di Nitto Date: Sun, 04 Dec 2011 09:14:49 +0100 Subject: [Cluster-devel] cluster: STABLE31 - Changes the kernel version check to handle 3.x.y kernels. Now if the 'x' version of the running kernel is higher than the 'x' version of the minimum kernel, the test passes. Also changed the method of checking that version numbers were gathered so that a version number of '0' would be seen as valid. In-Reply-To: <20111203184829.E203412038B@lists.fedorahosted.org> References: <20111203184829.E203412038B@lists.fedorahosted.org> Message-ID: <4EDB2BF9.4000905@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On 12/03/2011 07:48 PM, Madison Kelly wrote: > Gitweb: http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=9be00f89c9b3d9670cbd73525d4c41440a37b08a > Commit: 9be00f89c9b3d9670cbd73525d4c41440a37b08a > Parent: 991bfb0b1f547da5314141fcd79e0ea2253f78f4 > Author: Digital Mermaid > AuthorDate: Sat Dec 3 12:53:15 2011 -0500 > Committer: Digital Mermaid > CommitterDate: Sat Dec 3 12:53:15 2011 -0500 > > Changes the kernel version check to handle 3.x.y kernels. Now if the 'x' version of the running kernel is higher than the 'x' version of the minimum kernel, the test passes. Also changed the method of checking that version numbers were gathered so that a version number of '0' would be seen as valid. > > Signed-off-by: Digital Mermaid Minor nit-pick. git is "smart" when handling the changelog entry. First line: short log rest of the body .. long explanation of the change Signed-off... The Short log is also used for email subjects on commit/push. Otherwise it gets a bit too long ;) remember to break at 80 cols more or less. Fabio