summaryrefslogtreecommitdiff
path: root/Admin
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2022-10-16 22:09:45 +0200
committerBruno Haible <bruno@clisp.org>2022-10-16 22:20:35 +0200
commitb8bf6d52e8f7d97800baa39c472dee41ab4e770b (patch)
tree8d3bdc3705140fdbb76988bce1b98f372aa47ad0 /Admin
parentecfb8c2c54348669b54bb39f55dfd282b60980d9 (diff)
downloadlibunistring-b8bf6d52e8f7d97800baa39c472dee41ab4e770b.tar.gz
Prepare for 1.1 release.
* version.sh: Bump version number, date, gnulib version. * README: Update version. * NEWS: Update version. * lib/Makefile.am (LTV_*): Update to 5:0:0 (determined with help from gnulib's libtool-next-version).
Diffstat (limited to 'Admin')
-rw-r--r--Admin/README.update4
1 files changed, 3 insertions, 1 deletions
diff --git a/Admin/README.update b/Admin/README.update
index 120ea61..fe028ce 100644
--- a/Admin/README.update
+++ b/Admin/README.update
@@ -76,6 +76,8 @@ To identify affected modules, you can use the following command:
where $COMMIT is a git commit ID, which points to the regeneration,
and 'containing' and 'dependent' are scripts included here. Note that
-this command takes some time to complete.
+this command takes some time to complete. Also, it is useful to
+temporarily remove the dependency to 'wcwidth' from modules/mbchar
+before this command.
Daiki Ueno <ueno@gnu.org>