Changes since version 1.5-dev2 :

Willy Tarreau (15):
      [BUG] http: don't consider commas as a header delimitor within quotes
      [MINOR] support a global jobs counter
      [DOC] add a summary about cookie incompatibilities between specs and browsers
      [DOC] fix description of cookie "insert" and "indirect" modes
      [MEDIUM] http: fix space handling in the request cookie parser
      [MEDIUM] http: fix space handling in the response cookie parser
      [DOC] fix typo in the queue() definition (backend, not frontend)
      [BUG] deinit: unbind listeners before freeing them
      [BUG] stream_interface: only call si->release when both dirs are closed
      [MEDIUM] buffers: rework the functions to exchange between SI and buffers
      [DOC] fix typo in the avg_queue() and be_conn() definition (backend, not frontend)
      [MINOR] halog: add '-tc' to sort by termination codes
      [MINOR] halog: skip non-traffic logs for -st and -tc
      [BUG] stream_sock: cleanly disable the listener in case of resource shortage
      [BUILD] stream_sock: previous fix lacked the #include, causing a warning.