Changes since version 1.8-rc4 :

Tim Duesterhus (1):
      MEDIUM: mworker: Add systemd `Type=notify` support

William Lallemand (4):
      BUG/MEDIUM: cache: free callback to remove from tree
      CLEANUP: cache: remove unused struct
      MEDIUM: cache: enable the HTTP analysers
      CLEANUP: cache: remove wrong comment

Willy Tarreau (13):
      BUG/MEDIUM: stream: don't automatically forward connect nor close
      BUG/MAJOR: stream: ensure analysers are always called upon close
      BUG/MINOR: stream-int: don't try to read again when CF_READ_DONTWAIT is set
      MINOR: threads/atomic: rename local variables in macros to avoid conflicts
      MINOR: threads/plock: rename local variables in macros to avoid conflicts
      MINOR: threads/atomic: implement pl_mb() in asm on x86
      MINOR: threads/atomic: implement pl_bts() on non-x86
      MINOR: threads/build: atomic: replace the few inlines with macros
      BUILD: threads/plock: fix a build issue on Clang without optimization
      BUILD: ebtree: don't redefine types u32/s32 in scope-aware trees
      BUILD: compiler: add a new type modifier __maybe_unused
      BUILD: h2: mark some inlined functions "unused"
      BUILD: server: check->desc always exists