Changelog:
- Add --force-overread Force overreading into the lead-out portion of the disc. This option is only applicable when using the "-O" option with a positive sample offset value. Many drives are not capable of reading into this portion of the disc and attempting to do so on those drives will produce read errors and possibly hard lockups
- Fix problem where end of span seems to default to last track. Savannah bug 43444
- Fix NULL pointer dereference that occurs when byte swapping is needed. MR #4
- Re-silence recently added gcc -Wunused-result warnings
- Use @LIBS@ figured out by autoconf when linking (for -lrt on Linux).
- Incorrect track was getting used in matching. See Savannah bug 49831 and MR #7, #8 and #10
Packaging:
- Add: make check
Signed-off-by: Pierre-Yves <pyu@riseup.net>