* Tue Aug 03 2010 Robert Scheck <x509watch@robert-scheck.de> 0.3.0
- Avoid any dying when files are maybe encountered a second time
- Inaccessible files or dangling symlinks cause only warnings
- Added option to include specified files (not only directories)
- Added option to ignore (including globbing) specified files
- Added /etc/ssl to default PKI paths (openSUSE, Debian, Ubuntu)
- Excluded more distribution Root Certifiate Authority bundles
- Added option to suppress all access/dangling symlink warnings

* Tue Jul 27 2010 Robert Scheck <x509watch@robert-scheck.de> 0.2.0
- Replaced find(1) call (from fileutils) by perl's File::Find
- Execute /usr/bin/openssl rather openssl in $PATH by default
- Alternative path to openssl binary can be set via a parameter
- Use IPC::Open3 rather open() to pipe certificate to OpenSSL
- Replaced open() by sysopen() for a bit better file handling

* Mon Jul 26 2010 Robert Scheck <x509watch@robert-scheck.de> 0.1.0
- First official release of x509watch
