summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-12-27 08:15:38 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2022-12-27 10:02:42 -0800
commit816b0d5d6204d86c9501439ae4c5880d9b337200 (patch)
tree15599e373d0fe33d7230a24d778b766382f15acd /ChangeLog
parent8319b1927b2763e7b0bb39a0c5a310078f2dfe86 (diff)
downloadgnulib-816b0d5d6204d86c9501439ae4c5880d9b337200.tar.gz
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. (upgrade_bootstrap): If the package currently has only the bootstrap script, just update that.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 53c645a55f..331e31a68b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2022-12-27 Paul Eggert <eggert@cs.ucla.edu>
+ 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.
+ (upgrade_bootstrap): If the package currently has only
+ the bootstrap script, just update that.
+
Bootstrap with functions, not scripts
* top/bootstrap: Use autopull and autogen functions, not
shell scripts. This lets build-aux/bootstrap become a