summaryrefslogtreecommitdiffstats
path: root/Changes
blob: 0df42b44a35f3fed456afe5e17e97e6c53619059 (plain)
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
Version 0.93
- fixes logfile bug: wrong filename and line numbers printed
- fixes config file parsing, new generic get_word() in conffile.c
- fixes bug in ulogd_LOGEMU.c on big-endian systems
- fixes segfault when packet received but no interpreters registered
	(reported by Drori Ghiora)
- sigterm handler installed for clean shutdown
- logfile now fflush()ed after each line printed

Version 0.92
- fixes libipulog loop-bug (reported by Drori Ghiora)

Version 0.91
- changes for new kernel ULOG. Includes support for multilink netlink
  messages.

Version 0.9
- configuration file routines
- plugins are able to register new configfile keys
- new MYSQL output plugin
- new syslog compatibility output plugin

Version 0.3

- new PWSNIFF interpreter plugin
- verbose error reporting

Version 0.2

- real daemon, we are forking now