Merge branch 'v7-stable' into v8-stable

Conflicts:
	ChangeLog
	configure.ac
	doc/manual.html
This commit is contained in:
Rainer Gerhards 2014-03-19 16:05:21 +01:00
commit 04f185eedd
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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)) {