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

	* io.c: changed a few werror()s to verbose() in io_iter()

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

	* io.c: made init_file() public

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

	* configure.in: bumped version to 0.2.1

1999-07-19  Balazs Scheidler  <bazsi@balabit.hu>

	* io_iter(): fixed a small bug in callout counting

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

	* added expr CLASS expressions to make_class (taken from lsh)

	* lots of changes caused by the previous point

	* bugfix: (pkt_buffer accepted input even in closed state)

	* libol-config.in changes

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

	* configure.in: bumped version to 0.1.21

	* fixed a bug in do_list_search (returned bad position, when an item 
	was not found)

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

	* worked around yet another glibc 2.0 poll emulation bug

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

	* wait at most 60 seconds in poll (so that pending closes are really
	closed in at most 60 seconds)
	
	* changed fatal() to werror() if the poll fails

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

	* fixed a nasty bug in pkt_buffer.c which caused >90% CPU load

	* added --static-libs to libol-config

	* debianized the package

	* fixed a bug in prepare()

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

	* bug fixes, some debug messages removed

	* glibc emulated poll() workaround added

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

	* added function c_format_cstring, appends an extra 0 character to 
	the end of string

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

	* removed a configure test (which tried to link to libol itself), it 
	was blindly copied from the configure.in of syslog-ng

	* added include <sys/socket.h> to format.c before <netinet/in.h> is 
	included, because BSD didn't like it.

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

	* released 0.1.7

	* added KILL_RESOURCE to resource_list, REMEMBER_RESOURCE now returns 
	the node where a given resource is stored

	* some modifications to Makefile.am so the correct headers are 
	installed with "make install"

	* compiles to a shared lib as well as a static lib

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

	* released 0.1.6

	* fixed some bugs

	* added libol-config script

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

	* implemented callouts, added io_callout() function and callback class

	* added %I (ip addr, specified as a struct in_addr) format specifier 
	to c_format()

	* fixed a couple of build problems (HAVE_ATTRIBUTE), and added some
	some portability tests to configure.in

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

	* released 0.1.2

	* fixed a poll() bug in io.c (POLLHUP)

