From: John Crispin Date: Wed, 30 Nov 2011 12:44:37 +0000 (+0000) Subject: yaddns: bump to 1.1 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=1126baf7b98d0ce08d5799d0dc515bd28154b30c yaddns: bump to 1.1 Changes compared to 1.0 are: * autotools refactoring * fix blocked state in request if connect() or recv() failed. Add timeout feature which abort pending request (connect(), send(), recv()) after XX seconds. * add new ./configure options: * --enable-debug * --enable-log-debug * --enable-log-color * fix segfault case if user remove account cfg and SIGHUP yaddns when doing update procedure for the removed account. * fix buffer overread in base64_encode function * implement unit tests * add -L, --use-syslog option Signed-off-by: Anthony Viallard