diff --git a/ChangeLog b/ChangeLog index 40fb0d9..b23673d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19,7 +19,7 @@ Sun Dec 30 21:58:25 2001 Guillaume Morin Sun Dec 30 18:23:25 2001 Guillaume Morin * 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 diff --git a/NEWS b/NEWS index 837fc7d..7791b77 100644 --- a/NEWS +++ b/NEWS @@ -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.