pre release update

This commit is contained in:
Guillaume Morin 2002-01-05 13:48:38 +00:00
parent 0a47f1e317
commit b720276f13
2 changed files with 9 additions and 1 deletions

View file

@ -19,7 +19,7 @@ Sun Dec 30 21:58:25 2001 Guillaume Morin <gmorin@gnu.org>
Sun Dec 30 18:23:25 2001 Guillaume Morin <gmorin@gnu.org>
* stow.in: now requires Perl 5. Use POSIX getcwd instead of broken
fastcwd. Fixed bug when CommonParent is /. Stow does not remover
fastcwd. Fixed bug when CommonParent is /. Stow does not remove
initially empty directories anymore.
Sun Dec 30 18:07:51 2001 Guillaume Morin <gmorin@gnu.org>

8
NEWS
View file

@ -1,5 +1,13 @@
News file for Stow.
* Changes in version 1.3.3:
** Now requires Perl 5.005 or later
** Initially empty directories are not removed anymore
** Removed buggy fastcwd (we use POSIX::getcwd instead)
** Fixed bug when the common Parent of Target dir and Stow dir was "/"
** Fixed bug when handling directories named "0"
** Stow now only warns the user if a directory is unreadable during unstowing.
* Changes in version 1.3:
** Added --restow option.
** Fixed handling of slashes in package names.