rsyslog
May 17, 2008 - 11:21 AM

Donate!
Satisfied with rsyslog?

Donate and help keep
the project alive!

Rainer's Blog

Login




 


 Log in Problems?
 New User? Sign Up!

Online
There are 16 unlogged users and 0 registered users online.

You can log-in or register for a user account here.

Topic: Change Log

The new items published under this topic are as follows.

<   12345678910   >

Changelog for 1.19.3 - 2007-08-31
Version 1.19.3 (rgerhards), 2007-08-31

  • small mem leak fixed (after calling parseSelectorAct) - Thx varmojkekoj
  • documentation section "Regular File" und "Blocks" updated
  • solved an issue with dynamic file generation - Once again many thanks to varmojfekoj
  • the negative selector for program name filter (Blocks) does not work as expected - Thanks varmojfekoj for patching


Posted by  mmeckelein  on  Friday, August 31, 2007 702
 Send this story to someone Printer-friendly page 

Changelog for 1.19.2 - 2007-08-28
Version 1.19.2 (rgerhards), 2007-08-28

  • a specifically formed message caused a segfault - Many thanks varmojfekoj for providing a patch
  • a typo and a weird condition are fixed in msg.c - Thanks again varmojfekoj
  • on file creation the file was always owned by root:root. This is fixed now - Thanks ypsa for solving this issue


Posted by  mmeckelein  on  Tuesday, August 28, 2007 639
 Send this story to someone Printer-friendly page 

Changelog for 1.19.1 - 2007-08-22
Version 1.19.1 (rgerhards), 2007-08-22

  • a bug that caused a high load when a TCP/UDP connection was closed is fixed now - Thanks mildew for solving this issue
  • fixed a bug which caused a segfault on reinit - Thx varmojfekoj for the patch
  • changed the hardcoded module path "/lib/rsyslog" to $(pkglibdir) in order to avoid trouble e.g. on 64 bit platforms (/lib64) - many thanks Peter Vrabec and darix, both provided a patch for solving this issue
  • enhanced the unloading of modules - thanks again varmojfekoj
  • applied a patch from varmojfekoj which fixes various little things in MySQL output module


Posted by  mmeckelein  on  Wednesday, August 22, 2007 656
 Send this story to someone Printer-friendly page 

Changelog for 1.19.0 - 2007-08-16
Version 1.19.0 (rgerhards), 2007-08-16

  • integrated patch from varmojfekoj to make the mysql module a loadable one many thanks for the patch, MUCH appreciated



Posted by  mmeckelein  on  Thursday, August 16, 2007 678
 Send this story to someone Printer-friendly page 

Changelog for 1.18.2 - 2007-08-13
Version 1.18.2 (rgerhards), 2007-08-13

  • fixed a bug in outchannel code that caused templates to be incorrectly parsed
  • fixed a bug in ommysql that caused a wrong ";template" missing message
  • added some code for unloading modules; not yet fully complete (and we do not yet have loadable modules, so this is no problem)
  • removed debian subdirectory by request of a debian packager (this is a special subdir for debian and there is also no point in maintaining it when there is a debian package available - so I gladly did this) in some cases
  • improved overall doc quality (some pages were quite old) and linked to more of the online resources.
  • improved /contrib/delete_mysql script by adding a host option and some other minor modifications


Posted by  mmeckelein  on  Monday, August 13, 2007 580
 Send this story to someone Printer-friendly page 

Changelog for 1.18.1 - 2007-08-08
Version 1.18.1 (rgerhards), 2007-08-08

  • applied a patch from varmojfekoj which solved a potential segfault of rsyslogd on HUP
  • applied patch from Michel Samia to fix compilation when the pthreads feature is disabled
  • some code cleanup (moved action object to its own file set)
  • add config directive $MainMsgQueueSize, which now allows to configure the queue size dynamically
  • all compile-time settings are now shown in rsyslogd -v, not just the active ones
  • enhanced performance a little bit more
  • added config file directive $ActionResumeInterval
  • fixed a bug that prevented compilation under debian sid
  • added a contrib directory for user-contributed useful thing


