diff options
author | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2021-12-26 20:30:00 +0300 |
---|---|---|
committer | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2021-12-26 20:35:58 +0300 |
commit | 940041ad78b4fb8d0f04066046a65bbe3c390fd4 (patch) | |
tree | 158576f9957f37c21422469f831775330cdd6936 /NEWS | |
parent | 1c381f499c3ba30f4c82d497993e15877f776e84 (diff) |
Released GNU libmicrohttpd 0.9.75v0.9.75
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -1,4 +1,21 @@ -Web 19 Dec 2021 18:30:00 MSK +Sun 26 Dec 2021 20:30:00 MSK +Released GNU libmicrohttpd 0.9.75 -EG + + This is a correction release. + The main improvement is the implementation of workaround for some + OSes (like OpenBSD 7) where "monotonic" clock may jump back. Now + MHD is able to automatically detect such situation and recover if + the jump is small. This workaround is needed with increased + accuracy of connection timeout introduced in previous version, as + with lower accuracy (v0.9.73 and before) these jumpbacks were + unnoticeable. + Other changes: fixed some compiler, Makefile, and configure + warnings on specific platforms; one test further improved. + + -- Evgeny Grin (Karlson2k) + + +Sun 19 Dec 2021 18:30:00 MSK Released GNU libmicrohttpd 0.9.74 This release brings a lot of fixes and improvements, and |