summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2012-02-02 22:01:13 +0000
committerMichał Górny <mgorny@gentoo.org>2012-02-02 22:01:13 +0000
commitad79a5210a367a33f12dace29355dce8b0dfb3f3 (patch)
treebcfdb2b774ba0b5d06ec7f4e08897fbf7059552e /eclass/ChangeLog
parentVersion bump, thanks Julian Ospald (diff)
downloadhistorical-ad79a5210a367a33f12dace29355dce8b0dfb3f3.tar.gz
historical-ad79a5210a367a33f12dace29355dce8b0dfb3f3.tar.bz2
historical-ad79a5210a367a33f12dace29355dce8b0dfb3f3.zip
Use checksums to determine whether files need autoreconf. Fixes bug #399641.
Diffstat (limited to 'eclass/ChangeLog')
-rw-r--r--eclass/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index e57b9490bcd1..70abea4e6c86 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for eclass directory
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.111 2012/02/02 03:17:56 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.112 2012/02/02 22:01:13 mgorny Exp $
+
+ 02 Feb 2012; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass:
+ Use checksums to determine whether files need autoreconf. Fixes bug #399641.
02 Feb 2012; Mike Gilbert <floppym@gentoo.org> subversion.eclass:
Introduce ESVN_UMASK variable to override default umask. Patch by Arfrever.