File: NEWS

package info (click to toggle)
dsyslog 0.6.0%2Bnmu1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,068 kB
  • ctags: 387
  • sloc: sh: 3,528; ansic: 3,183; makefile: 301; php: 109
file content (35 lines) | stat: -rw-r--r-- 919 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
This file is outdated, please see debian/changelog instead.

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. (;