RRDcollect 0.2.10:
==================
- buildable on hurd, release the old patch rotting in repository
- behind the scenes rrdcollect switched to git, ChangeLog file will
  look a little different

RRDcollect 0.2.9:
=================
- fix ignored 0 value in data when %x or %o is used in pattern, thanks to
  Andrew Pam for spotting and fixing it
- remove flex/yacc stuff - it's not used in stable branch
- minor fix for examples: bandwidth-details.txt, leading space is superfluous
  in pattern

RRDcollect 0.2.8:
=================
- fix a memory leak introduced in 0.2.6
- remove from ChangeLog all entries about removed files

RRDcollect 0.2.7:
=================
- minor fix: spot the last one (I hope) printf output and turn it into
  proper logging
- this is the last stable release for a moment, 0.2.x line will receive only
  bugfixes, no further development will be done here
- planned features for development branch are available in TODO file, if there
  is anytthing you want, but not mentioned in this file there is the time
  to report it - finally I've got a little of stabilization and I can spare
  some time to coding again :)

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
