1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
NEWS for Chase 0.5.2
-------------------
Bugfix release (the "treshold" misspelling has been fixed).
NEWS for Chase 0.5.1
-------------------
Chase has a new maintainer, Andreas Rottmann <rotty@debian.org>.
Chase now uses automake.
NEWS at Chase 0.5
Chase now detects symlink loops. To disable this, use -D.
Chase now has guards for unbounded chains of symlinks. See the manual
page for details.
NEWS at Chase 0.4:
New option --null (-0), useful with find's -print0. See the man page
for details.
NEWS at Chase 0.3.1:
The -f option can now be used without any file names given on the
command line. This is taken to mean the standard input stream.
NEWS at Chase 0.3:
There is a new command-line option --from-file (-f), which allows
chase to read the filenames to chase from a file. See the manual page
for more details.
NEWS at Chase 0.2:
This version consists mainly of bug fixes.
The most notable new feature is that chase will now use exit codes.
See the manual page for more details.
This is the first version released to general public.
NEWS at Chase 0.1:
No news is good news. This is the initial version, for local testing.
|