summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 331e31a68b..12c14a2e7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,18 @@
2022-12-27 Paul Eggert <eggert@cs.ucla.edu>
+ Add --pull, --gen options to build-aux/bootstrap
+ This supports a single bootstrap script with --pull and --gen
+ options, as an alternative to separate autogen.sh and autopull.sh
+ and bootstrap-funclib.sh auxiliary files.
+ * top/bootstrap: With --version, also output library version.
+ Support update of package that has only the bootstrap script,
+ and not the other three files.
+
Support packages with just 'bootstrap'
* top/bootstrap: With --version, also output library version.
Support update of package that has only the bootstrap script,
and not the other three files.
+
* top/bootstrap-funclib.sh (scriptlibversion): Rename
from scriptversion. All uses changed. This way we
can distinguish script from script library versions.