Hi ladies and gentlemen!

Things are calming down when I'm away from the keyboard, I'll start to
think I'm really the only one who introduces bugs!

Some issues were fixed since dev6 :
  - segfault recent regression in logs from lua
  - getaddrinfo() didn't honnor local address selection policy on FreeBSD
  - load-server-state could possibly crash the process upon reload
  - the new silent-drop action sometimes failed to properly send a TCP RST.
  - external checks didn't check the correct argument in the config

Overall, we got some nice doc fixes proving that people actually read
them, I really thank everyone involved!

I'm issuing dev7 to make tests easier and almost riskless (at least regarding
the reported bugs).

There's a remaining issue regarding services written in Lua and keep-alive
which can crash the process. I'm not that much worried by now, we just need
to ensure this can be fixed without pushing something else into an unsafe
corner.

Here comes the changelog, it looks like the type of changelog I'm expecting
on the last week before the release, so thanks for slowing down on changes.

    - MINOR: cli: Dump all resolvers stats if no resolver section is given
    - BUG: config: external-check command validation is checking for incorrect 
arguments.
    - DOC: documentation format cleanups
    - DOC: lua: few typos.
    - BUG/MEDIUM: str2ip: make getaddrinfo() consider local address selection 
policy
    - BUG/MEDIUM: logs: segfault writing to log from Lua
    - DOC: fix lua use-service example
    - MINOR: payload: add support for tls session ticket ext
    - MINOR: lua: remove the run flag
    - MEDIUM: lua: change the timeout execution
    - MINOR: lua: rename the tune.lua.applet-timeout
    - DOC: lua: update Lua doc
    - DOC: lua: update doc according with the last Lua changes
    - MINOR: http/tcp: fill the avalaible actions
    - DOC: reorder misplaced res.ssl_hello_type in the doc
    - BUG/MINOR: tcp: make silent-drop always force a TCP reset
    - CLEANUP: tcp: silent-drop: only drain the connection when quick-ack is 
disabled
    - BUILD: tcp: use IPPROTO_IP when SOL_IP is not available
    - BUILD: server: fix build warnings introduced by load-server-state
    - BUG/MEDIUM: server: fix misuse of format string in load-server-state's 
warnings

Usual URLs below :
    Site index       : http://www.haproxy.org/
    Sources          : http://www.haproxy.org/download/1.6/src/devel/
    Git repository   : http://git.haproxy.org/git/haproxy.git/
    Git Web browsing : http://git.haproxy.org/?p=haproxy.git
    Changelog        : http://www.haproxy.org/download/1.6/src/CHANGELOG
    Cyril's HTML doc : http://cbonte.github.com/haproxy-dconv/intro-1.6.html
    Cyril's HTML doc : 
http://cbonte.github.com/haproxy-dconv/configuration-1.6.html

Regards,
Willy


Reply via email to