>From ae006ab087881d9273cee33e8afaae4c3107acc1 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 28 Apr 2020 01:25:01 +0200 Subject: [PATCH 2/9] remove-dest-slash: Remove deprecated module. * modules/rename-dest-slash: Remove file. * MODULES.html.sh (Compatibility checks for POSIX:2008 functions): Update. * NEWS: Mention the removal. --- ChangeLog | 8 ++++++++ MODULES.html.sh | 1 - NEWS | 3 +++ modules/rename-dest-slash | 26 -------------------------- 4 files changed, 11 insertions(+), 27 deletions(-) delete mode 100644 modules/rename-dest-slash diff --git a/ChangeLog b/ChangeLog index 2078f46..67d8957 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2020-04-27 Bruno Haible + remove-dest-slash: Remove deprecated module. + * modules/rename-dest-slash: Remove file. + * MODULES.html.sh (Compatibility checks for POSIX:2008 functions): + Update. + * NEWS: Mention the removal. + +2020-04-27 Bruno Haible + unictype/bidicategory-*: Remove deprecated modules. * modules/unictype/bidicategory-all: Remove file. * modules/unictype/bidicategory-byname: Remove file. diff --git a/MODULES.html.sh b/MODULES.html.sh index 2c8f956..2eb6608 100755 --- a/MODULES.html.sh +++ b/MODULES.html.sh @@ -2584,7 +2584,6 @@ func_all_modules () func_module d-ino func_module d-type func_module link-follow - func_module rename-dest-slash func_module rmdir-errno func_module timer-time func_module unlink-busy diff --git a/NEWS b/NEWS index 585d9d8..2cd5866 100644 --- a/NEWS +++ b/NEWS @@ -58,6 +58,9 @@ User visible incompatible changes Date Modules Changes +2020-04-27 rename-dest-slash This deprecated module is removed. Use the + module 'rename' instead. + 2020-04-27 unictype/bidicategory-* These deprecated modules are removed. Use the modules unictype/bidiclass-* instead. diff --git a/modules/rename-dest-slash b/modules/rename-dest-slash deleted file mode 100644 index e175761..0000000 --- a/modules/rename-dest-slash +++ /dev/null @@ -1,26 +0,0 @@ -Description: -rename() function: change the name or location of a file. - -Status: -deprecated - -Notice: -This module is deprecated. Use the 'rename' module instead. - -Files: - -Depends-on: -rename - -configure.ac: - -Makefile.am: - -Include: - - -License: -GPL - -Maintainer: -Jim Meyering -- 2.7.4