Changes since version 2.4-dev12 : Christopher Faulet (1): BUG/MINOR: resolvers: Add missing case-insensitive comparisons of DNS hostnames Eric Salama (2): MINOR/BUG: mworker/cli: do not use the unix_bind prefix for the master CLI socket MINOR: mworker/cli: alert the user if we enabled a master CLI but not the master-worker mode Willy Tarreau (11): BUG/MEDIUM: cli: fix "help" crashing since recent spelling fixes BUG/MINOR: cfgparse: use the GLOBAL not LISTEN keywords list for spell checking MINOR: tools: improve word fingerprinting by counting presence MINOR: tools: do not sum squares of differences for word fingerprints MINOR: cli: improve fuzzy matching to work on all remaining words at once MINOR: cli: sort the suggestions by order of relevance MINOR: cli: limit spelling suggestions to 5 MINOR: cfgparse/proxy: also support spelling fixes on options MINOR: time: export the global_now variable BUG/MINOR: freq_ctr/threads: make use of the last updated global time MINOR: freq_ctr/threads: relax when failing to update a sliding window value