Posted by  rgerhards  on  Wednesday, August 08, 2007 626
 Send this story to someone Printer-friendly page 

Changelog for 1.18.0 - 2007-08-03
Version 1.18.0 (rgerhards), 2007-08-03

  • rsyslog now supports fallback actions when an action did not work. This is a great feature e.g. for backup database servers or backup syslog servers
  • modified rklogd to only change the console log level if -c is specified
  • added feature to use multiple actions inside a single selector
  • implemented $ActionExecOnlyWhenPreviousIsSuspended config directive
  • error messages during startup are now spit out to the configured log destinations


Posted by  rgerhards  on  Friday, August 03, 2007 745
 Send this story to someone Printer-friendly page 

Changelog for 1.17.6 - 2007-08-01
Version 1.17.6 (rgerhards), 2007-08-01

  • continued to work on output module modularization - basic stage of
    this work is now FINISHED

  • fixed bug in OMSRcreate() - always returned SR_RET_OK
  • fixed a bug that caused ommysql to always complain about missing templates
  • fixed a mem leak in OMSRdestruct - freeing the object itself was forgotten - thanks to varmojfekoj for the patch
  • fixed a memory leak in syslogd/init() that happend when the config file could not be read - thanks to varmojfekoj for the patch
  • fixed insufficient memory allocation in addAction() and its helpers. The initial fix and idea was developed by mildew, I fine-tuned it a bit. Thanks a lot for the fix, I'd probably had pulled out my hair to find the bug...
  • added output of config file line number when a parsing error occured
  • fixed bug in objomsr.c that caused program to abort in debug mode with an invalid assertion (in some cases)
  • fixed a typo that caused the default template for MySQL to be wrong. thanks to mildew for catching this.
  • added configuration file command $DebugPrintModuleList and $DebugPrintCfSysLineHandlerList
  • fixed an invalid value for the MARK timer - unfortunately, there was a testing aid left in place. This resulted in quite frequent MARK messages
  • added $IncludeConfig config directive
  • applied a patch from mildew to prevent rsyslogd from freezing under heavy load. This could happen when the queue was full. Now, we drop messages but rsyslogd remains active


Posted by  rgerhards  on  Wednesday, August 01, 2007 337
 Send this story to someone Printer-friendly page 

Changelog for 1.17.5- 2007-07-30
Version 1.17.5 (rgerhards), 2007-07-30

  • continued to work on modularization
  • fixed a missing file bug - thanks to Andrea Montanari for reporting this problem
  • fixed a problem with shutting down the worker thread and freeing the selector_t list - this caused messages to be lost, because the message queue was not properly drained before the selectors got destroyed


Posted by  rgerhards  on  Monday, July 30, 2007 423
 Send this story to someone Printer-friendly page 

Changelog for 1.17.4 - 2007-07-27
Version 1.17.4 (rgerhards), 2007-07-27

  • continued to work on modularization
  • fixed a situation where rsyslogd could create zombie processes thanks to mildew for the patch
  • applied patch from Michel Samia to fix compilation when NOT compiled for pthread


Posted by  rgerhards  on  Friday, July 27, 2007 451
 Send this story to someone Printer-friendly page 

<   12345678910   >

 Search
 
Google

 Last Forum Posts
 · Re: Transport With Stunnel-need your hel ...
Sorry, I overlooked the message. This looks like a duplicate port ...
· Re: if ... then ... else
I've re-read the whole thread. I think I now got it. Else is just ...
· Re: if ... then ... else
sandiso wrote:So I have many boxes and from few of those boxes I ...
· Re: if ... then ... else
You got me confused. I think my config is right but I`ll explain ...
· Re: if ... then ... else
Thanks for the files (received via mail). The problem was always ...

 Top Contributors
 
Contributor Contribs
varmojfekoj 7
Michael Biebl 2
Michel Biebl 1
Peter Vrabec 1


 Past Articles

:: Syndication: ::
Page created in 0.515741109848 seconds.