summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | bugfix (kind of): removed numerical part from pri-textRainer Gerhards2011-10-211-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | see v6 compatibility document for reasons
* | | | | | | Merge branch 'v5-devel'Rainer Gerhards2011-10-211-2/+5
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| * | | | | | Merge branch 'v5-stable' into v5-develRainer Gerhards2011-10-211-1/+3
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html runtime/rsyslog.h
| | * | | | | preparing for 5.8.6 releasev5.8.6Rainer Gerhards2011-10-211-1/+1
| | | | | | |
| | * | | | | bugfix: missing whitespace after property-based filter was not detectedRainer Gerhards2011-10-211-0/+1
| | | |/ / / | | |/| | |
| | * | | | bugfix: $OMFileFlushInterval period was doubled - now using correct valueRainer Gerhards2011-10-181-0/+1
| | | | | |
| * | | | | removed dependency on gcrypt for recently-enough GnuTLSRainer Gerhards2011-10-171-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | see: http://bugzilla.adiscon.com/show_bug.cgi?id=289
| * | | | | Merge branch 'v5-stable' into v5-develRainer Gerhards2011-10-171-1/+15
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
* | | | | | Merge branch 'beta'Rainer Gerhards2011-10-171-13/+36
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | | | | Merge branch 'v5-stable' into betaRainer Gerhards2011-10-171-0/+6
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge branch 'v5-stable' of git+ssh://git.adiscon.com/git/rsyslog into v5-stableRainer Gerhards2011-10-171-1/+9
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | | * | | | doc: mention imported bugfix in ChangeLogRainer Gerhards2011-10-131-0/+2
| | | | | | |
| | | * | | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2011-10-131-0/+2
| | | |\ \ \ \ | | | | | |/ / | | | | |/| |
| | | | * | | bugfix: $ActionExecOnlyOnce interval did not work properlyTomas Heinrich2011-10-131-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| | * | | | | bugfix: ActionQueue could malfunction due to index errorVlad Grigorescu2011-10-171-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * | | | | | Merge branch 'v5-stable' into betaRainer Gerhards2011-10-131-1/+13
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | * | | | | bugfix: race condition when extracting structured data and PROCIDRainer Gerhards2011-10-131-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | same issue as previous commit for PROGNAME and APPNAME
| | * | | | | bugfix: race condition when extracting program name and APPNAMERainer Gerhards2011-10-131-1/+3
| | |/ / / / | | | | | | | | | | | | | | | | | | could lead to invalid characters e.g. in dynamic file names
| | * | | | bugfix: imfile did invalid system call under some circumstancesRainer Gerhards2011-10-071-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when a file that was to be monitored did not exist BUT the state file actually existed. Mostly a cosmetic issue. Root cause was incomplete error checking in stream.c; so patch may affect other code areas.
| * | | | | Merge branch 'v5-stable' into betaRainer Gerhards2011-09-261-0/+48
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
* | | | | | added support for v6 config system to omfwdRainer Gerhards2011-10-111-0/+2
| | | | | |
* | | | | | bugfix: facility local<x> was not correctly interpreted in legacy filtersRainer Gerhards2011-09-281-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Was only accepted if it was the first PRI in a multi-filter PRI. Thanks to forum user Mark for bringing this to our attention.
* | | | | | Merge branch 'v5-devel'Rainer Gerhards2011-09-261-0/+67
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html runtime/conf.c tools/omfile.c tools/omusrmsg.c
| * | | | | Merge branch 'v5-stable' into v5-develRainer Gerhards2011-09-261-11/+39
| |\ \ \ \ \ | | | |/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html runtime/rsyslog.h tools/omfile.c tools/ompipe.c
| | * | | | bugfix: omfile returns fatal error code for things that go really wrongRainer Gerhards2011-09-261-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | previously, RS_RET_RESUME was returned, which lead to a loop inside the rule engine as omfile could not really recover.
| | * | | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2011-09-221-0/+28
| | |\ \ \ \ | | | | |/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NOTE: this merge has problems, to be fixed with follow-up commits If file creation fails due to out of memory, we can enter a tight loop. Conflicts: ChangeLog configure.ac doc/manual.html runtime/parser.c runtime/rsyslog.h tests/Makefile.am tests/tcpflood.c
| | | * | | bugfix: potential abort if ultra-large file io buffers are used andRainer Gerhards2011-09-201-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dynafile cache exhausts address space (primarily a problem on 32 bit platforms)
| | | * | | Merge branch 'v4-beta' into v4-stable, prep for 4.8.0v4.8.0Rainer Gerhards2011-09-071-0/+98
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are no changes compared to 4.7.5, just a re-release with the new version number as new v4-stable. The most important new feature is Solaris support. Conflicts: configure.ac doc/manual.html
| | | | * | | preparing for 4.7.5 releasev4.7.5Rainer Gerhards2011-08-311-1/+1
| | | | | | |
| * | | | | | Merge branch 'v5-stable' into v5-develRainer Gerhards2011-09-071-1/+7
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/imuxsock/imuxsock.c
| | * | | | | bugfix: imuxsock did no longer ignore message-provided timestamp,Rainer Gerhards2011-09-071-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | if so configured (the *default*). Lead to no longer sub-second timestamps. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=281
| | * | | | | bugfix: rsyslogd -v always said 64 atomics were not presentmono_matsuko2011-09-051-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * | | | | | cosmetic: adding imported bugfix to ChangeLogRainer Gerhards2011-08-311-1/+2
| | | | | | |
| * | | | | | Merge branch 'v5-stable' into v5-develRainer Gerhards2011-08-311-0/+1
| |\| | | | |
| * | | | | | Merge branch 'v4-beta' into v5-develRainer Gerhards2011-08-301-0/+12
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html runtime/rsyslog.h
| | * | | | | Merge branch 'v4-stable' into v4-betaRainer Gerhards2011-08-301-3/+5
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | * | | | | Added changelog entryAndre Lorbach2011-08-111-0/+1
| | | | | | |
| | * | | | | Merge branch 'v4-stable' into v4-betaAndre Lorbach2011-08-111-0/+1
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'v4-stable' into v4-betaRainer Gerhards2011-08-091-0/+3
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'v4-stable' into v4-betaAndre Lorbach2011-08-051-0/+7
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | * | | | | | | | preparing for 4.7.4v4.7.4Rainer Gerhards2011-07-111-1/+1
| | | | | | | | | |
| | * | | | | | | | Merge branch 'v4-stable' into v4-develRainer Gerhards2011-07-111-3/+15
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | \ \ \ \ \ \ \ \ Merge branch 'v5-stable' into v5-develRainer Gerhards2011-08-301-4/+8
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'v5-stable' into v5-develAndre Lorbach2011-08-181-0/+3
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'v5-stable' into v5-develAndre Lorbach2011-08-161-1/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'v5-stable' into v5-develAndre Lorbach2011-08-111-1/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'v5-devel' of git+ssh://al@git.adiscon.com/git/rsyslog into ↵Andre Lorbach2011-08-101-0/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | v5-devel
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'v5-stable' into v5-develRainer Gerhards2011-08-091-0/+6
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | added capability to emit config error location info for warningsRainer Gerhards2011-08-091-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | otherwise, omusrmsg's warning about new config format was not accompanied by problem location.
| * | | | | | | | | | | | | | | | Added changelog entry for bugid 275Andre Lorbach2011-08-101-0/+2
| | | | | | | | | | | | | | | | |