File: INCOMPAT

package info (click to toggle)
log-analysis 0.38-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 312 kB
  • ctags: 2
  • sloc: perl: 1,183; sh: 330; makefile: 71
file content (27 lines) | stat: -rw-r--r-- 1,240 bytes parent folder | download
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

INCOMPATIBLE CHANGES: I'd like to have none of these, but hey, this *is*
      pre-alpha.  I try to make everything backwards compatible, but for
      the more obscure stuff, I figure it's not worth it.  If a change I
      make really puts you out, please let me know, and maybe I'll try to
      make the old way work out after all.

0.38: - date_format defaults to %Y_%m_%d
      - -o no longer also outputs to standard out.  Add -O for the old behavior.
      - config_version is now mandatory

0.37: - replaced end directive with @@end.  end will give a warning.
      - the default sort is "funky" (understands IP addresses) instead of
        a string sort.

0.36: - -D has been renamed to -I evals.  
      - -F has been renamed to -I internal_config

0.35: - No more support for the (formerly optional) 4th field of raw_rules, 
        ie. the code hook.  If anyone had a real need for it, contact me.

0.34: - Discontinuing support for required_log_files in the config, because 
        some internal stuff was assuming it could modify required_log_files.

0.29: - Directives using "-" instead of "_" have been changed to use "_".
        These include include_dir, include_dir_if_exists, include_if_exists,
	and block_comment.