Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libunistring for openSUSE:Factory 
checked in at 2025-10-14 18:05:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libunistring (Old)
 and      /work/SRC/openSUSE:Factory/.libunistring.new.18484 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libunistring"

Tue Oct 14 18:05:46 2025 rev:36 rq:1311017 version:1.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libunistring/libunistring.changes        
2025-09-30 17:36:57.007558204 +0200
+++ /work/SRC/openSUSE:Factory/.libunistring.new.18484/libunistring.changes     
2025-10-14 18:05:58.136825112 +0200
@@ -1,0 +2,6 @@
+Fri Oct 10 19:27:06 UTC 2025 - Andreas Stieger <[email protected]>
+
+- update to 1.4.1:
+  * Fixed a compilation error in C++ mode
+
+-------------------------------------------------------------------

Old:
----
  libunistring-1.4.tar.xz
  libunistring-1.4.tar.xz.sig

New:
----
  libunistring-1.4.1.tar.xz
  libunistring-1.4.1.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libunistring.spec ++++++
--- /var/tmp/diff_new_pack.qBDyR2/_old  2025-10-14 18:05:58.796852829 +0200
+++ /var/tmp/diff_new_pack.qBDyR2/_new  2025-10-14 18:05:58.796852829 +0200
@@ -19,7 +19,7 @@
 
 %define sover  5
 Name:           libunistring
-Version:        1.4
+Version:        1.4.1
 Release:        0
 Summary:        GNU Unicode string library
 License:        GPL-3.0-or-later OR LGPL-3.0-or-later

++++++ libunistring-1.4.tar.xz -> libunistring-1.4.1.tar.xz ++++++
++++ 3121 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libunistring-1.4/ChangeLog new/libunistring-1.4.1/ChangeLog
--- old/libunistring-1.4/ChangeLog      2025-09-27 16:35:07.000000000 +0200
+++ new/libunistring-1.4.1/ChangeLog    2025-10-05 17:46:15.000000000 +0200
@@ -1,3 +1,10 @@
+2025-10-05  Bruno Haible  <[email protected]>
+
+       Prepare for 1.4.1 release.
+       * version.sh: Bump version number, date, gnulib version.
+       * README: Update version.
+       * NEWS: Update.
+
 2025-09-27  Bruno Haible  <[email protected]>
 
        Prepare for 1.4 release.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libunistring-1.4/NEWS new/libunistring-1.4.1/NEWS
--- old/libunistring-1.4/NEWS   2025-09-24 23:38:03.000000000 +0200
+++ new/libunistring-1.4.1/NEWS 2025-10-04 04:24:56.000000000 +0200
@@ -1,3 +1,6 @@
+New in 1.4.1:
+* Fixed a compilation error in C++ mode.
+
 New in 1.4:
 * The data tables and algorithms have been updated to Unicode version 17.0.0.
 * Fixed a bug: The functions u*_grapheme_next and u*_grapheme_prev did not
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libunistring-1.4/README new/libunistring-1.4.1/README
--- old/libunistring-1.4/README 2025-09-27 16:24:30.000000000 +0200
+++ new/libunistring-1.4.1/README       2025-10-05 17:41:33.000000000 +0200
@@ -69,7 +69,7 @@
 Download
 --------
 
-    https://ftp.gnu.org/gnu/libunistring/libunistring-1.4.tar.gz
+    https://ftp.gnu.org/gnu/libunistring/libunistring-1.4.1.tar.gz
 
 Homepage
 --------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libunistring-1.4/doc/libunistring_1.html 
new/libunistring-1.4.1/doc/libunistring_1.html
--- old/libunistring-1.4/doc/libunistring_1.html        2025-09-27 
16:25:43.000000000 +0200
+++ new/libunistring-1.4.1/doc/libunistring_1.html      2025-10-05 
17:46:12.000000000 +0200
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
 <html>
-<!-- Created on September, 27 2025 by texi2html 1.78a -->
+<!-- Created on October, 5 2025 by texi2html 1.78a -->
 <!--
 Written by: Lionel Cons <[email protected]> (original author)
             Karl Berry  <[email protected]>
@@ -491,7 +491,7 @@
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated by <em>Bruno Haible</em> on <em>September, 27 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
+  This document was generated by <em>Bruno Haible</em> on <em>October, 5 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
  </font>
  <br>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libunistring-1.4/doc/libunistring_10.html 
new/libunistring-1.4.1/doc/libunistring_10.html
--- old/libunistring-1.4/doc/libunistring_10.html       2025-09-27 
16:25:43.000000000 +0200
+++ new/libunistring-1.4.1/doc/libunistring_10.html     2025-10-05 
17:46:12.000000000 +0200
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
 <html>
-<!-- Created on September, 27 2025 by texi2html 1.78a -->
+<!-- Created on October, 5 2025 by texi2html 1.78a -->
 <!--
 Written by: Lionel Cons <[email protected]> (original author)
             Karl Berry  <[email protected]>
@@ -298,7 +298,7 @@
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated by <em>Bruno Haible</em> on <em>September, 27 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
+  This document was generated by <em>Bruno Haible</em> on <em>October, 5 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
  </font>
  <br>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libunistring-1.4/doc/libunistring_11.html 
new/libunistring-1.4.1/doc/libunistring_11.html
--- old/libunistring-1.4/doc/libunistring_11.html       2025-09-27 
16:25:43.000000000 +0200
+++ new/libunistring-1.4.1/doc/libunistring_11.html     2025-10-05 
17:46:12.000000000 +0200
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
 <html>
-<!-- Created on September, 27 2025 by texi2html 1.78a -->
+<!-- Created on October, 5 2025 by texi2html 1.78a -->
 <!--
 Written by: Lionel Cons <[email protected]> (original author)
             Karl Berry  <[email protected]>
@@ -210,7 +210,7 @@
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated by <em>Bruno Haible</em> on <em>September, 27 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
+  This document was generated by <em>Bruno Haible</em> on <em>October, 5 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
  </font>
  <br>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libunistring-1.4/doc/libunistring_12.html 
new/libunistring-1.4.1/doc/libunistring_12.html
--- old/libunistring-1.4/doc/libunistring_12.html       2025-09-27 
16:25:43.000000000 +0200
+++ new/libunistring-1.4.1/doc/libunistring_12.html     2025-10-05 
17:46:12.000000000 +0200
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
 <html>
-<!-- Created on September, 27 2025 by texi2html 1.78a -->
+<!-- Created on October, 5 2025 by texi2html 1.78a -->
 <!--
 Written by: Lionel Cons <[email protected]> (original author)
             Karl Berry  <[email protected]>
@@ -202,7 +202,7 @@
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated by <em>Bruno Haible</em> on <em>September, 27 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
+  This document was generated by <em>Bruno Haible</em> on <em>October, 5 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
  </font>
  <br>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libunistring-1.4/doc/libunistring_13.html 
new/libunistring-1.4.1/doc/libunistring_13.html
--- old/libunistring-1.4/doc/libunistring_13.html       2025-09-27 
16:25:43.000000000 +0200
+++ new/libunistring-1.4.1/doc/libunistring_13.html     2025-10-05 
17:46:12.000000000 +0200
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
 <html>
-<!-- Created on September, 27 2025 by texi2html 1.78a -->
+<!-- Created on October, 5 2025 by texi2html 1.78a -->
 <!--
 Written by: Lionel Cons <[email protected]> (original author)
             Karl Berry  <[email protected]>
@@ -509,7 +509,7 @@
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated by <em>Bruno Haible</em> on <em>September, 27 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
+  This document was generated by <em>Bruno Haible</em> on <em>October, 5 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
  </font>
  <br>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libunistring-1.4/doc/libunistring_14.html 
new/libunistring-1.4.1/doc/libunistring_14.html
--- old/libunistring-1.4/doc/libunistring_14.html       2025-09-27 
16:25:43.000000000 +0200
+++ new/libunistring-1.4.1/doc/libunistring_14.html     2025-10-05 
17:46:12.000000000 +0200
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
 <html>
