*** empty log message ***

This commit is contained in:
Jim Meyering 2002-09-20 08:59:07 +00:00
parent 350063fa65
commit 9fd07809b6
2 changed files with 11 additions and 0 deletions

View File

@ -2,6 +2,16 @@
* Version 4.5.2.
2002-09-06 Andreas Schwab <schwab@suse.de>
`rmdir -p dir-specified-with-trailing-slash/' would fail.
* src/rmdir.c (remove_parents): Strip trailing slashes.
2002-09-20 Jim Meyering <meyering@lucent.com>
* 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.

1
NEWS
View File

@ -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