From: Jim Meyering Date: Fri, 20 Sep 2002 08:59:07 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.2~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fd07809b69c5c3e0cffaa63ff7f2847572d6a97;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index ba750e2b8e..32a6749bfb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,16 @@ * Version 4.5.2. +2002-09-06 Andreas Schwab + + `rmdir -p dir-specified-with-trailing-slash/' would fail. + * src/rmdir.c (remove_parents): Strip trailing slashes. + +2002-09-20 Jim Meyering + + * tests/rmdir/t-slash: New file/test, for the above fix. + * tests/rmdir/Makefile.am (TESTS): Add t-slash. + * Makefile.maint (announcement): Arrange to gpg-sign the message. Add a URL for each detached signature file. diff --git a/NEWS b/NEWS index 7c4031d071..7d35f400ef 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,5 @@ [4.5.2] +* rmdir -p dir-with-trailing-slash/ no longer fails * printf now honors the `--' command line delimiter * od's 8-byte formats x8, o8, and u8 now work * tail now accepts fractional seconds for its --sleep-interval=S (-s) option