Import version 1.3.3

This commit is contained in:
Adam Spiers 2011-11-09 22:39:32 +00:00
parent 3fff521fa1
commit 502cee75a5
21 changed files with 5533 additions and 1996 deletions

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.