[v1.2]
Supports scanning contents of disk-image files with --scan-dmg option.

[v1.1.1]
Bugs #10995 is fiexd.
    When ClamdOmitScan.pl is executed for the first time, or new scan-data is
    used with --data option, ClamdOmitScan.pl makes an error.

[v1.1]
Support Mac OS X resource fork scan.

Add a exit status code for unsupported option.

Improve error message for --bufsiz option.

When outputs path name, replcae non-printable ascii charactor in it.

Following bug is fixed.
    When it connects with clamd with UNIX domain socket and clamd is set to
    accept the connection only in the addresses other than 127.0.0.1,
    if CR or LF is included in the file name of the scan target file,
    data cannot transmit to clamd.

Some error messages are improved.

The default value of LocalSocket was changed to /tmp/clamd.socket according to
recent ClamAV.

[v1.0.1]
Even if CR is included in the file name, the STREAM command is used.
    The previous version checked only LF.