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)