-<!-- Created on September, 27 2025 by texi2html 1.78a -->
+<!-- Created on October, 5 2025 by texi2html 1.78a -->
 <!--
 Written by: Lionel Cons <[email protected]> (original author)
             Karl Berry  <[email protected]>
@@ -632,7 +632,7 @@
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated by <em>Bruno Haible</em> on <em>September, 27 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
+  This document was generated by <em>Bruno Haible</em> on <em>October, 5 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
  </font>
  <br>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libunistring-1.4/doc/libunistring_15.html 
new/libunistring-1.4.1/doc/libunistring_15.html
--- old/libunistring-1.4/doc/libunistring_15.html       2025-09-27 
16:25:43.000000000 +0200
+++ new/libunistring-1.4.1/doc/libunistring_15.html     2025-10-05 
17:46:12.000000000 +0200
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
 <html>
-<!-- Created on September, 27 2025 by texi2html 1.78a -->
+<!-- Created on October, 5 2025 by texi2html 1.78a -->
 <!--
 Written by: Lionel Cons <[email protected]> (original author)
             Karl Berry  <[email protected]>
@@ -78,7 +78,7 @@
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated by <em>Bruno Haible</em> on <em>September, 27 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
+  This document was generated by <em>Bruno Haible</em> on <em>October, 5 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
  </font>
  <br>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libunistring-1.4/doc/libunistring_16.html 
new/libunistring-1.4.1/doc/libunistring_16.html
--- old/libunistring-1.4/doc/libunistring_16.html       2025-09-27 
16:25:43.000000000 +0200
+++ new/libunistring-1.4.1/doc/libunistring_16.html     2025-10-05 
17:46:12.000000000 +0200
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
 <html>
-<!-- Created on September, 27 2025 by texi2html 1.78a -->
+<!-- Created on October, 5 2025 by texi2html 1.78a -->
 <!--
 Written by: Lionel Cons <[email protected]> (original author)
             Karl Berry  <[email protected]>
@@ -237,7 +237,7 @@
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated by <em>Bruno Haible</em> on <em>September, 27 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
+  This document was generated by <em>Bruno Haible</em> on <em>October, 5 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
  </font>
  <br>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libunistring-1.4/doc/libunistring_17.html 
new/libunistring-1.4.1/doc/libunistring_17.html
--- old/libunistring-1.4/doc/libunistring_17.html       2025-09-27 
16:25:43.000000000 +0200
+++ new/libunistring-1.4.1/doc/libunistring_17.html     2025-10-05 
17:46:12.000000000 +0200
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
 <html>
-<!-- Created on September, 27 2025 by texi2html 1.78a -->
+<!-- Created on October, 5 2025 by texi2html 1.78a -->
 <!--
 Written by: Lionel Cons <[email protected]> (original author)
             Karl Berry  <[email protected]>
@@ -84,7 +84,7 @@
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated by <em>Bruno Haible</em> on <em>September, 27 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
+  This document was generated by <em>Bruno Haible</em> on <em>October, 5 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
  </font>
  <br>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libunistring-1.4/doc/libunistring_18.html 
new/libunistring-1.4.1/doc/libunistring_18.html
--- old/libunistring-1.4/doc/libunistring_18.html       2025-09-27 
16:25:43.000000000 +0200
+++ new/libunistring-1.4.1/doc/libunistring_18.html     2025-10-05 
17:46:12.000000000 +0200
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
 <html>
-<!-- Created on September, 27 2025 by texi2html 1.78a -->
+<!-- Created on October, 5 2025 by texi2html 1.78a -->
 <!--
 Written by: Lionel Cons <[email protected]> (original author)
             Karl Berry  <[email protected]>
@@ -125,7 +125,7 @@
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated by <em>Bruno Haible</em> on <em>September, 27 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
+  This document was generated by <em>Bruno Haible</em> on <em>October, 5 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
  </font>
  <br>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libunistring-1.4/doc/libunistring_19.html 
new/libunistring-1.4.1/doc/libunistring_19.html
--- old/libunistring-1.4/doc/libunistring_19.html       2025-09-27 
16:25:43.000000000 +0200
+++ new/libunistring-1.4.1/doc/libunistring_19.html     2025-10-05 
17:46:12.000000000 +0200
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
 <html>
-<!-- Created on September, 27 2025 by texi2html 1.78a -->
+<!-- Created on October, 5 2025 by texi2html 1.78a -->
 <!--
 Written by: Lionel Cons <[email protected]> (original author)
             Karl Berry  <[email protected]>
@@ -122,7 +122,7 @@
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated by <em>Bruno Haible</em> on <em>September, 27 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
+  This document was generated by <em>Bruno Haible</em> on <em>October, 5 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
  </font>
  <br>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libunistring-1.4/doc/libunistring_2.html 
new/libunistring-1.4.1/doc/libunistring_2.html
--- old/libunistring-1.4/doc/libunistring_2.html        2025-09-27 
16:25:43.000000000 +0200
+++ new/libunistring-1.4.1/doc/libunistring_2.html      2025-10-05 
17:46:12.000000000 +0200
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
 <html>
-<!-- Created on September, 27 2025 by texi2html 1.78a -->
+<!-- Created on October, 5 2025 by texi2html 1.78a -->
 <!--
 Written by: Lionel Cons <[email protected]> (original author)
             Karl Berry  <[email protected]>
@@ -153,7 +153,7 @@
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated by <em>Bruno Haible</em> on <em>September, 27 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
+  This document was generated by <em>Bruno Haible</em> on <em>October, 5 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
  </font>
  <br>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libunistring-1.4/doc/libunistring_20.html 
new/libunistring-1.4.1/doc/libunistring_20.html
--- old/libunistring-1.4/doc/libunistring_20.html       2025-09-27 
16:25:43.000000000 +0200
+++ new/libunistring-1.4.1/doc/libunistring_20.html     2025-10-05 
17:46:12.000000000 +0200
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
 <html>
-<!-- Created on September, 27 2025 by texi2html 1.78a -->
+<!-- Created on October, 5 2025 by texi2html 1.78a -->
 <!--
 Written by: Lionel Cons <[email protected]> (original author)
             Karl Berry  <[email protected]>
@@ -1535,7 +1535,7 @@
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated by <em>Bruno Haible</em> on <em>September, 27 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
+  This document was generated by <em>Bruno Haible</em> on <em>October, 5 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
  </font>
  <br>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libunistring-1.4/doc/libunistring_21.html 
new/libunistring-1.4.1/doc/libunistring_21.html
--- old/libunistring-1.4/doc/libunistring_21.html       2025-09-27 
16:25:43.000000000 +0200
+++ new/libunistring-1.4.1/doc/libunistring_21.html     2025-10-05 
17:46:12.000000000 +0200
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
 <html>
-<!-- Created on September, 27 2025 by texi2html 1.78a -->
+<!-- Created on October, 5 2025 by texi2html 1.78a -->
 <!--
 Written by: Lionel Cons <[email protected]> (original author)
             Karl Berry  <[email protected]>
@@ -303,7 +303,7 @@
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated by <em>Bruno Haible</em> on <em>September, 27 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
+  This document was generated by <em>Bruno Haible</em> on <em>October, 5 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
  </font>
  <br>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libunistring-1.4/doc/libunistring_22.html 
new/libunistring-1.4.1/doc/libunistring_22.html
--- old/libunistring-1.4/doc/libunistring_22.html       2025-09-27 
16:25:43.000000000 +0200
+++ new/libunistring-1.4.1/doc/libunistring_22.html     2025-10-05 
17:46:12.000000000 +0200
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
 <html>
-<!-- Created on September, 27 2025 by texi2html 1.78a -->
+<!-- Created on October, 5 2025 by texi2html 1.78a -->
 <!--
 Written by: Lionel Cons <[email protected]> (original author)
             Karl Berry  <[email protected]>
@@ -690,7 +690,7 @@
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated by <em>Bruno Haible</em> on <em>September, 27 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
+  This document was generated by <em>Bruno Haible</em> on <em>October, 5 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
  </font>
  <br>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libunistring-1.4/doc/libunistring_23.html 
