]> git.ipfire.org Git - thirdparty/haproxy.git/commit
* released 1.2.3 (1.1.30) v1.2.3
authorwilly tarreau <willy@wtap.(none)>
Sun, 18 Dec 2005 00:02:42 +0000 (01:02 +0100)
committerwilly tarreau <willy@wtap.(none)>
Sun, 18 Dec 2005 00:02:42 +0000 (01:02 +0100)
commit0174f319a2dfaf54b03edcfc751aa4820991a8e0
tree6d398415f68b952fb2db2e95d860d21d684f6900
parent4302f49525bfb79cd0299b4a9542ac61fda2e058
* released 1.2.3 (1.1.30)
* add an architecture guide to the documentation
* released without any changes
* increased default BUFSIZE to 16 kB to accept max headers of 8 kB which is
  compatible with Apache. This limit can be configured in the makefile now.
  Thanks to Eric Fehr for the checks.
* added a per-server "source" option which now makes it possible to bind to
  a different source for each (potentially identical) server.
* changed cookie-based server selection slightly to allow several servers to
  share a same cookie, thus making it possible to associate backup servers to
  live servers and ease soft-stop for maintenance periods. (Alexander Lazic)
* added the cookie 'prefix' mode which makes it possible to use persistence
  with thin clients which support only one cookie. The server name is prefixed
  before the application cookie, and restore back.
* fixed the order of servers within an instance to match documentation. Now
  the servers are *really* used in the order of their declaration. This is
  particularly important when multiple backup servers are in use.
CHANGELOG
Makefile
doc/architecture.txt [new file with mode: 0644]
doc/haproxy-en.txt
doc/haproxy-fr.txt
haproxy.c