Changeset 349
- Timestamp:
- Jun 15, 2011, 8:19:29 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/Changelog
r347 r349 1 1 2.8.5: 2 * Fix wrong handler for LogmonMarkSeverity (reported by S. Chittenden) 2 3 * Better protection against the 'intruder on server' scenario 3 4 pointed out by xrx. Add option to disable shell expansion in … … 8 9 Sean Chittenden) 9 10 10 2.8.4a :11 2.8.4a (11-05-2011): 11 12 * Fix for compile error with --with-prelude 12 13 (reported by Sean Chittenden), missing regression test added … … 14 15 missing regression test added 15 16 16 2.8.4 :17 2.8.4 (30-04-2011): 17 18 * Fix another reload bug in the log monitoring module 18 19 * Add unit tests for IgnoreAdded/IgnoreDeleted configuration directives -
trunk/src/sh_log_check.c
r335 r349 1306 1306 { 1307 1307 N_("logmonmarkseverity"), 1308 sh_log mon_set_save_dir,1308 sh_log_set_mark_severity, 1309 1309 }, 1310 1310 {
Note:
See TracChangeset
for help on using the changeset viewer.