Skip to content

Commit 3aee48f

Browse files
committed
Releasing GNU libmicrohttpd 1.0.1
1 parent 40d8a66 commit 3aee48f

File tree

5 files changed

+192
-176
lines changed

5 files changed

+192
-176
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Fri 23 Feb 2024 21:00:00 UZT
2+
Releasing GNU libmicrohttpd 1.0.1 -EG
3+
14
February 2024
25
Fixed builds without messages. -JP & CG
36
Fixed builds with external MD5 calculation.

NEWS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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+
110
Thu 01 Feb 2024 15:00:00 CET
211
Released GNU libmicrohttpd 1.0.0.
312

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
#
2424
AC_PREREQ([2.64])
2525
LT_PREREQ([2.4.0])
26-
AC_INIT([GNU libmicrohttpd],[1.0.0],[[email protected]])
26+
AC_INIT([GNU libmicrohttpd],[1.0.1],[[email protected]])
2727
AC_CONFIG_AUX_DIR([build-aux])
2828
MHD_AUX_DIR='build-aux' # Must be set to the same value as in the previous line
2929
AC_CONFIG_HEADERS([MHD_config.h])
3030
AC_CONFIG_MACRO_DIR([m4])
3131
m4_pattern_forbid([^_?MHD_[A-Z_]+_CC_])dnl
3232

3333
LIB_VERSION_CURRENT=74
34-
LIB_VERSION_REVISION=0
34+
LIB_VERSION_REVISION=1
3535
LIB_VERSION_AGE=62
3636
AC_SUBST([LIB_VERSION_CURRENT])
3737
AC_SUBST([LIB_VERSION_REVISION])

0 commit comments

Comments
 (0)