new/libunistring-1.4.1/doc/libunistring_23.html
--- old/libunistring-1.4/doc/libunistring_23.html       2025-09-27 
16:25:43.000000000 +0200
+++ new/libunistring-1.4.1/doc/libunistring_23.html     2025-10-05 
17:46:12.000000000 +0200
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
 <html>
-<!-- Created on September, 27 2025 by texi2html 1.78a -->
+<!-- Created on October, 5 2025 by texi2html 1.78a -->
 <!--
 Written by: Lionel Cons <[email protected]> (original author)
             Karl Berry  <[email protected]>
@@ -181,7 +181,7 @@
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated by <em>Bruno Haible</em> on <em>September, 27 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
+  This document was generated by <em>Bruno Haible</em> on <em>October, 5 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
  </font>
  <br>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libunistring-1.4/doc/libunistring_3.html 
new/libunistring-1.4.1/doc/libunistring_3.html
--- old/libunistring-1.4/doc/libunistring_3.html        2025-09-27 
16:25:43.000000000 +0200
+++ new/libunistring-1.4.1/doc/libunistring_3.html      2025-10-05 
17:46:12.000000000 +0200
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
 <html>
-<!-- Created on September, 27 2025 by texi2html 1.78a -->
+<!-- Created on October, 5 2025 by texi2html 1.78a -->
 <!--
 Written by: Lionel Cons <[email protected]> (original author)
             Karl Berry  <[email protected]>
@@ -110,7 +110,7 @@
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated by <em>Bruno Haible</em> on <em>September, 27 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
+  This document was generated by <em>Bruno Haible</em> on <em>October, 5 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
  </font>
  <br>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libunistring-1.4/doc/libunistring_4.html 
new/libunistring-1.4.1/doc/libunistring_4.html
--- old/libunistring-1.4/doc/libunistring_4.html        2025-09-27 
16:25:43.000000000 +0200
+++ new/libunistring-1.4.1/doc/libunistring_4.html      2025-10-05 
17:46:12.000000000 +0200
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
 <html>
-<!-- Created on September, 27 2025 by texi2html 1.78a -->
+<!-- Created on October, 5 2025 by texi2html 1.78a -->
 <!--
 Written by: Lionel Cons <[email protected]> (original author)
             Karl Berry  <[email protected]>
@@ -963,7 +963,7 @@
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated by <em>Bruno Haible</em> on <em>September, 27 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
+  This document was generated by <em>Bruno Haible</em> on <em>October, 5 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
  </font>
  <br>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libunistring-1.4/doc/libunistring_5.html 
new/libunistring-1.4.1/doc/libunistring_5.html
--- old/libunistring-1.4/doc/libunistring_5.html        2025-09-27 
16:25:43.000000000 +0200
+++ new/libunistring-1.4.1/doc/libunistring_5.html      2025-10-05 
17:46:12.000000000 +0200
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
 <html>
-<!-- Created on September, 27 2025 by texi2html 1.78a -->
+<!-- Created on October, 5 2025 by texi2html 1.78a -->
 <!--
 Written by: Lionel Cons <[email protected]> (original author)
             Karl Berry  <[email protected]>
@@ -296,7 +296,7 @@
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated by <em>Bruno Haible</em> on <em>September, 27 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
+  This document was generated by <em>Bruno Haible</em> on <em>October, 5 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
  </font>
  <br>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libunistring-1.4/doc/libunistring_6.html 
new/libunistring-1.4.1/doc/libunistring_6.html
--- old/libunistring-1.4/doc/libunistring_6.html        2025-09-27 
16:25:43.000000000 +0200
+++ new/libunistring-1.4.1/doc/libunistring_6.html      2025-10-05 
17:46:12.000000000 +0200
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
 <html>
-<!-- Created on September, 27 2025 by texi2html 1.78a -->
+<!-- Created on October, 5 2025 by texi2html 1.78a -->
 <!--
 Written by: Lionel Cons <[email protected]> (original author)
             Karl Berry  <[email protected]>
@@ -444,7 +444,7 @@
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated by <em>Bruno Haible</em> on <em>September, 27 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
+  This document was generated by <em>Bruno Haible</em> on <em>October, 5 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
  </font>
  <br>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libunistring-1.4/doc/libunistring_7.html 
new/libunistring-1.4.1/doc/libunistring_7.html
--- old/libunistring-1.4/doc/libunistring_7.html        2025-09-27 
16:25:43.000000000 +0200
+++ new/libunistring-1.4.1/doc/libunistring_7.html      2025-10-05 
17:46:12.000000000 +0200
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
 <html>
-<!-- Created on September, 27 2025 by texi2html 1.78a -->
+<!-- Created on October, 5 2025 by texi2html 1.78a -->
 <!--
 Written by: Lionel Cons <[email protected]> (original author)
             Karl Berry  <[email protected]>
@@ -117,7 +117,7 @@
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated by <em>Bruno Haible</em> on <em>September, 27 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
+  This document was generated by <em>Bruno Haible</em> on <em>October, 5 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
  </font>
  <br>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libunistring-1.4/doc/libunistring_8.html 
new/libunistring-1.4.1/doc/libunistring_8.html
--- old/libunistring-1.4/doc/libunistring_8.html        2025-09-27 
16:25:43.000000000 +0200
+++ new/libunistring-1.4.1/doc/libunistring_8.html      2025-10-05 
17:46:12.000000000 +0200
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
 <html>
-<!-- Created on September, 27 2025 by texi2html 1.78a -->
+<!-- Created on October, 5 2025 by texi2html 1.78a -->
 <!--
 Written by: Lionel Cons <[email protected]> (original author)
             Karl Berry  <[email protected]>
@@ -2837,7 +2837,7 @@
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated by <em>Bruno Haible</em> on <em>September, 27 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
+  This document was generated by <em>Bruno Haible</em> on <em>October, 5 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
  </font>
  <br>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libunistring-1.4/doc/libunistring_9.html 
new/libunistring-1.4.1/doc/libunistring_9.html
--- old/libunistring-1.4/doc/libunistring_9.html        2025-09-27 
16:25:43.000000000 +0200
+++ new/libunistring-1.4.1/doc/libunistring_9.html      2025-10-05 
17:46:12.000000000 +0200
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
 <html>
-<!-- Created on September, 27 2025 by texi2html 1.78a -->
+<!-- Created on October, 5 2025 by texi2html 1.78a -->
 <!--
 Written by: Lionel Cons <[email protected]> (original author)
             Karl Berry  <[email protected]>
@@ -132,7 +132,7 @@
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated by <em>Bruno Haible</em> on <em>September, 27 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
+  This document was generated by <em>Bruno Haible</em> on <em>October, 5 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
  </font>
  <br>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libunistring-1.4/doc/libunistring_abt.html 
new/libunistring-1.4.1/doc/libunistring_abt.html
--- old/libunistring-1.4/doc/libunistring_abt.html      2025-09-27 
16:25:43.000000000 +0200
+++ new/libunistring-1.4.1/doc/libunistring_abt.html    2025-10-05 
17:46:12.000000000 +0200
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
 <html>
-<!-- Created on September, 27 2025 by texi2html 1.78a -->
+<!-- Created on October, 5 2025 by texi2html 1.78a -->
 <!--
 Written by: Lionel Cons <[email protected]> (original author)
             Karl Berry  <[email protected]>
@@ -50,7 +50,7 @@
 </tr></table>
 <h1>About This Document</h1>
 <p>
-  This document was generated by <em>Bruno Haible</em> on <em>September, 27 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
+  This document was generated by <em>Bruno Haible</em> on <em>October, 5 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
 </p>
 <p>
   The buttons in the navigation panels have the following meaning:
@@ -158,7 +158,7 @@
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated by <em>Bruno Haible</em> on <em>September, 27 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
+  This document was generated by <em>Bruno Haible</em> on <em>October, 5 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
  </font>
  <br>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libunistring-1.4/doc/libunistring_fot.html 
