
**** BUG FIXES (since Drawbridge 2.0 Alpha):

o Filter was binding to the cards opposite of what was specified in the
	protocol.ini file (oops!).

o Filter Manager was core dumping when querying the reject or allow
	tables.

o A bug with subnets in the allow table has been fixed.

o Fixed a race condition in the event management which could allow
	events to be lost.

o Fixed a serious (but not fatal) bug in the event management that
	would cause events not to fire after the first time midnight
	went by. The symptom was Drawbridge would no longer respond to
	keystrokes.

o Fixed and cleaned up all of the NDIS error messages.


**** BUG FIXES (since Drawbridge 2.0 Beta):

o Had a bug in the display of the uptime on the PC console.

o Fixed a bug in fc that caused core dumps when you specified a mask on
	a network statement that was larger than the IP class of the
	network.

o Fixed another loss of events bug. Same symptom as before; stops
	responding to keyboard.

o Fixed a bug where Filter was binding to the cards opposite of what
	was specified. The bug fix that I put in the Alpha release was
	actually introducing that exact bug for all users except those
	using SMC drivers. Apparently the SMC drivers are causing
	Filter to bind backwards from what is specified.

o Fixed a boundary condition bug in fc which could cause bad tables to
	be generated.

o Fixed two bugs in fm with long swaps that showed up under HPUX.
	Thanks go to Kimmo Laakkonen for finding it and the fix.

o Filter had an arbitrary limit of 2 managers but did not enforce it
	causing Filter to set the wrong IP address for itself when more
	than 2 managers were specified.  Fixed that and added more
	checks to the overall IP configuration.

o Fixed a security vulnerability with IP fragmentation. Thanks go to
	Uwe Ellermann for pointing it out.

