summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-01-01 10:24:28 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2022-01-01 10:25:39 -0800
commite3ffd3bbdd23d06f9efe114c4e0247e58444229b (patch)
tree13197a9734303016ddfdb7dd9f11e0ac488eb5a5 /ChangeLog
parenteec12c00cf3f8c649297cf13fbbac6b0a27676de (diff)
downloadgnulib-e3ffd3bbdd23d06f9efe114c4e0247e58444229b.tar.gz
maint: fix ‘make update-copyright’ on symlinks
After running ‘make update-copyright’ I noticed that it incorrectly replaced a couple of symlinks with their contents. * Makefile (update-copyright): Do not update symlinks. * etc/license-notices/GPL, etc/license-notices/LGPL: Change these back to symlinks.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e2f467e75b..28d95dedec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2022-01-01 Paul Eggert <eggert@cs.ucla.edu>
+
+ maint: fix ‘make update-copyright’ on symlinks
+ After running ‘make update-copyright’ I noticed that it
+ incorrectly replaced a couple of symlinks with their contents.
+ * Makefile (update-copyright): Do not update symlinks.
+ * etc/license-notices/GPL, etc/license-notices/LGPL:
+ Change these back to symlinks.
+
2021-12-31 Bruno Haible <bruno@clisp.org>
unistdio: Prefer newer version to older, buggy one.