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

	* Plug.py, plug.c: resynced with commercial version

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

	* *.c: made nonportable things optional

2001-05-07  Balazs Scheidler  <bazsi@balabit.hu>

	* plug.c: poll is initialized in plug_config_set_defaults(), and
	freed in plug_proxy_free,
	(plug_init_streams): split into plug_init_streams and
	plug_init_stacked_streams,
	(plug_main): new function, rearranged calls to different events, so
	the code is cleaner, fixed a stacking problem (stacked proxy was never used)

2001-04-17  Szalay Attila  <sasa@balabit.hu>

	* plugudp.c: New file. Split function about datagramm protocols here.

	* plugtrack.c (_PlugTracker): Remove timeout and max_packet. Not
	needed.

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

	* Plug.py: use named imports

2001-04-10  Szalay Attila  <sasa@balabit.hu>

	* plug.c (plug_packet_read): Call real connect_server event.

2001-04-04  Balazs Scheidler  <bazsi@balabit.hu>

	* *.c: adapted to the new logging macros

	* configure.in: bumped version number to 1.0.0

2001-03-26  Balazs Scheidler  <bazsi@balabit.hu>

	* plug.c: ported EOF handling from pssl to wait for stacked
	proxies to quit before dropping the session

2001-02-19  Balazs Scheidler  <bazsi@balabit.hu>

	* set stack_proxy before calling Proxy.__init__, otherwise it could
	be a race condition

2001-02-15  Balazs Scheidler  <bazsi@balabit.hu>

	* Plug.py: documentation added, stack_proxy moved from class
	definition to __init__()

2001-01-25  Szalay Attila  <sasa@balabit.hu>

	* configure.in: Bugfix. Zorp now compile when not installed before.

2001-01-22  Balazs Scheidler  <bazsi@balabit.hu>

	* Makefile.am: install the module to the correct location

	* separated changelog for plug started

