Changes since version 2.5-dev7 : Christopher Faulet (2): CLEANUP: acl: Remove unused variable when releasing an acl expression BUG/MAJOR: mux-h1: Don't eval input data if an error was reported Tim Düsterhus (3): DOC: Add .mailmap CLEANUP: tree-wide: fix prototypes for functions taking no arguments. CLEANUP: Remove prototype for non-existent thread_get_default_count() Willy Tarreau (8): BUILD: compiler: fixed a missing test on defined(__GNUC__) BUILD: halog: fix a -Wundef warning on non-glibc systems BUILD: threads: fix -Wundef for _POSIX_PRIORITY_SCHEDULING on libmusl BUG/MINOR: compat: make sure __WORDSIZE is always defined BUILD: sample: fix format warning on 32-bit archs in sample_conv_be2dec_check() CLEANUP: pools: factor all malloc_trim() calls into trim_all_pools() MINOR: pools: automatically disable malloc_trim() with external allocators MINOR: pools: report it when malloc_trim() is enabled