* Sun Apr 30 2017 Robert Scheck <x509watch@robert-scheck.de> 0.6.1
- Show usage/help output if a parameter without option is passed;
  thanks to Till Maas for reporting this issue
- Do not abort on first inaccessible directory or file, but walk
  through all; thanks to Till Maas for reporting this issue
- Print actual system specific default values in "--help" output;
  see https://bugzilla.redhat.com/show_bug.cgi?id=1444969
- Show usage/help output if an invalid or unknown option is passed
- Excluded further Root CA bundle "ca-bundle.legacy.crt"
- Excluded entitlement/subscription related certificate files as
  created by Candlepin and Katello (e.g. RHEL, Red Hat Satellite)

* Fri Nov 29 2013 Robert Scheck <x509watch@robert-scheck.de> 0.6.0
- Work around Y2K38 problem (again) on systems with 32 bit perl
- Added support for systemd timers alternatively to classical cron
  jobs, see: https://bugzilla.redhat.com/show_bug.cgi?id=989128
- Excluded new Root CA bundles "(email|objsign|tls)-ca-bundle.pem"
  used by/for p11-kit introduced with Red Hat Enterprise Linux 6.5

* Sun Jun 26 2011 Robert Scheck <x509watch@robert-scheck.de> 0.5.0
- Work around Y2K38 problem on systems with older 32 bit perl
- Excluded new Root CA bundle "ca-bundle.trust.crt" at Fedora
- Updated the copy of the GNU GPLv2 to reflect new FSF address

* Thu Jun 02 2011 Robert Scheck <x509watch@robert-scheck.de> 0.4.0
- Mail from cronjob with x509watch output has now logwatch style

* 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
