2005-05-22  Artur R. Czechowski <arturcz@hell.pl>

	* configure.ac:

	Release 0.2.3

2005-05-12  Artur R. Czechowski <arturcz@hell.pl>

	* src/rrdcollect.c:

	Checking for running another copy of daemon.

2005-05-09  Artur R. Czechowski <arturcz@hell.pl>

	* src/: Makefile.am, rrdcollect.c:

	PID file name set by ./configure

2005-02-13  Artur R. Czechowski <arturcz@hell.pl>

	* doc/FAQ:

	Note about RRD Wizard

2005-01-20  Artur R. Czechowski <arturcz@hell.pl>

	* src/scan.c:

	bugfix for sf#1091643 Spaces are ignored in simple patterns Patch
	from Olivier Poitrey

2005-01-03  Artur R. Czechowski <arturcz@hell.pl>

	* doc/FAQ:

	Example of rrdtool create (fixes sf#643578,sf#643381)

2005-01-03  Artur R. Czechowski <arturcz@hell.pl>

	* configure.ac, src/Makefile.am:

	Prepared for automake 1.8

2005-01-03  Artur R. Czechowski <arturcz@hell.pl>

	* src/scan.c:

	bugfix for sf#1089525 Bug in scan() function with pattern matching
	several times Patch from Olivier Poitrey

2005-01-02  Artur R. Czechowski <arturcz@hell.pl>

	* src/rrdcollect.c:

	Some unfinished code is commented out.

2003-10-31  Artur R. Czechowski <arturcz@hell.pl>

	* src/rrdcollect.c:

	Some checks for is_another_copy. DO NOT RELEASE IT!

2003-10-31  Artur R. Czechowski <arturcz@hell.pl>

	* src/log.c:

	Display error message to stderr if logger subsystem is
	uninitialized.

2003-10-31  Artur R. Czechowski <arturcz@hell.pl>

	* src/log.c:

	Sanity checks for logger subsystem.

2003-10-31  Artur R. Czechowski <arturcz@hell.pl>

	* README:

	Debian information.

2003-09-23  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* src/: parser.y, scanner.l:

	Reworked code to use yymore() for finding "strings" (in-place
	conversion of \escaped parts is useless, we have to know what user
	escaped and what left unotuched.  Also, changes in parser.

2003-09-19  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* configure.ac, src/rrdcollect.c:

	Updated bug report mail address.  Former one is no longer working.

2003-09-19  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* acinclude.m4, include/rrdcollect.h, src/parser.y, src/scanner.l:

	Using flex's yylineno instead of conf_file_line.  Also, some
	inlining.

2003-09-19  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* acinclude.m4:

	configure --help strings, the ultimate edition.

2003-09-19  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* NEWS, acinclude.m4, configure.ac, include/rrdcollect.h,
	src/scanner.l:

	Moved _GNU_SOURCE definition to where it belongs (configure.ac).

2003-09-19  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* src/: parser.y, scanner.l:

	Added support for dividers and multipliers within config file (so
	far just parsing).

2003-09-19  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* src/: Makefile.am, parser.y, scanner.l:

	Added counting lines in config file (for error reporting).  Removed
	unneeded strdups.  Added parser.y and scanner.l to rrdcollect's
	sources.

2003-09-18  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* src/scanner.l:

	Removed "variable trailing context rules" which "entail a large
	performance penalty".  Scanner appears to be working all right, so
	I guess it's OK.

2003-09-18  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* src/: Makefile.am, parser.y:

	Function main() present in parser.y only if STANDALONE_PARSER
	defined.  Support for submatches.

2003-09-18  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* src/: parser.y, scanner.l:

	Parser for the RRDcollect config files, yacc.

2003-09-18  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* src/scanner.l:

	Flex scanner, initial commit.  Still needs some work.

2003-09-18  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* src/Makefile.am:

	Automake changes to support flex/yacc.

2003-09-18  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* configure.ac:

	Check for lex (or flex) in ./configure

2003-09-18  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* doc/Makefile.am:

	Added FAQ to Makefile.am

2003-09-17  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* doc/FAQ:

	A sort of FAQ document.

2003-09-17  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* NEWS, acinclude.m4, configure.ac, rrdcollect.spec,
	doc/sample-rrdcollect.conf, src/counters.c, src/parse.c:

	Added configure option --enable-exec for those who'd like to shoot
	themselves in the foot.

2003-09-16  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* src/: parse.c, rrdcollect.c:

	Some comments removed.

2003-09-16  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* NEWS, configure.ac, doc/sample-rrdcollect.conf:

	Upcoming 0.2.2 release and exec:/// docs...

2003-09-16  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* src/: counters.c, parse.c:

	Lame and ugly exec:/// support.

2003-09-14  Artur R. Czechowski <arturcz@hell.pl>

	* src/: counters.c, parse.c, rrdcollect.c, scan.c:

	More syslog messages.

2003-09-14  Artur R. Czechowski <arturcz@hell.pl>

	* include/rrdcollect.h, src/log.c, src/rrdcollect.c:

	Syslog support is ready. You can use it safely. It has a fully
	printf-like syntax: priority, format_string, arguments.

2003-09-13  Artur R. Czechowski <arturcz@hell.pl>

	* include/rrdcollect.h, src/counters.c, src/rrdcollect.c:

	More syslog messages. It is really ugly and has memory leaks. DONT
	USE IT unless really needed.

2003-09-12  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* AUTHORS, configure.ac, debian/README.Debian, debian/changelog,
	debian/control, debian/dirs, debian/init, debian/install,
	debian/postrm, debian/preinst, include/rrdcollect.h,
	src/Makefile.am, src/log.c, src/rrdcollect.c:

	Merged syslog functionality from arc-patches branch.  Merged
	Debian-specific files from arc-patches branch.	All these changes
	were made by Artur R. Czechowski.  Many thanks! :-)

2003-09-11  Artur R. Czechowski <arturcz@hell.pl>

	* src/: log.c, rrdcollect.c:

	Priorities (the same as in syslog) works on error output.

2003-09-11  Artur R. Czechowski <arturcz@hell.pl>

	* AUTHORS:

	Co-Author

2003-09-11  Artur R. Czechowski <arturcz@hell.pl>

	* include/rrdcollect.h, src/Makefile.am, src/log.c,
	src/rrdcollect.c:

	Basic infrastructure for syslog support.

2003-09-11  Artur R. Czechowski <arturcz@hell.pl>

	* configure.ac:

	Hard encoded default for --prefix if not given.

2003-07-25  Artur R. Czechowski <arturcz@hell.pl>

	* debian/: README.Debian, changelog, control, dirs, init, install,
	postrm, preinst:

	New Debian release New files: README.Debian postrm preinst More
	documentation provided /var/lib/rrdcollect is created when package
	is installed

2003-07-25  Artur R. Czechowski <arturcz@hell.pl>

	* src/rrdcollect.c:

	Create pidfile from rrdcollect daemon itself.  Redirect all
	standard descriptors (stdin, stdout, stderr) from/to /dev/null

2003-07-08  Artur R. Czechowski <arturcz@hell.pl>

	* debian/: install, default/rrdcollect:

	Debian changes

2003-07-07  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* debian/: changelog, control, copyright, init, rules:

	Debian changes, made by Czesiu.

2003-07-07  Artur R. Czechowski <arturcz@hell.pl>

	* doc/Makefile.am:

	make clean removes built manual files

2003-07-06  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* NEWS, configure.ac, rrdcollect.spec, debian/changelog:

	Updated to vesion 0.2.1

2003-07-06  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* debian/changelog, debian/copyright, include/rrdcollect.h,
	src/counters.c, src/parse.c, src/rrdcollect.c, src/scan.c:

	Corrected debian/copyright, as suggested by lintian.  Copyright
	notice updates.

2003-04-10  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* configure.ac:

	Finding YACC, for Makefiles...

2003-04-07  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* acinclude.m4, configure.ac, include/rrdcollect.h:

	Finding of foo/foo.h style includes.  Added check for libpcap for
	future use (code named: TCPcollect).

2002-09-07  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* doc/sample-rrdcollect.init:

	Different start/stop times...

2002-09-04  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* README:

	Added installation instructions.

2002-09-03  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* debian/rules:

	No automatic (re)start on installation.

2002-09-03  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* doc/sample-rrdcollect.conf, src/parse.c:

	Last cleanups.

2002-09-03  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* acinclude.m4, doc/rrdcollect.man, doc/sample-rrdcollect.conf,
	src/rrdcollect.c:

	pipe and stdout modes...

2002-09-03  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* doc/sample-rrdcollect.conf, include/rrdcollect.h, src/parse.c,
	src/rrdcollect.c:

	New configuration variable: "directory".

2002-09-03  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* doc/rrdcollect.man:

	Nicely formatted rrdcollect(8) manpage.

2002-09-03  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* INSTALL, Makefile.am, NEWS, rrdcollect.spec, debian/init,
	debian/rules, doc/Makefile.am, doc/sample-rrdcollect.init:

	Debian/Red Hat packages builting update.

2002-09-03  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* debian/: changelog, control, copyright, dirs, docs, rules:

	Debian package.

2002-09-03  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* src/Makefile.am:

	When using librrd's getopt_long, use getopt.h in Makefile.

2002-09-03  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* acinclude.m4, configure.ac, src/Makefile.am:

	Use librrd's getopt_long if available (and system's is not).

