+2020-06-27 Bruno Haible <bruno@clisp.org>
+
+ tempname et al.: Fix link errors on MSVC (regression from 2020-05-31).
+ * modules/tempname (Link): New section.
+ * modules/mkdtemp (Link): Likewise.
+ * modules/clean-temp (Link): Likewise.
+ * modules/mkstemp (Link): Likewise.
+ * modules/stdlib-safer (Link): Likewise.
+ * modules/mkstemps (Link): Likewise.
+ * modules/mkostemp (Link): Likewise.
+ * modules/mkostemps (Link): Likewise.
+ * modules/tmpfile (Link): Likewise.
+ * modules/tmpfile-safer (Link): Likewise.
+ * modules/javacomp (Link): Add $(LIB_GETRANDOM).
+ * modules/argv-iter-tests (Makefile.am): Link test-argv-iter with
+ $(LIB_GETRANDOM).
+ * NEWS: Mention the changes.
+
2020-06-27 Bruno Haible <bruno@clisp.org>
fopen-gnu: Simplify code.
Date Modules Changes
+2020-06-27 tempname The link requirements of these modules are changed
+ mkdtemp from empty to $(LIB_GETRANDOM).
+ mkstemp
+ mkstemps
+ mkostemp
+ mkostemps
+ tmpfile
+ stdlib-safer
+ tmpfile-safer
+ clean-temp
+ javacomp $(LIB_GETRANDOM) was added to the link requirements
+ of this module.
+
2020-05-27 read-file The functions provided by this module now take an
'int flags' argument to modify the file reading
behavior. The read_binary_file function has been