RRDcollect 0.2.6:
- fix for bug: for some specific configuration with one source in one line,
  second in another and pattern specific for the data is after the data (please
  see doc/examples/bandwidth-details.txt for example) the counters are
  fed with improper value
- updated examples

RRDcollect 0.2.5.1:
===================
- some minor portability refactoring, conditional compiling on some Linux
  specific stuff

RRDcollect 0.2.5:
=================
- check if another copy of rrdcollect is already run works
- faster exit

RRDcollect 0.2.4:
=================
- better syslog support
- some safety checks and settings for exec:///

RRDcollect 0.2.3:
=================
- brand new configuration file parser (flex and bison based).


RRDcollect 0.2.2:
=================
- logging via syslog (by Artur R. Czechowski)
- Debian updates (by Artur R. Czechowski)
- exec:/// data sources support (but please, don't look at the code (yet)!)
  (you must compile with --enable-exec if you desperately need this thing)


RRDcollect 0.2.1:
=================
- Debian copyright update, no functional changes.


RRDcollect 0.2:
===============
- improved building scheme (autoconf/autoheader/automake...)
- finally some documentation
- and manual pages for daemon and configuration file too
- supports perl compatlible regular expressions (libpcre)
- rrdcollect.spec file for making rpms
- debian/* files for making debs


RRDcollect 0.1:
===============
- should compile nicely
- working pattern (scanf(3)-style) searching
- uses librrd
- has configure script