2002-09-03  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* configure.ac:

	Got rid of libtool, since only thing it does is cause trouble...

2002-09-03  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* src/rrdcollect.c:

	getopt improvements.

2002-09-03  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* doc/sample-rrdcollect.conf:

	Removed "test error" from sample configuration file.

2002-09-02  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* acinclude.m4:

	Handling of sitatution when rrdtool is not installed on the system.

2002-09-02  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* INSTALL, acinclude.m4:

	Renamed `--with-foo' to `--with-libfoo'.

2002-09-02  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* src/Makefile.am:

	Distributing GNU getopt files.

2002-09-02  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* rrdcollect.spec:

	RPM .spec file

2002-09-02  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* acinclude.m4, configure.ac, doc/sample-rrdcollect.conf,
	include/rrdcollect.h, src/parse.c:

	Portability enhancements.

2002-09-02  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* configure.ac, doc/Makefile.am, include/rrdcollect.h, src/parse.c,
	src/rrdcollect.c:

	Improved portability.  Now works on FreeBSD, old Debian, MacOS X
	and Solaris.

2002-09-02  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* configure.ac:

	configure script updates

2002-09-02  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* COPYING, INSTALL, README, configure.ac, doc/Makefile.am,
	doc/rrdcollect.conf.man, doc/rrdcollect.man,
	doc/sample-rrdcollect.conf, include/rrdcollect.h, src/counters.c,
	src/parse.c, src/rrdcollect.c, src/scan.c:

	Manuals and RRDcollect description.

