1999-06-23  Balazs Scheidler  <bazsi@balabit.hu>

	* moved affile_dest declaration from affile.h to affile.c, and changed
	the parser not to refer affile_dest directly, but through a wrapper 
	function

	* Makefile.am: afdoor.{c,h} removed

	* removed afdoor.{c,h}, doors are not used for input according to a 
	newsgroup post, code will be added to the sun-streams driver

	* cfg-grammar.y: everything can be specified using parenthesis 

1999-06-15  Balazs Scheidler  <bazsi@balabit.hu>

	* cfg-grammar.y: added support for sun-streams

	* cfg-lex.l: added keywords sun-stream & sun-streams

	* configure.in: added test for stropts.h (STREAMS)

	* added source files afstreams.{c,h}

	* afdoor uses a pipe to communicate with the main poll() loop

1999-06-10  Balazs Scheidler  <bazsi@balabit.hu>

	* fixed a typo in center.c (pthread_mutex_lock instead of 
	pthread_lock_mutex)

1999-06-08  Balazs Scheidler  <bazsi@balabit.hu>

	* named pipes work now with the file driver (I may introduce a pipe
	driver later on, which could be an alias for "file")
	
	* fixed a bug in log_handler.destroy handling

	* changed -HUP handling, it reverts to the old config if the new cannot
	be initialized

	* changed afsocket_dest_reopen to be a general callback, capable of
	reinitializing any log_handler (and moved to destinations.c)

	* debian control file fixes (reported by Peter Gervai, grin@tolna.net)

	* internal source driver checks if used once

	* fixed a bug in syslog-ng.h, which used the config file in cwd even
	if debugging was turned off

1999-06-06  Balazs Scheidler  <bazsi@balabit.hu>

	* added reference documentation to doc/syslog-ng.html

	* changed the parser, so IDENTIFIER's can always be quoted using 
	quotation marks (")

1999-06-05  Balazs Scheidler  <bazsi@balabit.hu>

	* added experimental Sun Door support

	* added some bits to the syslog-ng.conf manpage

	* added user targets

1999-05-29  Balazs Scheidler  <bazsi@balabit.hu>

	* fixed a bug in -HUP handling

1999-05-28  Balazs Scheidler  <bazsi@balabit.hu>

	* changed configure.in to link to static libol instead of dynamic one

	* added debian control files

	* adapted to new libol version

1999-05-25  Balazs Scheidler  <bazsi@balabit.hu>

	* HP-UX log sources should work now

	* global and destination file specific sync() option added

	* -HUP doesn't lose data even if it is sync()-ed

	* adapted to new libol version

1999-05-06  Balazs Scheidler  <bazsi@balabit.hu>

	* changed program filter to use regexps

	* added match filter

	* fixed a header bug in utils.h

	* added host filter

1999-05-05  Balazs Scheidler  <bazsi@balabit.hu>

	* removed a reference to yydebug (cfgfile.c)

1999-05-04  Balazs Scheidler  <bazsi@balabit.hu>

	* fixed a bug in the lexer (removed '.') from the 
	check_reserved_words rule

	* fixed several memory leaks, syslog-ng now doesn't eat memory

	* if internal message source was not registered -> segfault

	* error messages during initialization was not written to stderr, 
	since it was closed before any messages could go out

1999-05-03  Balazs Scheidler  <bazsi@balabit.hu>

	* the inet_aton SunOS compatibility fix caused problems on Linux. 
	Fixed.

1999-04-28  Balazs Scheidler  <bazsi@balabit.hu>

	* some portability fixes for Solaris (added getopt.c, getopt1.c 
	and getopt.h to the source distribution, inet_aton wrapper, 
	socklen_t checking)

1999-04-26  Balazs Scheidler  <bazsi@balabit.hu>

        * released 1.1.9
	
	* implemented internal logsource, werror() and its peers generate 
	internal messages

	* source name is added to the log message

	* host name is added to the log message

1999-04-20  Balazs Scheidler  <bazsi@balabit.hu>

	* released 1.1.8

	* implemented af_inet and af_unix destinations

	* some build fixes

	* changed dest_driver semantics, so a given line is allocated once, 
	and referenced from multiple places

1999-04-11  Balazs Scheidler  <bazsi@balabit.hu>

	* renamed afunix.{c,h} to afsocket.{c,h} and began udp support

	* added SIGHUP handling

	* released 1.1.6

	* implemented priority & level filters as suggested by 
	Richi Plana <richip@mozcom.com>

	* fixed a couple of build fixes

1999-04-10  Balazs Scheidler  <bazsi@balabit.hu>

	* released 1.1.5

	* implemented priority and facility filters, both parsing and 
	evaluation

	* evaluation objects and other filter related stuff moved to 
	filter.{c,h}

	* added syslog-names.{c.h}

1999-04-09  Balazs Scheidler  <bazsi@balabit.hu>

	* cfgfile.c: added the skeleton of filter evaluation objects

	* released 1.1.3

	* cfg-grammar.y: added the beginnings of filter rule parsing

	* Makefile.am: removed scsh dependency, so the tarball can be compiled 
	without scsh installed

1999-04-08  Balazs Scheidler  <bazsi@balabit.hu>

	* converted to new libol and removed old libol specific files (libol
	has now its own repository)
	
	* fixed a few bugs in parse_log_msg()

1999-03-25  Balazs Scheidler  <bazsi@balabit.hu>

	* renamed line_buffer to pkt_buffer, since this better describes its
	  functionality

1999-03-21  Balazs Scheidler  <bazsi@balabit.hu>

	* moved abstract_buffer.h to abstract_io.h

1999-03-15  Balazs Scheidler  <bazsi@balabit.hu>

	* fixed af_unix sock_stream mode. sock_dgram should work, 
	but is not tested yet
	
	* released 1.1.1.

1999-02-26  Balazs Scheidler  <bazsi@balabit.hu>

	* anonymous cvs server set up (syncs to local)

1999-02-10  Balazs Scheidler  <bazsi@balabit.hu>

	* log_center implementation
	
	* syslog_conf class
	
	* parser should more or less work now

1999-02-09  Balazs Scheidler  <bazsi@balabit.hu>

	* added object code from lsh

	* set up autoconf/automake build system

	* created the basis of log forwarding (log_handler_pipe)

	* released preview release 1.1

1999-01-15  Balazs Scheidler  <bazsi@balabit.hu>

	* added some things to the grammar

1999-01-14  Balazs Scheidler  <bazsi@balabit.hu>

	* cfg-grammar.y added the skeleton code which will create the configuration structure.
	* header files now define __headername instead of _headername
