dsyslog (0.2.2):

	* Fix a really stupid crash bug.

dsyslog (0.2.1):

	* Fix some bugs in filter_droppriority and filter_dropcond.
	* Fix a major bug where non-rewritten messages might be leaked to
	  the system log if the rewriting regexp was malformed.
	* Add an example to doc/example.conf about the regexp rewriting
	  feature.

dsyslog (0.2.0):

	* Add support for BSD facility and severity:
	  You can use them in literal conditions like such:
	   output file { path "/var/log/everythingbutmail.log";
			 condition literal { facility !mail; };
		       };

	* Add new filter module for dropping based on severity and
	  facility values.

	* Add support for chaining conditionals to filters.
	* Add module to take advantage of conditionals in filters.

dsyslog (0.1.1):

	* fix a crash due to stupidity on my part.

dsyslog (0.1.0):

	* everything. (;
