Accepting request 755665 from home:stroeder:branches:server:dns

New upstream release 4.2.4

OBS-URL: https://build.opensuse.org/request/show/755665
OBS-URL: https://build.opensuse.org/package/show/server:dns/nsd?expand=0&rev=68
This commit is contained in:
2019-12-12 11:32:11 +00:00
committed by Git OBS Bridge
parent a66803351a
commit 9a1c8c624c
6 changed files with 42 additions and 20 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Tue Dec 10 19:39:57 UTC 2019 - Michael Ströder <michael@stroeder.com>
- New upstream release 4.2.4
FEATURES:
- Fix #48: Add make distclean that removes config.h made by configure.
And add maintainer-clean that removes bison and flex output.
BUG FIXES:
- Detect fixed time memcmp for openssl 0.9.8 compatibility.
- Detect EC_KEY_new_by_curve_name for openssl 0.9.8.
- include limits.h for UINT_MAX.
- If no recvmmsg, dont use msg_flags member, but errno for error,
where our fallback function left it, msg_flags also does not exist
on some systems.
- Remove unused variable warning for portability.
- Fix #52: do not log transient network full errors unless higher
verbosity is set.
- Fix regressions in configparser.y where global variables were not
set for minimal-responses, round-robin and log-time-ascii.
-------------------------------------------------------------------
Wed Nov 20 13:33:09 UTC 2019 - Adam Majer <adam.majer@suse.de>