new/libunistring-1.4.1/doc/libunistring_fot.html
--- old/libunistring-1.4/doc/libunistring_fot.html      2025-09-27 
16:25:43.000000000 +0200
+++ new/libunistring-1.4.1/doc/libunistring_fot.html    2025-10-05 
17:46:12.000000000 +0200
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
 <html>
-<!-- Created on September, 27 2025 by texi2html 1.78a -->
+<!-- Created on October, 5 2025 by texi2html 1.78a -->
 <!--
 Written by: Lionel Cons <[email protected]> (original author)
             Karl Berry  <[email protected]>
@@ -63,7 +63,7 @@
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated by <em>Bruno Haible</em> on <em>September, 27 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
+  This document was generated by <em>Bruno Haible</em> on <em>October, 5 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
  </font>
  <br>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libunistring-1.4/doc/libunistring_toc.html 
new/libunistring-1.4.1/doc/libunistring_toc.html
--- old/libunistring-1.4/doc/libunistring_toc.html      2025-09-27 
16:25:42.000000000 +0200
+++ new/libunistring-1.4.1/doc/libunistring_toc.html    2025-10-05 
17:46:12.000000000 +0200
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
 <html>
-<!-- Created on September, 27 2025 by texi2html 1.78a -->
+<!-- Created on October, 5 2025 by texi2html 1.78a -->
 <!--
 Written by: Lionel Cons <[email protected]> (original author)
             Karl Berry  <[email protected]>
@@ -189,7 +189,7 @@
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated by <em>Bruno Haible</em> on <em>September, 27 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
+  This document was generated by <em>Bruno Haible</em> on <em>October, 5 
2025</em> using <a href="https://www.nongnu.org/texi2html/";><em>texi2html 
1.78a</em></a>.
  </font>
  <br>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libunistring-1.4/doc/stamp-vti new/libunistring-1.4.1/doc/stamp-vti
--- old/libunistring-1.4/doc/stamp-vti  2025-09-27 16:25:41.000000000 +0200
+++ new/libunistring-1.4.1/doc/stamp-vti        2025-10-05 17:44:26.000000000 
+0200
@@ -1,4 +1,4 @@
 @set UPDATED 9 February 2025
 @set UPDATED-MONTH February 2025
-@set EDITION 1.4
-@set VERSION 1.4
+@set EDITION 1.4.1
+@set VERSION 1.4.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libunistring-1.4/doc/version.texi new/libunistring-1.4.1/doc/version.texi
--- old/libunistring-1.4/doc/version.texi       2025-09-27 16:25:41.000000000 
+0200
+++ new/libunistring-1.4.1/doc/version.texi     2025-10-05 17:44:26.000000000 
+0200
@@ -1,4 +1,4 @@
 @set UPDATED 9 February 2025
 @set UPDATED-MONTH February 2025
-@set EDITION 1.4
-@set VERSION 1.4
+@set EDITION 1.4.1
+@set VERSION 1.4.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libunistring-1.4/gnulib-m4/gnulib-comp.m4 
new/libunistring-1.4.1/gnulib-m4/gnulib-comp.m4
--- old/libunistring-1.4/gnulib-m4/gnulib-comp.m4       2025-09-24 
23:20:53.000000000 +0200
+++ new/libunistring-1.4.1/gnulib-m4/gnulib-comp.m4     2025-10-05 
17:43:37.000000000 +0200
@@ -437,6 +437,7 @@
   # Code from module uchar-h:
   # Code from module uchar-h-tests:
   # Code from module unicase/base:
+  # Code from module unicase/base-tests:
   # Code from module unicase/cased:
   # Code from module unicase/cased-tests:
   # Code from module unicase/empty-prefix-context:
@@ -552,6 +553,7 @@
   # Code from module unicase/ulc-casecoll-tests:
   # Code from module unicase/ulc-casexfrm:
   # Code from module uniconv/base:
+  # Code from module uniconv/base-tests:
   # Code from module uniconv/u16-conv-from-enc:
   # Code from module uniconv/u16-conv-from-enc-tests:
   # Code from module uniconv/u16-conv-to-enc:
@@ -583,6 +585,7 @@
   # Code from module uniconv/u8-strconv-to-enc-tests:
   # Code from module uniconv/u8-strconv-to-locale:
   # Code from module unictype/base:
+  # Code from module unictype/base-tests:
   # Code from module unictype/bidiclass-all:
   # Code from module unictype/bidiclass-byname:
   # Code from module unictype/bidiclass-byname-tests:
@@ -974,6 +977,7 @@
   # Code from module unictype/syntax-java-whitespace:
   # Code from module unictype/syntax-java-whitespace-tests:
   # Code from module unigbrk/base:
+  # Code from module unigbrk/base-tests:
   # Code from module unigbrk/u16-grapheme-breaks:
   # Code from module unigbrk/u16-grapheme-breaks-tests:
   # Code from module unigbrk/u16-grapheme-next:
@@ -1001,6 +1005,7 @@
   # Code from module unigbrk/ulc-grapheme-breaks:
   # Code from module unigbrk/ulc-grapheme-breaks-tests:
   # Code from module unilbrk/base:
+  # Code from module unilbrk/base-tests:
   # Code from module unilbrk/tables:
   # Code from module unilbrk/u16-possible-linebreaks:
   # Code from module unilbrk/u16-possible-linebreaks-tests:
@@ -1020,12 +1025,15 @@
   # Code from module unilbrk/ulc-width-linebreaks:
   # Code from module unilbrk/ulc-width-linebreaks-tests:
   # Code from module unimetadata/base:
+  # Code from module unimetadata/base-tests:
   # Code from module unimetadata/u-version:
   # Code from module unimetadata/u-version-tests:
   # Code from module uniname/base:
+  # Code from module uniname/base-tests:
   # Code from module uniname/uniname:
   # Code from module uniname/uniname-tests:
   # Code from module uninorm/base:
+  # Code from module uninorm/base-tests:
   # Code from module uninorm/canonical-decomposition:
   # Code from module uninorm/canonical-decomposition-tests:
   # Code from module uninorm/compat-decomposition:
@@ -1069,6 +1077,7 @@
   # Code from module unistd-h:
   # Code from module unistd-h-tests:
   # Code from module unistdio/base:
+  # Code from module unistdio/base-tests:
   # Code from module unistdio/u-printf-args:
   # Code from module unistdio/u16-asnprintf:
   # Code from module unistdio/u16-asnprintf-tests:
@@ -1153,6 +1162,7 @@
   # Code from module unistdio/ulc-vsprintf:
   # Code from module unistdio/ulc-vsprintf-tests:
   # Code from module unistr/base:
+  # Code from module unistr/base-tests:
   # Code from module unistr/u16-check:
   # Code from module unistr/u16-check-tests:
   # Code from module unistr/u16-chr:
@@ -1389,6 +1399,7 @@
   # Code from module unistr/u8-uctomb-tests:
   # Code from module unitypes-h:
   # Code from module uniwbrk/base:
+  # Code from module uniwbrk/base-tests:
   # Code from module uniwbrk/table:
   # Code from module uniwbrk/u16-wordbreaks:
   # Code from module uniwbrk/u16-wordbreaks-tests:
@@ -1400,6 +1411,7 @@
   # Code from module uniwbrk/ulc-wordbreaks-tests:
   # Code from module uniwbrk/wordbreak-property:
   # Code from module uniwidth/base:
+  # Code from module uniwidth/base-tests:
   # Code from module uniwidth/u16-strwidth:
   # Code from module uniwidth/u16-strwidth-tests:
   # Code from module uniwidth/u16-width:
@@ -5257,6 +5269,7 @@
   tests/unicase/test-ulc-casecoll.c
   tests/unicase/test-ulc-casecoll1.sh
   tests/unicase/test-ulc-casecoll2.sh
+  tests/unicase/test-unicase-h.c
   tests/uniconv/test-u16-conv-from-enc.c
   tests/uniconv/test-u16-conv-to-enc.c
   tests/uniconv/test-u16-strconv-from-enc.c
