summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2011-02-04 12:12:51 +0100
committerWerner Koch <wk@gnupg.org>2011-02-04 12:12:51 +0100
commitffd099eb19a588ab812b79436acafa407f32e8da (patch)
tree5ad601556e904aafbb67945c18c598839fae183a /ChangeLog
parentRemoved deprecated SIGEXPIRED status line. (diff)
downloadgnupg2-ffd099eb19a588ab812b79436acafa407f32e8da.tar.xz
gnupg2-ffd099eb19a588ab812b79436acafa407f32e8da.zip
Let autogen.sh check the git config
To avoid checking in trailing scripts the autogen.sh script now enables the standard pre-commit hook, which check for this. Add a cleanpo filter if not yet set. This works with together with po/.gitattributes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c29406607..17d049f99 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-02-04 Werner Koch <wk@g10code.com>
+
+ * autogen.sh: Ensure that the git pre-commit hoom has been
+ enabled. Add a cleanpo filter if not yet set.
+
2011-02-03 Werner Koch <wk@g10code.com>
* configure.ac (HAVE_GCRY_PK_GET_CURVE): Use AC_TRY_LINK.