Commit graph

4 commits

Author SHA1 Message Date
Willy Tarreau
54294ee56a [RELEASE] Released version 1.3.13.2
Released version 1.3.13.2 with the following main changes :
    - assign connection timeouts to backend not frontend
    - bug: fix missing parenthesis in check_response_for_cacheability
    - bug: transparent proxy address was ignored in backend
    - bug: hot reconfiguration failed because of a wrong error check
    - bug: fix typo in redispatched connection
    - bug: connect_server: server might not exist when sending error report
    - bug: use backend's source and not server's source with tproxy
    - bug: log response byte count, not request
    - bug: fix truncated responses with sepoll
2008-01-21 00:42:07 +01:00
Willy Tarreau
700909448d [RELEASE] Released version 1.3.13.1 with the following main changes :
- Check for duplicated conflicting proxies (Krzysztof Oledzki)
    - adjust error messages about conflicting proxies
    - use backends only with use_backend directive (Krzysztof Oledzki)
    - Handle long lines properly (Krzysztof Oledzki)
    - Implement and use generic findproxy and relax duplicated proxy check
      (Krzysztof Oledzki)
    - stats: update the width of the table to 22 columns
    - silent warning about LIST_* being redefined on OpenBSD
    - fix calls to localtime() (reported by Thierry Fournier)
    - disable warning about localtime_r on Solaris
    - fix error checking in strl2ic/strl2uic()
    - make default_backend work in TCP mode too
2007-11-04 07:57:29 +01:00
Willy Tarreau
e855f427cb [RELEASE] Released version 1.3.13 with the following main changes :
- replace the code under O'Reilly license (Arnaud Cornet)
    - add a small man page (Arnaud Cornet)
    - stats: report haproxy's version by default (Krzysztof Oledzki)
    - stats: count server retries and redispatches (Krzysztof Oledzki)
    - core: added easy support for Doug Lea's malloc (dlmalloc)
    - core: fade out memory usage when stopping proxies
    - core: moved the sockaddr pointer to the fdtab structure
    - core: add generic protocol support
    - core: implement client-side support for PF_UNIX sockets
    - stats: implement the CSV output
    - stats: add a link to the CSV export HTML page
    - stats: implement the statistics output on a unix socket
    - config: introduce the "stats" keyword in global section
    - build: centralize version and date into one file for each
    - tests: added a new hash algorithm
2007-10-18 22:38:22 +02:00
Willy Tarreau
ec69256382 [BUILD] centralize version and date into one file for each
The version does not appear anymore in the Makefiles nor in
the include files. It was a nightmare to maintain. Now there
is a VERSION file which contains the major version, a VERDATE
file which contains the date for this version and a SUBVERS
file which may contain a sub-version.

A "make version" target has been added to all makefiles to
check the version. The GNU Makefile also has an update-version
target to update those files. This should never be used.

It is still possible to override those values by specifying
them in the equivalent make variables. By default, the GNU
makefile tries to detect a GIT repository and always uses the
version and date from the current repository. This can be
disabled by setting IGNOREGIT to a non-void value.
2007-09-09 23:31:11 +02:00