Fix indentation issues in NEWS
This commit is contained in:
parent
ad28894a85
commit
5a09c527b3
1 changed files with 22 additions and 29 deletions
51
NEWS
51
NEWS
|
@ -1,6 +1,6 @@
|
||||||
News file for Stow.
|
News file for Stow.
|
||||||
|
|
||||||
* Changes in version 2.0.1:
|
* Changes in version 2.0.1
|
||||||
** Defer operations until all potential conflicts have been assessed.
|
** Defer operations until all potential conflicts have been assessed.
|
||||||
|
|
||||||
We do this by traversing the installation image(s) and recording the
|
We do this by traversing the installation image(s) and recording the
|
||||||
|
@ -51,7 +51,7 @@ You can mix and match any number of actions, e.g.,
|
||||||
|
|
||||||
will unstow p3, p4 and p6, then stow p1, p2, p5 and p6.
|
will unstow p3, p4 and p6, then stow p1, p2, p5 and p6.
|
||||||
|
|
||||||
* New (repeatable) command line arg: --ignore='<regex>'
|
** New (repeatable) command line arg: --ignore='<regex>'
|
||||||
|
|
||||||
This suppresses operating on a file matching the regex (suffix), e.g.,
|
This suppresses operating on a file matching the regex (suffix), e.g.,
|
||||||
|
|
||||||
|
@ -132,33 +132,26 @@ more easily check for equivalent functionality. The initial code base had
|
||||||
to be refactored substantially to allow for testing. The test suite is
|
to be refactored substantially to allow for testing. The test suite is
|
||||||
not exhaustive, but it should provide enough to check for regressions.
|
not exhaustive, but it should provide enough to check for regressions.
|
||||||
|
|
||||||
|
* Changes in version 1.3.3
|
||||||
* Changes in version 1.3.3:
|
** Now requires Perl 5.005 or later
|
||||||
** Now requires Perl 5.005 or later
|
** Initially empty directories are not removed anymore
|
||||||
** Initially empty directories are not removed anymore
|
** Removed buggy fastcwd (we use POSIX::getcwd instead)
|
||||||
** Removed buggy fastcwd (we use POSIX::getcwd instead)
|
** Fixed bug when the common Parent of Target dir and Stow dir was "/"
|
||||||
** Fixed bug when the common Parent of Target dir and Stow dir was "/"
|
** Fixed bug when handling directories named "0"
|
||||||
** Fixed bug when handling directories named "0"
|
** Stow now only warns the user if a directory is unreadable during unstowing.
|
||||||
** Stow now only warns the user if a directory is unreadable during unstowing.
|
* Changes in version 1.3:
|
||||||
|
** Added --restow option.
|
||||||
* Changes in version 1.3:
|
** Fixed handling of slashes in package names.
|
||||||
** Added --restow option.
|
** Expanded configure-time search for Perl binary.
|
||||||
** Fixed handling of slashes in package names.
|
* Changes in version 1.2:
|
||||||
** Expanded configure-time search for Perl binary.
|
** Dependency on `pwd' removed.
|
||||||
|
** Perl 4 compatibility fixes.
|
||||||
* Changes in version 1.2:
|
** Manual expanded even more.
|
||||||
** Dependency on `pwd' removed.
|
* Changes in version 1.1:
|
||||||
** Perl 4 compatibility fixes.
|
** Long and short options now accepted.
|
||||||
** Manual expanded even more.
|
** Manual expanded.
|
||||||
|
** `make clean' removes stow (which is generated from stow.in).
|
||||||
* Changes in version 1.1:
|
* Initial public release (v1.0) of Stow.
|
||||||
** Long and short options now accepted.
|
|
||||||
** Manual expanded.
|
|
||||||
** `make clean' removes stow (which is generated from stow.in).
|
|
||||||
|
|
||||||
* Initial public release (v1.0) of Stow.
|
|
||||||
|
|
||||||
|
|
||||||
* emacs local variables
|
* emacs local variables
|
||||||
Local Variables:
|
Local Variables:
|
||||||
mode: org
|
mode: org
|
||||||
|
|
Loading…
Reference in a new issue