2002-09-01  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* AUTHORS, NEWS, README, configure.ac, doc/Makefile.am,
	doc/rrdcollect.conf.5, doc/sample-rrdcollect.conf,
	include/rrdcollect.h, src/Makefile.am, src/counters.c, src/parse.c,
	src/rrdcollect.c, src/scan.c, doc/rrdcollectd.8:

	Renamed RRDCollect to RRDcollect.

2002-09-01  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* doc/Makefile.am:

	Filename typo.

2002-09-01  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* INSTALL, Makefile.am, NEWS, doc/Makefile.am,
	doc/rrdcollect.conf.5, doc/rrdcollectd.8, include/rrdcollect.h,
	src/Makefile.am:

	Added some missing files.  Automatic installation of
	$(sysconfdir)/rrdcollect.conf

2002-09-01  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* rrdcollect.conf, doc/sample-rrdcollect.conf:

	Moved rrdcollect.conf to doc/sample-rrdcollect.conf

2002-09-01  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* autogen.sh:

	Use `autoreconf' -i instead.

2002-09-01  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* rrdcollect.conf, include/rrdcollect.h, src/counters.c,
	src/parse.c, src/scan.c:

	Working perl compatible regular expressions.

2002-09-01  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* src/: parse.c, rrdcollect.c:

	When cutting off comments, cut leading spaces too...

2002-09-01  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* src/: Makefile.am, parse.c, rrdcollect.c:

	Improved signal handling.

2002-09-01  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* AUTHORS, NEWS:

	Required documentation.

2002-09-01  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* acinclude.m4, configure.ac:

	Namespace consistency.

2002-09-01  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* acinclude.m4, configure.ac:

	Moved my macro functions to acinclude.m4 file.

2002-09-01  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* configure.ac, include/rrdcollect.h, src/parse.c, src/scan.c:

	Added _GNU_SOURCE for sake of strndup(3).  Minor to-be regex code
	changes.

2002-09-01  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* src/: Makefile.am, getopt.c, getopt.h, getopt1.c:

	Using our own getopt_long if system doesn't have one.

2002-09-01  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* src/rrdcollect.c:

	Compilation without librrd.

2002-09-01  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* configure.ac:

	spoon(2) support

2002-08-31  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* Makefile.am, configure.ac, doc/Makefile.am, include/rrdcollect.h,
	src/Makefile.am, src/rrdcollect.c:

	Working ./configure script with matching automake Makefiles.

2002-08-31  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* configure.ac:

	autoconf script appears to be working smoothly!

2002-08-31  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* configure.ac, configure.in:

	Can't make up you mind, eh?  I've decided old name was better.

2002-08-31  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* configure.ac, configure.in:

	Renamed configure.ac to configure.in

2002-08-31  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* include/rrdcollect.h, src/Makefile.am, src/rrdcollect.c:

	Header file cleanups.  Usage (--help and --version) command line
	handling.  "Work-in-progress" libpcre support.

2002-08-31  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* src/scan.c:

	Changed isoctdigit from function to a macro.

2002-08-31  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* README:

	Starting a documentation.  Needs work.	Lots of...

2002-08-30  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* src/Makefile.am:

	Now it compiles nicely.

2002-08-30  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* Makefile.am, autogen.sh, configure.ac, rrdcollect.conf,
	src/Makefile, src/Makefile.am:

	The autoheader, automake, autoconf stuff.  Slowly but steadily

2002-08-30  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* src/rrdcollect.c:

	Modified rrd_update calling interface (to clean getopt's
	variables).  Set line-based stdout buffer.  Added .rrd and core
	files to .cvsignore.

2002-08-30  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* src/rrdcollect.c:

	Get rid of DEBUG define

2002-08-30  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* src/counters.c, include/rrdcollect.h, src/rrdcollect.c:

	Fixed librrd interface (resetting getopt(3)'s optarg, since librrd
	uses that function also).  Better verbose handling.  Detaching from
	terminal when forking.	Small cleanups.

2002-08-30  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* src/Makefile:

	Fancy compile options.

2002-08-30  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* COPYING, rrdcollect.conf, include/rrdcollect.h, src/Makefile,
	src/counters.c, src/parse.c, src/rrdcollect.c, src/scan.c:

	Initial release.  RRDCollect is working, but needs many a change
	still...

