File tree Expand file tree Collapse file tree 5 files changed +192
-176
lines changed Expand file tree Collapse file tree 5 files changed +192
-176
lines changed Original file line number Diff line number Diff line change 1+ Fri 23 Feb 2024 21:00:00 UZT
2+ Releasing GNU libmicrohttpd 1.0.1 -EG
3+
14February 2024
25 Fixed builds without messages. -JP & CG
36 Fixed builds with external MD5 calculation.
Original file line number Diff line number Diff line change 1+ Fri 23 Feb 2024 21:00:00 UZT
2+ Released GNU libmicrohttpd 1.0.1.
3+
4+ This is a correction release.
5+ This release mainly fixes and improves builds with non-default configure
6+ parameters.
7+
8+ -- Evgeny Grin (Karlson2k)
9+
110Thu 01 Feb 2024 15:00:00 CET
211Released GNU libmicrohttpd 1.0.0.
312
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] ,
[ 1.0.0 ] ,
[ [email protected] ] ) 26+ AC_INIT ( [ GNU libmicrohttpd] ,
[ 1.0.1 ] ,
[ [email protected] ] ) 2727AC_CONFIG_AUX_DIR ( [ build-aux] )
2828MHD_AUX_DIR='build-aux' # Must be set to the same value as in the previous line
2929AC_CONFIG_HEADERS ( [ MHD_config.h] )
3030AC_CONFIG_MACRO_DIR ( [ m4] )
3131m4_pattern_forbid ( [ ^_?MHD_[ A-Z_] +_CC_] ) dnl
3232
3333LIB_VERSION_CURRENT=74
34- LIB_VERSION_REVISION=0
34+ LIB_VERSION_REVISION=1
3535LIB_VERSION_AGE=62
3636AC_SUBST ( [ LIB_VERSION_CURRENT] )
3737AC_SUBST ( [ LIB_VERSION_REVISION] )
You can’t perform that action at this time.
0 commit comments