File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Sun 26 Dec 2021 20:30:00 MSK
2+ Releasing GNU libmicrohttpd 0.9.75 -EG
3+
14December 2021
25 Fixed Makefile warning on MinGW.
36 Fixed compiler warning on MinGW.
@@ -12,7 +15,7 @@ December 2021
1215 Added more checks in test_large_put, increased timeout (was too small for
1316 this test). -EG
1417
15- Web 19 Dec 2021 18:30:00 MSK
18+ Sun 19 Dec 2021 18:30:00 MSK
1619 Releasing GNU libmicrohttpd 0.9.74 -EG
1720
1821December 2021
Original file line number Diff line number Diff line change 1- Web 19 Dec 2021 18:30:00 MSK
1+ Sun 26 Dec 2021 20:30:00 MSK
2+ Released GNU libmicrohttpd 0.9.75 -EG
3+
4+ This is a correction release.
5+ The main improvement is the implementation of workaround for some
6+ OSes (like OpenBSD 7) where "monotonic" clock may jump back. Now
7+ MHD is able to automatically detect such situation and recover if
8+ the jump is small. This workaround is needed with increased
9+ accuracy of connection timeout introduced in previous version, as
10+ with lower accuracy (v0.9.73 and before) these jumpbacks were
11+ unnoticeable.
12+ Other changes: fixed some compiler, Makefile, and configure
13+ warnings on specific platforms; one test further improved.
14+
15+ -- Evgeny Grin (Karlson2k)
16+
17+
18+ Sun 19 Dec 2021 18:30:00 MSK
219Released GNU libmicrohttpd 0.9.74
320
421 This release brings a lot of fixes and improvements, and
Original file line number Diff line number Diff line change 2323#
2424AC_PREREQ ( [ 2.64] )
2525LT_PREREQ([ 2.4.0] )
26- AC_INIT ( [ GNU Libmicrohttpd] ,[ 0.9.74 ] ,[ libmicrohttpd@gnu.org] )
26+ AC_INIT ( [ GNU Libmicrohttpd] ,[ 0.9.75 ] ,[ libmicrohttpd@gnu.org] )
2727AC_CONFIG_AUX_DIR ( [ build-aux] )
2828AM_INIT_AUTOMAKE ( [ silent-rules] [ subdir-objects] )
2929AC_CONFIG_HEADERS ( [ MHD_config.h] )
3030AC_CONFIG_MACRO_DIR ( [ m4] )
3131
32- LIB_VERSION_CURRENT=71
32+ LIB_VERSION_CURRENT=72
3333LIB_VERSION_REVISION=0
34- LIB_VERSION_AGE=59
34+ LIB_VERSION_AGE=60
3535AC_SUBST ( LIB_VERSION_CURRENT )
3636AC_SUBST ( LIB_VERSION_REVISION )
3737AC_SUBST ( LIB_VERSION_AGE )
You can’t perform that action at this time.
0 commit comments