summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2011-12-09 09:51:21 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2011-12-22 12:28:15 +0100
commitfdc16456f45edf32aa4c4036611eb2c102fe89e5 (patch)
tree56cc95a5ee5e0fa348e84dfdef5141051110bf75 /ChangeLog
parent7f713c38e4e1ad3c3cca73e6cd23d605ad7b886e (diff)
downloadautomake-fdc16456f45edf32aa4c4036611eb2c102fe89e5.tar.gz
maint: remove executable bit from automake.in
* automake.in: This file is not meant to be executed, only to be preprocessed to create the `automake' script; so don't leave it executable.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 49b6e8bf9..ea92d23d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-12-22 Stefano Lattarini <stefano.lattarini@gmail.com>
+
+ maint: remove executable bit from automake.in
+ * automake.in: This file is not meant to be executed, only to
+ be preprocessed to create the `automake' script; so don't leave
+ it executable.
+
2011-12-20 Peter Rosin <peda@lysator.liu.se>
tests: fix spurious failure on systems lacking unistd.h