diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-09-04 14:18:42 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-09-04 14:18:42 +0200 |
commit | 702140afad013a94450397f72fe1a5452178ee1b (patch) | |
tree | 66e6b59acd4f4758bf32a77a2f8b4fb30aadba27 /ChangeLog | |
parent | fcc4d77dd371744530e46a29b7534e89cf8251c4 (diff) | |
download | rsyslog-702140afad013a94450397f72fe1a5452178ee1b.tar.gz rsyslog-702140afad013a94450397f72fe1a5452178ee1b.tar.xz rsyslog-702140afad013a94450397f72fe1a5452178ee1b.zip |
bugfix: error code -2025 was used for two different errors.
Queue full is now -2074 and -2025 is unique again.
(did cause no real problem
except for troubleshooting)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,9 @@ Version 3.18.4 (rgerhards), 2008-09-?? patch. - doc bugfix: rsyslog.conf man page improved and minor nit fixed thanks to Lukas Kuklinek for the patch. +- bugfix: error code -2025 was used for two different errors. queue full + is now -2074 and -2025 is unique again. (did cause no real problem + except for troubleshooting) --------------------------------------------------------------------------- Version 3.18.3 (rgerhards), 2008-08-18 - bugfix: imfile could cause a segfault upon rsyslogd HUP and termination |