CHANGES FROM 1.2 to 1.3
------------------------------------
Added -m and -M options
While reading directories now reads device and inode numbers and stops if
sees the same directory twice. This avoids the danger caused by the same
directory appearing twice.


CHANGES FROM 1.1 to 1.2
------------------------------------
Documentation fix.


CHANGES FROM 1.0 to 1.1 : 2003/06/27 (*)
------------------------------------
Henry Laxen <henry@maztravel.com>:
| I made a few changes to your nice dupseek program by adding a couple of
| options.  What I wanted was a way to run dupseek non-interactively, and just
| keep the first duplicate file of each group that it finds, deleting the rest.
| That can now be accomplished by running:
|
| dupseek -b -o <directory> | xargs rm [Note: this syntax is no longer valid]
|
| I also added a little help message, and got rid of the annoying >= warning at
| line 609.

I applied Henry's patch and made some further modifications.

New features:
- duplicates can be deleted or substituted with symbolic links
- batch processing to automatically link or delete duplicates
  ( -b kill and -b link ).
- batch processing producing an output for human or automatic intervention
  ( -b report ). The ouput format depends on the flags passed to the -f option

A build process using make was introduced.
The distribution now contains all development files and is a tgz archive.

FIRST RELEASE 1.0 : 2003/06/02 (*)
------------------------------

(*) Dates are in yyyy/mm/dd format