@@ -5269,6 +5282,7 @@
   tests/uniconv/test-u8-conv-to-enc.c
   tests/uniconv/test-u8-strconv-from-enc.c
   tests/uniconv/test-u8-strconv-to-enc.c
+  tests/uniconv/test-uniconv-h.c
   tests/unictype/test-bidi_byname.c
   tests/unictype/test-bidi_longname.c
   tests/unictype/test-bidi_name.c
@@ -5467,6 +5481,7 @@
   tests/unictype/test-sy_c_whitespace.c
   tests/unictype/test-sy_java_ident.c
   tests/unictype/test-sy_java_whitespace.c
+  tests/unictype/test-unictype-h.c
   tests/unigbrk/GraphemeBreakTest.txt
   tests/unigbrk/test-u16-grapheme-breaks.c
   tests/unigbrk/test-u16-grapheme-next.c
@@ -5485,6 +5500,7 @@
   tests/unigbrk/test-uc-is-grapheme-break.sh
   tests/unigbrk/test-ulc-grapheme-breaks.c
   tests/unigbrk/test-ulc-grapheme-breaks.sh
+  tests/unigbrk/test-unigbrk-h.c
   tests/unilbrk/LineBreakTest.txt
   tests/unilbrk/test-u16-possible-linebreaks.c
   tests/unilbrk/test-u16-width-linebreaks.c
@@ -5496,10 +5512,13 @@
   tests/unilbrk/test-uc-possible-linebreaks.sh
   tests/unilbrk/test-ulc-possible-linebreaks.c
   tests/unilbrk/test-ulc-width-linebreaks.c
+  tests/unilbrk/test-unilbrk-h.c
   tests/unimetadata/test-u-version.c
+  tests/unimetadata/test-unimetadata-h.c
   tests/uniname/HangulSyllableNames.txt
   tests/uniname/NameAliases.txt
   tests/uniname/UnicodeData.txt
+  tests/uniname/test-uniname-h.c
   tests/uniname/test-uninames.c
   tests/uniname/test-uninames.sh
   tests/uninorm/NormalizationTest.txt
@@ -5544,6 +5563,7 @@
   tests/uninorm/test-u8-normcmp.h
   tests/uninorm/test-u8-normcoll.c
   tests/uninorm/test-uninorm-filter-nfc.c
+  tests/uninorm/test-uninorm-h.c
   tests/unistdio/test-u16-asnprintf1.c
   tests/unistdio/test-u16-asnprintf1.h
   tests/unistdio/test-u16-printf1.h
@@ -5588,6 +5608,7 @@
   tests/unistdio/test-ulc-vasprintf1.c
   tests/unistdio/test-ulc-vsnprintf1.c
   tests/unistdio/test-ulc-vsprintf1.c
+  tests/unistdio/test-unistdio-h.c
   tests/unistr/test-chr.h
   tests/unistr/test-cmp.h
   tests/unistr/test-cmp2.h
@@ -5723,6 +5744,7 @@
   tests/unistr/test-u8-to-u16.c
   tests/unistr/test-u8-to-u32.c
   tests/unistr/test-u8-uctomb.c
+  tests/unistr/test-unistr-h.c
   tests/uniwbrk/WordBreakTest.txt
   tests/uniwbrk/test-u16-wordbreaks.c
   tests/uniwbrk/test-u32-wordbreaks.c
@@ -5731,6 +5753,7 @@
   tests/uniwbrk/test-uc-wordbreaks.sh
   tests/uniwbrk/test-ulc-wordbreaks.c
   tests/uniwbrk/test-ulc-wordbreaks.sh
+  tests/uniwbrk/test-uniwbrk-h.c
   tests/uniwidth/test-u16-strwidth.c
   tests/uniwidth/test-u16-width.c
   tests/uniwidth/test-u32-strwidth.c
@@ -5740,6 +5763,7 @@
   tests/uniwidth/test-uc_width.c
   tests/uniwidth/test-uc_width2.c
   tests/uniwidth/test-uc_width2.sh
+  tests/uniwidth/test-uniwidth-h.c
   tests/virtualbox.h
   tests/windows-utf8.manifest
   tests/windows-utf8.rc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libunistring-1.4/lib/localename-unsafe.c 
new/libunistring-1.4.1/lib/localename-unsafe.c
--- old/libunistring-1.4/lib/localename-unsafe.c        2025-09-24 
01:01:31.000000000 +0200
+++ new/libunistring-1.4.1/lib/localename-unsafe.c      2025-10-05 
17:43:36.000000000 +0200
@@ -1299,7 +1299,7 @@
 
   /* Convert new-style locale names with language tags (ISO 639 and ISO 15924)
      to Unix (ISO 639 and ISO 3166) names.  */
-  typedef struct { const char langtag[7+1]; const char unixy[12+1]; }
+  typedef struct { const char langtag[8+1]; const char unixy[5+1]; }
           langtag_entry;
   static const langtag_entry langtag_table[] = {
     /* Mac OS X has "az-Arab", "az-Cyrl", "az-Latn".
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libunistring-1.4/lib/unigbrk.in.h new/libunistring-1.4.1/lib/unigbrk.in.h
--- old/libunistring-1.4/lib/unigbrk.in.h       2025-02-24 09:10:58.000000000 
+0100
+++ new/libunistring-1.4.1/lib/unigbrk.in.h     2025-10-05 17:43:36.000000000 
+0200
@@ -111,6 +111,9 @@
        u32_grapheme_next (const uint32_t *s, const uint32_t *end)
        _UC_ATTRIBUTE_PURE;
 #ifndef _LIBUNISTRING_NO_CONST_GENERICS
+# ifdef __cplusplus
+}
+# endif
 /* Don't silently convert a 'const uintN_t *' to a 'uintN_t *'.  Programmers
    want compiler warnings for 'const' related mistakes.  */
 # ifdef __cplusplus
@@ -176,6 +179,9 @@
                 default   :              u32_grapheme_next ((s), (end)))
 #  endif
 # endif
+# ifdef __cplusplus
+extern "C" {
+# endif
 #endif
 
 /* Returns the start of the previous grapheme cluster before S, or NULL if the
@@ -192,6 +198,9 @@
        u32_grapheme_prev (const uint32_t *s, const uint32_t *start)
        _UC_ATTRIBUTE_PURE;
 #ifndef _LIBUNISTRING_NO_CONST_GENERICS
+# ifdef __cplusplus
+}
+# endif
 /* Don't silently convert a 'const uintN_t *' to a 'uintN_t *'.  Programmers
    want compiler warnings for 'const' related mistakes.  */
 # ifdef __cplusplus
@@ -257,6 +266,9 @@
                 default   :              u32_grapheme_prev ((s), (start)))
 #  endif
 # endif
+# ifdef __cplusplus
+extern "C" {
+# endif
 #endif
 
 /* Determine the grapheme cluster boundaries in S, and store the result at
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libunistring-1.4/lib/unistr.in.h new/libunistring-1.4.1/lib/unistr.in.h
--- old/libunistring-1.4/lib/unistr.in.h        2025-09-27 16:33:29.000000000 
+0200
+++ new/libunistring-1.4.1/lib/unistr.in.h      2025-10-05 17:43:37.000000000 
+0200
@@ -88,6 +88,9 @@
        _UC_ATTRIBUTE_PURE;
 
 #ifndef _LIBUNISTRING_NO_CONST_GENERICS
+# ifdef __cplusplus
+}
+# endif
 /* Don't silently convert a 'const uintN_t *' to a 'uintN_t *'.  Programmers
    want compiler warnings for 'const' related mistakes.  */
 # ifdef __cplusplus
@@ -153,6 +156,9 @@
                 default   :              u32_check ((s), (n)))
 #  endif
 # endif
