mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-18 08:40:42 +01:00
Merge branch 'v7-stable' into v8-stable
Conflicts: ChangeLog configure.ac doc/manual.html
This commit is contained in:
commit
04f185eedd
@ -185,6 +185,13 @@ Version 8.1.0 [experimental] 2013-11-15
|
||||
statement. Also, it can still be build without problems, the option must
|
||||
just explicitely be given.
|
||||
---------------------------------------------------------------------------
|
||||
Version 7.6.2 [v7.6-stable] 2014-03-17
|
||||
- support for librelp 1.2.4
|
||||
This was necessary due to the problems with librelp 1.2.3 API stability.
|
||||
We now use the new native 1.2.4 APIs to learn about the state of
|
||||
librelp's TLS support.
|
||||
For obvious reasons, librelp 1.2.4 is now required.
|
||||
---------------------------------------------------------------------------
|
||||
Version 7.6.1 [v7.6-stable] 2014-03-13
|
||||
- added "action.reportSuspension" action parameter
|
||||
This now permits to control handling on a per-action basis rather to
|
||||
|
||||
@ -402,7 +402,7 @@ static rsRetVal UDPSend(wrkrInstanceData_t *__restrict__ const pWrkrData,
|
||||
int i;
|
||||
unsigned lsent = 0;
|
||||
sbool bSendSuccess;
|
||||
int lasterrno;
|
||||
int lasterrno = ENOENT;
|
||||
char errStr[1024];
|
||||
|
||||
if(pWrkrData->pData->iRebindInterval && (pWrkrData->nXmit++ % pWrkrData->pData->iRebindInterval == 0)) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user