diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-04 08:34:31 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-04 08:34:31 +0000 |
commit | f5250a3a92ec4c1738556f3cc5139dbc15579add (patch) | |
tree | 796ab385480e9d1cb7079c4c3b90378b0e254466 /ChangeLog | |
parent | 54751c7e6e374c130d6d6d5cee5db493f7919fef (diff) | |
download | rsyslog-f5250a3a92ec4c1738556f3cc5139dbc15579add.tar.gz rsyslog-f5250a3a92ec4c1738556f3cc5139dbc15579add.tar.xz rsyslog-f5250a3a92ec4c1738556f3cc5139dbc15579add.zip |
changed command line processing. -v, -M, -c options are now parsed and
processed before all other options. Inter-option dependencies have been
relieved. Among others, permits to specify intial module load path via
-M only (not the environment) which makes it much easier to work with
non-standard module library locations. Thanks to varmojfekoj for
suggesting this change. Matches bugzilla bug 55.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -15,6 +15,12 @@ Version 3.17.0 (rgerhards), 2008-04-?? the full size, but will modify the outputs so that only 32 characters max are used by default. If you need large tags in the output, you need to provide custom templates. +- changed command line processing. -v, -M, -c options are now parsed + and processed before all other options. Inter-option dependencies + have been relieved. Among others, permits to specify intial module + load path via -M only (not the environment) which makes it much + easier to work with non-standard module library locations. Thanks + to varmojfekoj for suggesting this change. Matches bugzilla bug 55. --------------------------------------------------------------------------- Version 3.15.1 (rgerhards), 2008-04-?? - disabled atomic operations for the time being because they introduce some |