+# ifdef __cplusplus
+extern "C" {
+# endif
 #endif
 
 
@@ -519,6 +525,9 @@
        u32_chr (const uint32_t *s, size_t n, ucs4_t uc)
        _UC_ATTRIBUTE_PURE;
 #ifndef _LIBUNISTRING_NO_CONST_GENERICS
+# ifdef __cplusplus
+}
+# endif
 /* Don't silently convert a 'const uintN_t *' to a 'uintN_t *'.  Programmers
    want compiler warnings for 'const' related mistakes.  */
 # ifdef __cplusplus
@@ -584,6 +593,9 @@
                 default         :                    u32_chr ((s), (n), (u)))
 #  endif
 # endif
+# ifdef __cplusplus
+extern "C" {
+# endif
 #endif
 
 /* Count the number of Unicode characters in the N units from S.  */
@@ -642,6 +654,9 @@
 extern const uint32_t *
        u32_next (ucs4_t *puc, const uint32_t *s);
 #ifndef _LIBUNISTRING_NO_CONST_GENERICS
+# ifdef __cplusplus
+}
+# endif
 /* Don't silently convert a 'const uintN_t *' to a 'uintN_t *'.  Programmers
    want compiler warnings for 'const' related mistakes.  */
 # ifdef __cplusplus
@@ -707,6 +722,9 @@
                 default   :              u32_next ((p), (s)))
 #  endif
 # endif
+# ifdef __cplusplus
+extern "C" {
+# endif
 #endif
 
 /* Backward iteration step.  Advances the pointer to point to the previous
@@ -719,6 +737,9 @@
 extern const uint32_t *
        u32_prev (ucs4_t *puc, const uint32_t *s, const uint32_t *start);
 #ifndef _LIBUNISTRING_NO_CONST_GENERICS
+# ifdef __cplusplus
+}
+# endif
 /* Don't silently convert a 'const uintN_t *' to a 'uintN_t *'.  Programmers
    want compiler warnings for 'const' related mistakes.  */
 # ifdef __cplusplus
@@ -784,6 +805,9 @@
                 default   :              u32_prev ((p), (s), (start)))
 #  endif
 # endif
+# ifdef __cplusplus
+extern "C" {
+# endif
 #endif
 
 /* Return the number of units in S.  */
@@ -932,6 +956,9 @@
        u32_strchr (const uint32_t *str, ucs4_t uc)
        _UC_ATTRIBUTE_PURE;
 #ifndef _LIBUNISTRING_NO_CONST_GENERICS
+# ifdef __cplusplus
+}
+# endif
 /* Don't silently convert a 'const uintN_t *' to a 'uintN_t *'.  Programmers
    want compiler warnings for 'const' related mistakes.  */
 # ifdef __cplusplus
@@ -997,6 +1024,9 @@
                 default         :                    u32_strchr ((s), (u)))
 #  endif
 # endif
+# ifdef __cplusplus
+extern "C" {
+# endif
 #endif
 
 /* Find the last occurrence of UC in STR.  */
@@ -1011,6 +1041,9 @@
        u32_strrchr (const uint32_t *str, ucs4_t uc)
        _UC_ATTRIBUTE_PURE;
 #ifndef _LIBUNISTRING_NO_CONST_GENERICS
+# ifdef __cplusplus
+}
+# endif
 /* Don't silently convert a 'const uintN_t *' to a 'uintN_t *'.  Programmers
    want compiler warnings for 'const' related mistakes.  */
 # ifdef __cplusplus
@@ -1076,6 +1109,9 @@
                 default         :                    u32_strrchr ((s), (u)))
 #  endif
 # endif
+# ifdef __cplusplus
+extern "C" {
+# endif
 #endif
 
 /* Return the length of the initial segment of STR which consists entirely
@@ -1116,6 +1152,9 @@
        u32_strpbrk (const uint32_t *str, const uint32_t *accept)
        _UC_ATTRIBUTE_PURE;
 #ifndef _LIBUNISTRING_NO_CONST_GENERICS
+# ifdef __cplusplus
+}
+# endif
 /* Don't silently convert a 'const uintN_t *' to a 'uintN_t *'.  Programmers
    want compiler warnings for 'const' related mistakes.  */
 # ifdef __cplusplus
@@ -1181,6 +1220,9 @@
                 default         :                    u32_strpbrk ((s), (a)))
 #  endif
 # endif
+# ifdef __cplusplus
+extern "C" {
+# endif
 #endif
 
 /* Find the first occurrence of NEEDLE in HAYSTACK.  */
@@ -1195,6 +1237,9 @@
        u32_strstr (const uint32_t *haystack, const uint32_t *needle)
        _UC_ATTRIBUTE_PURE;
 #ifndef _LIBUNISTRING_NO_CONST_GENERICS
+# ifdef __cplusplus
+}
+# endif
 /* Don't silently convert a 'const uintN_t *' to a 'uintN_t *'.  Programmers
    want compiler warnings for 'const' related mistakes.  */
 # ifdef __cplusplus
@@ -1260,6 +1305,9 @@
                 default         :                    u32_strstr ((h), (n)))
 #  endif
 # endif
