summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: internal messages were emitted to whatever file had fd2varmojfekoj2009-05-281-0/+3
| | | | | | ...when rsyslogd ran in forked mode (as usual!) Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* relaxed GnuTLS version requirement to 1.4.0Rainer Gerhards2009-05-191-0/+2
| | | | | | | | after confirmation from the field that this version is sufficient. I always thought so (I think I developed under 1.4.x), but had no longer an environment to verify. Most imporantly, this means that Centos users will have much less trouble building rsyslog/tls support.
* bugfix: potential segfault issue when multiple $UDPServerRun directives are ↵Rainer Gerhards2009-05-121-0/+2
| | | | | | specified. Thanks to Michael Biebl for helping to debug this one.
* bugfix: light and full delay watermarks had invalid valuesRainer Gerhards2009-04-231-0/+4
| | | | | ... badly affecting performance for delayable inputs (but not causeing any other issues)
* preparing for 3.22.0 (move to stable)v3.22.0Rainer Gerhards2009-04-211-1/+3
|
* highlighted bugfix imported from v2-stableRainer Gerhards2009-04-171-0/+5
|
* Merge branch 'v3-stable' into betaRainer Gerhards2009-04-171-0/+7
|\
| * Merge branch 'debian_lenny' into v3-stableRainer Gerhards2009-04-171-0/+7
| |\
| | * Merge branch 'v2-stable' into debian_lennyRainer Gerhards2009-04-171-0/+7
| | |\
| | | * bugfix: ompgsql did not detect problems in sql command executionRainer Gerhards2009-04-171-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | this could cause loss of messages. The handling was correct if the connection broke, but not if there was a problem with statement execution. The most probable case for such a case would be invalid sql inside the template, and this is now much easier to diagnose.
* | | | Merge branch 'v3-stable' into betaRainer Gerhards2009-04-161-3/+15
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | | preparing for 3.20.6v3.20.6Rainer Gerhards2009-04-161-1/+2
| | | |
| * | | Merge branch 'debian_lenny' into v3-stableRainer Gerhards2009-04-161-2/+10
| |\| | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | * | Merge branch 'v2-stable' into debian_lennyRainer Gerhards2009-04-161-1/+10
| | |\| | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac doc/manual.html
| | | * prepared for 2.0.7 & corrected default for $DirCreatemodev2.0.7Rainer Gerhards2009-04-141-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | bugfix: the default for $DirCreateMode was 0644, and as such wrong. It has now been changed to 0700. For some background, please see http://lists.adiscon.net/pipermail/rsyslog/2009-April/001986.html
* | | | Merge branch 'v3-stable' into betaRainer Gerhards2009-04-091-0/+11
|\| | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| * | | bugfix: $InputTCPMaxSessions config directive was accepted, but not honoredRainer Gerhards2009-04-091-0/+4
| | | | | | | | | | | | | | | | This resulted in a fixed upper limit of 200 connections.
| * | | Merge branch 'v2-stable' into v3-stableRainer Gerhards2009-04-091-0/+3
| |\ \ \ | | | |/ | | |/|
| | * | bugfix: potential memory leak in msg.cRainer Gerhards2009-04-091-0/+3
| | | | | | | | | | | | | | | | | | | | This one did not surface yet and the issue was actually found due to a problem in v4 - but better fix it here, too.
* | | | preparing for 3.21.11v3.21.11Rainer Gerhards2009-04-031-1/+1
| | | |
* | | | Merge branch 'v3-stable' into betaRainer Gerhards2009-04-021-1/+11
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | | preparing for 3.20.5 releasev3.20.5Rainer Gerhards2009-04-021-2/+2
| | | |
| * | | Merge branch 'dapatch' into v3-stableRainer Gerhards2009-04-021-0/+4
| |\ \ \
| | * | | bugfix: potential abort with DA queue after high watermark is reachedRainer Gerhards2009-03-251-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There exists a race condition that can lead to a segfault. Thanks go to vbernetr, who performed the analysis and provided patch, which I only tweaked a very little bit.
| * | | | fixed bugs in RainerScriptvarmojfekoj2009-03-161-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - when converting a number and a string to a common type, both were actually converted to the other variable's type. - the value of rsCStrConvertToNumber() was miscalculated. Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | | | Merge branch 'v3-stable' into betaRainer Gerhards2009-03-111-1/+13
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | | | doc enhance: enhance ommysql documentationRainer Gerhards2009-03-061-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | provide standard template for MySQL module and instructions on how to modify schema
| * | | | fixed a potential segfault problem in gssapi codevarmojfekoj2009-03-021-0/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * | | | updated changelog to reflect patch appliedRainer Gerhards2009-02-241-0/+4
| |/ / /
| * | | doc bugfix: dist tarball missed 2 files, had one extra file that no longer ↵Rainer Gerhards2009-02-091-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | belongs into it. Thanks to Michael Biebl for pointing this out.
| * | | bugfix: invalid ./configure settings for RFC3195Michael Biebl2009-02-061-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | | reflected build system changes in change logRainer Gerhards2009-02-241-0/+3
| | | |
* | | | prepared for 3.21.10 releasev3.21.10Rainer Gerhards2009-02-021-1/+1
| | | |
* | | | Merge branch 'v3-stable' into beta, conclude fix for raceRainer Gerhards2009-01-301-0/+6
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/msg.c
| * | | finished adding race condition fix (mostly done by merge)Rainer Gerhards2009-01-301-0/+3
| | | |
| * | | bugfix: invalid mutex access in msg.cRainer Gerhards2009-01-301-0/+3
| | | |
* | | | bugfix: inconsistent use of mutex/atomic operations could cause segfaultRainer Gerhards2009-01-301-0/+3
| | | | | | | | | | | | | | | | | | | | details are too many, for full analysis see blog post at: http://blog.gerhards.net/2009/01/rsyslog-data-race-analysis.html
* | | | Merge branch 'v3-stable' into betaRainer Gerhards2009-01-271-1/+19
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | | prepared for 3.20.3 releasev3.20.3Rainer Gerhards2009-01-191-0/+2
| | | |
| * | | Merge branch 'debian_lenny' into v3-stableRainer Gerhards2009-01-121-0/+9
| |\ \ \ | | | |/ | | |/| | | | | | | | | Conflicts: ChangeLog
| | * | fixed a potential segfault condition with $AllowedSender directiveRainer Gerhards2009-01-121-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | On HUP, the root pointers were not properly cleaned up. Thanks to Michael Biebel, olgoat, and Juha Koho for reporting and analyzing the bug.
| * | | Merge branch 'debian_lenny' into v3-stableRainer Gerhards2008-12-181-1/+6
| |\| |
| | * | Merge branch 'v2-stable' into debian_lennyRainer Gerhards2008-12-181-1/+8
| | |\|
| | | * bugfix: "$CreateDirs off" also disabled file creationRainer Gerhards2008-12-181-1/+4
| | | | | | | | | | | | | | | | | | | | Thanks to William Tisater for analyzing this bug and providing a patch. The actual code change is heavily based on William's patch.
| | * | doc bugfix: some spelling errors in man pages correctedGeoff Simmons2008-12-181-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | | bugfix: the string "Do Die" was accidently emited upon exit in non-debug modevarmojfekoj2009-01-151-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | | some legacy options were not correctly processedvarmojfekoj2008-12-101-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | | Merge branch 'v3-stable' into betaRainer Gerhards2008-12-101-0/+12
|\| | | | | | | | | | | | | | | | | | | Conflicts: tools/syslogd.c
| * | | Merge branch 'debian_lenny' into v3-stableRainer Gerhards2008-12-101-0/+10
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html net.h plugins/imtcp/imtcp.c plugins/imudp/imudp.c runtime/net.c runtime/rsyslog.h tcps_sess.c tcpsrv.c
| | * | some legacy options were not correctly processedvarmojfekoj2008-12-101-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>