Changes since version 1.5-dev19 :

Godbach (4):
      CLEANUP: session: remove event_accept() which was not used anymore
      BUG/MINOR: deinit: free fdinfo while doing cleanup
      DOC: minor typo fix in documentation
      BUG/MEDIUM: server: set the macro for server's max weight SRV_UWGHT_MAX to SRV_UWGHT_RANGE

Lukas Tribus (2):
      BUG/MINOR: http: fix "set-tos" not working in certain configurations
      MEDIUM: http: add IPv6 support for "set-tos"

Willy Tarreau (10):
      MEDIUM: session: disable lingering on the server when the client aborts
      BUG/MEDIUM: prevent gcc from moving empty keywords lists into BSS
      DOC: remove the comment saying that SSL certs are not checked on the server side
      BUG: counters: third counter was not stored if others unset
      BUG/MAJOR: http: don't emit the send-name-header when no server is available
      BUG/MEDIUM: http: "option checkcache" fails with the no-cache header
      BUG/MAJOR: http: sample prefetch code was not properly migrated
      BUG/MEDIUM: splicing: fix abnormal CPU usage with splicing
      BUG/MINOR: stream_interface: don't call chk_snd() on polled events
      OPTIM: splicing: use splice() for the last block when relevant