+# ifdef __cplusplus
+extern "C" {
+# endif
 #endif
 
 /* Test whether STR starts with PREFIX.  */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libunistring-1.4/tests/Makefile.gnulib 
new/libunistring-1.4.1/tests/Makefile.gnulib
--- old/libunistring-1.4/tests/Makefile.gnulib  2025-09-24 01:01:32.000000000 
+0200
+++ new/libunistring-1.4.1/tests/Makefile.gnulib        2025-10-05 
17:43:37.000000000 +0200
@@ -2977,6 +2977,16 @@
 
 ## end   gnulib module uchar-h-tests
 
+## begin gnulib module unicase/base-tests
+
+TESTS += test-unicase-h
+check_PROGRAMS += test-unicase-h
+test_unicase_h_SOURCES = unicase/test-unicase-h.c
+test_unicase_h_LDADD = $(LDADD) $(LIBUNISTRING)
+EXTRA_DIST += unicase/test-unicase-h.c
+
+## end   gnulib module unicase/base-tests
+
 ## begin gnulib module unicase/cased-tests
 
 TESTS += test-cased
@@ -3399,6 +3409,16 @@
 
 ## end   gnulib module unicase/ulc-casecoll-tests
 
+## begin gnulib module uniconv/base-tests
+
+TESTS += test-uniconv-h
+check_PROGRAMS += test-uniconv-h
+test_uniconv_h_SOURCES = uniconv/test-uniconv-h.c
+test_uniconv_h_LDADD = $(LDADD) $(LIBUNISTRING)
+EXTRA_DIST += uniconv/test-uniconv-h.c
+
+## end   gnulib module uniconv/base-tests
+
 ## begin gnulib module uniconv/u16-conv-from-enc-tests
 
 TESTS += test-u16-conv-from-enc
@@ -3531,6 +3551,16 @@
 
 ## end   gnulib module uniconv/u8-strconv-to-enc-tests
 
+## begin gnulib module unictype/base-tests
+
+TESTS += test-unictype-h
+check_PROGRAMS += test-unictype-h
+test_unictype_h_SOURCES = unictype/test-unictype-h.c
+test_unictype_h_LDADD = $(LDADD) $(LIBUNISTRING)
+EXTRA_DIST += unictype/test-unictype-h.c
+
+## end   gnulib module unictype/base-tests
+
 ## begin gnulib module unictype/bidiclass-byname-tests
 
 TESTS += test-bidi_byname
@@ -5433,6 +5463,16 @@
 
 ## end   gnulib module unictype/syntax-java-whitespace-tests
 
+## begin gnulib module unigbrk/base-tests
+
+TESTS += test-unigbrk-h
+check_PROGRAMS += test-unigbrk-h
+test_unigbrk_h_SOURCES = unigbrk/test-unigbrk-h.c
+test_unigbrk_h_LDADD = $(LDADD) $(LIBUNISTRING)
+EXTRA_DIST += unigbrk/test-unigbrk-h.c
+
+## end   gnulib module unigbrk/base-tests
+
 ## begin gnulib module unigbrk/u16-grapheme-breaks-tests
 
 TESTS += test-u16-grapheme-breaks
@@ -5564,6 +5604,16 @@
 
 ## end   gnulib module unigbrk/ulc-grapheme-breaks-tests
 
+## begin gnulib module unilbrk/base-tests
+
+TESTS += test-unilbrk-h
+check_PROGRAMS += test-unilbrk-h
+test_unilbrk_h_SOURCES = unilbrk/test-unilbrk-h.c
+test_unilbrk_h_LDADD = $(LDADD) $(LIBUNISTRING)
+EXTRA_DIST += unilbrk/test-unilbrk-h.c
+
+## end   gnulib module unilbrk/base-tests
+
 ## begin gnulib module unilbrk/u16-possible-linebreaks-tests
 
 TESTS += test-u16-possible-linebreaks
@@ -5648,6 +5698,16 @@
 
 ## end   gnulib module unilbrk/ulc-width-linebreaks-tests
 
+## begin gnulib module unimetadata/base-tests
+
+TESTS += test-unimetadata-h
+check_PROGRAMS += test-unimetadata-h
+test_unimetadata_h_SOURCES = unimetadata/test-unimetadata-h.c
+test_unimetadata_h_LDADD = $(LDADD) $(LIBUNISTRING)
+EXTRA_DIST += unimetadata/test-unimetadata-h.c
+
+## end   gnulib module unimetadata/base-tests
+
 ## begin gnulib module unimetadata/u-version-tests
 
 TESTS += test-u-version
@@ -5658,6 +5718,16 @@
 
 ## end   gnulib module unimetadata/u-version-tests
 
+## begin gnulib module uniname/base-tests
+
+TESTS += test-uniname-h
+check_PROGRAMS += test-uniname-h
+test_uniname_h_SOURCES = uniname/test-uniname-h.c
+test_uniname_h_LDADD = $(LDADD) $(LIBUNISTRING)
+EXTRA_DIST += uniname/test-uniname-h.c
+
+## end   gnulib module uniname/base-tests
+
 ## begin gnulib module uniname/uniname-tests
 
 # Unlike other libunistring modules, this test passes only when the
@@ -5673,6 +5743,16 @@
 
 ## end   gnulib module uniname/uniname-tests
 
+## begin gnulib module uninorm/base-tests
+
+TESTS += test-uninorm-h
+check_PROGRAMS += test-uninorm-h
+test_uninorm_h_SOURCES = uninorm/test-uninorm-h.c
+test_uninorm_h_LDADD = $(LDADD) $(LIBUNISTRING)
+EXTRA_DIST += uninorm/test-uninorm-h.c
+
+## end   gnulib module uninorm/base-tests
+
 ## begin gnulib module uninorm/canonical-decomposition-tests
 
 TESTS += test-canonical-decomposition
@@ -5879,6 +5959,16 @@
 
 ## end   gnulib module unistd-h-tests
 
+## begin gnulib module unistdio/base-tests
+
+TESTS += test-unistdio-h
+check_PROGRAMS += test-unistdio-h
+test_unistdio_h_SOURCES = unistdio/test-unistdio-h.c
+test_unistdio_h_LDADD = $(LDADD) $(LIBUNISTRING)
+EXTRA_DIST += unistdio/test-unistdio-h.c
+
+## end   gnulib module unistdio/base-tests
+
 ## begin gnulib module unistdio/u16-asnprintf-tests
 
 TESTS += test-u16-asnprintf1
@@ -6099,6 +6189,16 @@
 
 ## end   gnulib module unistdio/ulc-vsprintf-tests
 
+## begin gnulib module unistr/base-tests
+
+TESTS += test-unistr-h
+check_PROGRAMS += test-unistr-h
+test_unistr_h_SOURCES = unistr/test-unistr-h.c
+test_unistr_h_LDADD = $(LDADD) $(LIBUNISTRING)
+EXTRA_DIST += unistr/test-unistr-h.c
+
+## end   gnulib module unistr/base-tests
+
 ## begin gnulib module unistr/u16-check-tests
 
 TESTS += test-u16-check
@@ -7179,6 +7279,16 @@
 
 ## end   gnulib module unistr/u8-uctomb-tests
 
+## begin gnulib module uniwbrk/base-tests
+
+TESTS += test-uniwbrk-h
+check_PROGRAMS += test-uniwbrk-h
+test_uniwbrk_h_SOURCES = uniwbrk/test-uniwbrk-h.c
+test_uniwbrk_h_LDADD = $(LDADD) $(LIBUNISTRING)
+EXTRA_DIST += uniwbrk/test-uniwbrk-h.c
+
+## end   gnulib module uniwbrk/base-tests
+
 ## begin gnulib module uniwbrk/u16-wordbreaks-tests
 
 TESTS += test-u16-wordbreaks
@@ -7223,6 +7333,16 @@
 
 ## end   gnulib module uniwbrk/ulc-wordbreaks-tests
 
+## begin gnulib module uniwidth/base-tests
+
+TESTS += test-uniwidth-h
+check_PROGRAMS += test-uniwidth-h
+test_uniwidth_h_SOURCES = uniwidth/test-uniwidth-h.c
+test_uniwidth_h_LDADD = $(LDADD) $(LIBUNISTRING)
+EXTRA_DIST += uniwidth/test-uniwidth-h.c
+
+## end   gnulib module uniwidth/base-tests
+
 ## begin gnulib module uniwidth/u16-strwidth-tests
 
 TESTS += test-u16-strwidth
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libunistring-1.4/tests/unicase/test-unicase-h.c 
new/libunistring-1.4.1/tests/unicase/test-unicase-h.c
--- old/libunistring-1.4/tests/unicase/test-unicase-h.c 1970-01-01 
01:00:00.000000000 +0100
+++ new/libunistring-1.4.1/tests/unicase/test-unicase-h.c       2025-10-05 
17:43:36.000000000 +0200
@@ -0,0 +1,26 @@
+/* Test of <unicase.h>.
+   Copyright (C) 2025 Free Software Foundation, Inc.
+
+   This program is free software: you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation, either version 3 of the License, or
+   (at your option) any later version.
+
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
+
+#include <config.h>
+
+/* Specification.  */
+#include <unicase.h>
+
+int
+main (void)
+{
+  return 0;
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libunistring-1.4/tests/uniconv/test-uniconv-h.c 
new/libunistring-1.4.1/tests/uniconv/test-uniconv-h.c
--- old/libunistring-1.4/tests/uniconv/test-uniconv-h.c 1970-01-01 
01:00:00.000000000 +0100
+++ new/libunistring-1.4.1/tests/uniconv/test-uniconv-h.c       2025-10-05 
17:43:36.000000000 +0200
@@ -0,0 +1,26 @@
+/* Test of <uniconv.h>.
+   Copyright (C) 2025 Free Software Foundation, Inc.
+
+   This program is free software: you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation, either version 3 of the License, or
+   (at your option) any later version.
+
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
+
+#include <config.h>
+
+/* Specification.  */
+#include <uniconv.h>
+
+int
+main (void)
+{
+  return 0;
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libunistring-1.4/tests/unictype/test-unictype-h.c 
new/libunistring-1.4.1/tests/unictype/test-unictype-h.c
--- old/libunistring-1.4/tests/unictype/test-unictype-h.c       1970-01-01 
01:00:00.000000000 +0100
+++ new/libunistring-1.4.1/tests/unictype/test-unictype-h.c     2025-10-05 
17:43:36.000000000 +0200
@@ -0,0 +1,26 @@
+/* Test of <unictype.h>.
+   Copyright (C) 2025 Free Software Foundation, Inc.
+
+   This program is free software: you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation, either version 3 of the License, or
+   (at your option) any later version.
+
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
+
+#include <config.h>
+
+/* Specification.  */
+#include <unictype.h>
+
+int
+main (void)
+{
+  return 0;
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libunistring-1.4/tests/unigbrk/test-unigbrk-h.c 
new/libunistring-1.4.1/tests/unigbrk/test-unigbrk-h.c
--- old/libunistring-1.4/tests/unigbrk/test-unigbrk-h.c 1970-01-01 
01:00:00.000000000 +0100
+++ new/libunistring-1.4.1/tests/unigbrk/test-unigbrk-h.c       2025-10-05 
17:43:36.000000000 +0200
@@ -0,0 +1,26 @@
+/* Test of <unigbrk.h>.
+   Copyright (C) 2025 Free Software Foundation, Inc.
+
+   This program is free software: you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation, either version 3 of the License, or
+   (at your option) any later version.
+
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
+
+#include <config.h>
+
+/* Specification.  */
+#include <unigbrk.h>
+
+int
+main (void)
+{
+  return 0;
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libunistring-1.4/tests/unilbrk/test-unilbrk-h.c 
new/libunistring-1.4.1/tests/unilbrk/test-unilbrk-h.c
--- old/libunistring-1.4/tests/unilbrk/test-unilbrk-h.c 1970-01-01 
01:00:00.000000000 +0100
+++ new/libunistring-1.4.1/tests/unilbrk/test-unilbrk-h.c       2025-10-05 
17:43:36.000000000 +0200
@@ -0,0 +1,26 @@
+/* Test of <unilbrk.h>.
+   Copyright (C) 2025 Free Software Foundation, Inc.
+
+   This program is free software: you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation, either version 3 of the License, or
+   (at your option) any later version.
+
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
+
+#include <config.h>
+
+/* Specification.  */
+#include <unilbrk.h>
+
+int
+main (void)
+{
+  return 0;
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libunistring-1.4/tests/unimetadata/test-unimetadata-h.c 
new/libunistring-1.4.1/tests/unimetadata/test-unimetadata-h.c
--- old/libunistring-1.4/tests/unimetadata/test-unimetadata-h.c 1970-01-01 
01:00:00.000000000 +0100
+++ new/libunistring-1.4.1/tests/unimetadata/test-unimetadata-h.c       
2025-10-05 17:43:36.000000000 +0200
@@ -0,0 +1,26 @@
+/* Test of <unimetadata.h>.
+   Copyright (C) 2025 Free Software Foundation, Inc.
+
+   This program is free software: you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation, either version 3 of the License, or
+   (at your option) any later version.
+
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
+
+#include <config.h>
+
+/* Specification.  */
+#include <unimetadata.h>
+
+int
+main (void)
+{
+  return 0;
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libunistring-1.4/tests/uniname/test-uniname-h.c 
new/libunistring-1.4.1/tests/uniname/test-uniname-h.c
--- old/libunistring-1.4/tests/uniname/test-uniname-h.c 1970-01-01 
01:00:00.000000000 +0100
+++ new/libunistring-1.4.1/tests/uniname/test-uniname-h.c       2025-10-05 
17:43:36.000000000 +0200
@@ -0,0 +1,26 @@
+/* Test of <uniname.h>.
+   Copyright (C) 2025 Free Software Foundation, Inc.
+
+   This program is free software: you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation, either version 3 of the License, or
+   (at your option) any later version.
+
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
+
+#include <config.h>
+
+/* Specification.  */
+#include <uniname.h>
+
+int
+main (void)
+{
+  return 0;
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libunistring-1.4/tests/uninorm/test-uninorm-h.c 
new/libunistring-1.4.1/tests/uninorm/test-uninorm-h.c
--- old/libunistring-1.4/tests/uninorm/test-uninorm-h.c 1970-01-01 
01:00:00.000000000 +0100
+++ new/libunistring-1.4.1/tests/uninorm/test-uninorm-h.c       2025-10-05 
17:43:36.000000000 +0200
@@ -0,0 +1,26 @@
+/* Test of <uninorm.h>.
+   Copyright (C) 2025 Free Software Foundation, Inc.
+
+   This program is free software: you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation, either version 3 of the License, or
+   (at your option) any later version.
+
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
+
+#include <config.h>
+
+/* Specification.  */
+#include <uninorm.h>
+
+int
+main (void)
+{
+  return 0;
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libunistring-1.4/tests/unistdio/test-unistdio-h.c 
new/libunistring-1.4.1/tests/unistdio/test-unistdio-h.c
--- old/libunistring-1.4/tests/unistdio/test-unistdio-h.c       1970-01-01 
01:00:00.000000000 +0100
+++ new/libunistring-1.4.1/tests/unistdio/test-unistdio-h.c     2025-10-05 
17:43:36.000000000 +0200
@@ -0,0 +1,26 @@
+/* Test of <unistdio.h>.
+   Copyright (C) 2025 Free Software Foundation, Inc.
+
+   This program is free software: you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation, either version 3 of the License, or
+   (at your option) any later version.
+
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
+
+#include <config.h>
+
+/* Specification.  */
+#include <unistdio.h>
+
+int
+main (void)
+{
+  return 0;
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libunistring-1.4/tests/unistr/test-unistr-h.c 
new/libunistring-1.4.1/tests/unistr/test-unistr-h.c
--- old/libunistring-1.4/tests/unistr/test-unistr-h.c   1970-01-01 
01:00:00.000000000 +0100
+++ new/libunistring-1.4.1/tests/unistr/test-unistr-h.c 2025-10-05 
17:43:36.000000000 +0200
@@ -0,0 +1,26 @@
+/* Test of <unistr.h>.
+   Copyright (C) 2025 Free Software Foundation, Inc.
+
+   This program is free software: you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation, either version 3 of the License, or
+   (at your option) any later version.
+
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
+
+#include <config.h>
+
+/* Specification.  */
+#include <unistr.h>
+
+int
+main (void)
+{
+  return 0;
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libunistring-1.4/tests/uniwbrk/test-uniwbrk-h.c 
new/libunistring-1.4.1/tests/uniwbrk/test-uniwbrk-h.c
--- old/libunistring-1.4/tests/uniwbrk/test-uniwbrk-h.c 1970-01-01 
01:00:00.000000000 +0100
+++ new/libunistring-1.4.1/tests/uniwbrk/test-uniwbrk-h.c       2025-10-05 
17:43:36.000000000 +0200
@@ -0,0 +1,26 @@
+/* Test of <uniwbrk.h>.
+   Copyright (C) 2025 Free Software Foundation, Inc.
+
+   This program is free software: you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation, either version 3 of the License, or
+   (at your option) any later version.
+
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
+
+#include <config.h>
+
+/* Specification.  */
+#include <uniwbrk.h>
+
+int
+main (void)
+{
+  return 0;
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libunistring-1.4/tests/uniwidth/test-uniwidth-h.c 
new/libunistring-1.4.1/tests/uniwidth/test-uniwidth-h.c
--- old/libunistring-1.4/tests/uniwidth/test-uniwidth-h.c       1970-01-01 
01:00:00.000000000 +0100
+++ new/libunistring-1.4.1/tests/uniwidth/test-uniwidth-h.c     2025-10-05 
17:43:36.000000000 +0200
@@ -0,0 +1,26 @@
+/* Test of <uniwidth.h>.
+   Copyright (C) 2025 Free Software Foundation, Inc.
+
+   This program is free software: you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation, either version 3 of the License, or
+   (at your option) any later version.
+
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
+
+#include <config.h>
+
+/* Specification.  */
+#include <uniwidth.h>
+
+int
+main (void)
+{
+  return 0;
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libunistring-1.4/version.sh new/libunistring-1.4.1/version.sh
--- old/libunistring-1.4/version.sh     2025-09-27 16:24:20.000000000 +0200
+++ new/libunistring-1.4.1/version.sh   2025-10-05 17:39:44.000000000 +0200
@@ -1,6 +1,6 @@
 # Version number and release date.
-VERSION_NUMBER=1.4
-RELEASE_DATE=2025-09-27      # in "date +%Y-%m-%d" format
+VERSION_NUMBER=1.4.1
+RELEASE_DATE=2025-10-05      # in "date +%Y-%m-%d" format
 
 # Version of gnulib that was used in this release.
-GNULIB_GIT_COMMIT=7eeb8077c6464a8cf7eee79785d3a8044e9c261f
+GNULIB_GIT_COMMIT=6d64a3155318e29dcf072a5c377ea1a8a9bfec62

Reply via email to