summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-05-031-1/+27
|\ | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * preparing for 5.8.11 releasev5.8.11Rainer Gerhards2012-05-031-1/+1
| |
| * bugfix: ommysql did not properly init/exit the mysql runtime libraryRainer Gerhards2012-05-031-0/+5
| | | | | | | | | | | | | | This could lead to segfaults. Triggering condition: multiple action instances using ommysql. Thanks to Tomas Heinrich for reporting this problem and providing an initial patch (which my solution is based on, I need to add more code to clean the mess up).
| * bugfix: rsyslog did not terminate when delayable inputs were blockedRainer Gerhards2012-05-031-0/+5
| | | | | | | | | | | | | | ...due to unvailable sources. Fixes: http://bugzilla.adiscon.com/show_bug.cgi?id=299 Thanks to Marcin M for bringing up this problem and Andre Lorbach for helping to reproduce and fix it.
| * bugfix: inside queue.c, some thread cancel states were not correctly reset.Rainer Gerhards2012-05-031-0/+4
| | | | | | | | | | | | While this is a bug, we assume it did have no practical effect because the reset as it was done was set to the state the code actually had at this point. But better fix this...
| * bugfix: active input in "light delay state" could block rsyslog terminationRainer Gerhards2012-04-271-0/+2
| | | | | | | | at least for prolonged period of time...
* | Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-04-191-0/+2
|\|
| * doc: added last bugfix to ChangeLogRainer Gerhards2012-04-191-0/+2
| |
* | Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-04-181-0/+4
|\|
| * bugfix: assigned ruleset was lost when using disk queuesRainer Gerhards2012-04-181-0/+4
| | | | | | | | | | | | This looked quite hard to diagnose for disk-assisted queues, as the pure memory part worked well, but ruleset info was lost for messages stored inside the disk queue.
* | Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-04-121-0/+5
|\| | | | | | | | | Conflicts: ChangeLog
| * doc: credits update for last bugfixRainer Gerhards2012-04-111-1/+2
| |
| * bugfix: hostname was not requeried on HUPRainer Gerhards2012-04-111-0/+4
| | | | | | | | Thanks to Marius Tomaschewski for reporting this bug.
* | Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-04-071-1/+6
|\| | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * preparing for 5.8.10v5.8.10Rainer Gerhards2012-04-071-1/+1
| |
| * bugfix: segfault on startup if $actionqueuefilename was missing for disk ↵Tomas Heinrich2012-04-051-0/+3
| | | | | | | | | | | | queue config Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * bugfix: segfault if disk-queue was started up with old queue fileTomas Heinrich2012-04-051-0/+2
| | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-03-171-1/+7
|\| | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * bugfix: memory leak in array passing output module modeRainer Gerhards2012-03-171-0/+3
| |
| * preparing for 5.8.9v5.8.9Rainer Gerhards2012-03-151-1/+1
| |
| * added tool to recover disk queue if .qi file is missing (recover_qi.pl)Kaiwang Chen2012-03-151-0/+2
| |
* | Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-03-141-0/+3
|\|
| * changed statsobj interface and added better docRainer Gerhards2012-03-141-0/+3
| |
* | Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-03-121-1/+7
|\| | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * bugfix: stopped DA queue was never processed after a restartRainer Gerhards2012-03-121-0/+4
| | | | | | | | ...due to a regression from statistics module.
| * preparing for 5.8.8v5.8.8Rainer Gerhards2012-03-051-1/+1
| |
* | mentioned imported bugfix in ChangeLogRainer Gerhards2012-03-011-0/+2
| |
* | Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-03-011-0/+2
|\|
| * bugfix: imklog invalidly computed facility and severityRainer Gerhards2012-03-011-0/+2
| | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=313
* | Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-01-271-0/+13
|\| | | | | | | | | | | | | Conflicts: ChangeLog plugins/omprog/omprog.c runtime/rsyslog.h
| * added merged v4 bugfix info to changelogRainer Gerhards2012-01-271-0/+4
| |
| * Merge branch 'v4-stable' into v5-stableRainer Gerhards2012-01-271-0/+5
| |\
| | * bugfix: omprog made rsyslog abort on startup if not binary to execute was ↵Rainer Gerhards2012-01-271-0/+2
| | | | | | | | | | | | configured
| | * increased max config file line size to 64kRainer Gerhards2012-01-241-0/+3
| | | | | | | | | | | | | | | We now also emit an error message if even 64k is not enough (not doing so previously may rightfully be considered as a bug)
| * | mentioning license change in ChangeLogRainer Gerhards2012-01-211-0/+1
| | |
| * | Merge branch 'v4-stable' into v5-stableRainer Gerhards2012-01-211-0/+1
| |\|
| | * license docs were not properly redistributedRainer Gerhards2012-01-211-0/+1
| | | | | | | | | | | | thanks to Tomas Heinrich for alerting me.
* | | mentioning license change in ChangeLogRainer Gerhards2012-01-211-0/+1
| | |
* | | undoing v6.1 config scoping interface, part IRainer Gerhards2012-01-181-0/+9
| | | | | | | | | | | | The most common files are now changed, more needs to be done.
* | | Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-01-181-1/+5
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/imptcp/imptcp.c
| * | preparing for 5.8.7v5.8.7Rainer Gerhards2012-01-171-1/+3
| | |
| * | Merge branch 'v4-stable' into v5-stableRainer Gerhards2012-01-161-0/+2
| |\| | | | | | | | | | | | | Conflicts: tools/syslogd.c
| | * FQDN hostname for multihomed host was not always set to the correct nameTomas Heinrich2012-01-161-0/+2
| | | | | | | | | | | | | | | | | | ..if multiple aliases existed. Thanks to Tomas Heinreich for the patch. Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | final prep for 6.2.0v6.2.0Rainer Gerhards2012-01-091-1/+1
| | |
* | | Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-01-091-0/+7
|\| |
| * | bugfix: instabilities when using RFC5424 header fieldsKaiwang Chen2012-01-091-0/+2
| | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * | bugfix: stats counter were not properly initialized on creationRainer Gerhards2011-12-201-0/+1
| | |
| * | bugfix: imuxsock did truncate part of received message if it did not contain ↵Rainer Gerhards2011-12-201-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | a proper date. The truncation occured because we removed that part of the messages that was expected to be the date. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=295
* | | removing $Begin, $End, $StrictScoping directivesRainer Gerhards2012-01-091-1/+4
| | | | | | | | | | | | | | | | | | v6.4 will provide the same functionality in a far better way. So we do not want to clutter the code. -------------------------
* | | Merge branch 'v5-stable' into betaRainer Gerhards2011-12-161-1/+4
|\| |