mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-23 02:51:12 +01:00
[RELEASE] Released version 1.3.14.3
Released version 1.3.14.3 with the following main changes :
- [BUG]: Restore clearing t->logs.bytes
- [DOC] Update a "contrib" file with a hint about a scheme used for formathing subjects
- [BUG] Don't increment server connections too much + fix retries
- [BUG] appsession lookup in URL does not work
- [MINOR] report correct section type for unknown keywords.
- [BUILD] update MacOS Makefile to build on newer versions
- [DOC] fix erroneous "useallbackups" option in the doc
- [DOC] applied small fixes from early readers
- [BUG] failed conns were sometimes incremented in the frontend!
- [TESTS] add test-pollers.cfg to easily report pollers in use
- [BUILD] ensure that makefile understands USE_DLMALLOC=1
- [CLEANUP] update .gitignore to ignore more temporary files
- [CLEANUP] report dlmalloc's source path only if explictly specified
- [BUG] str2sun could leak a small buffer in case of error during parsing
- [BUG] option allbackups was not working anymore in roundrobin mode
This commit is contained in:
parent
7f4ff3f61d
commit
682c3c1be3
17
CHANGELOG
17
CHANGELOG
@ -1,6 +1,23 @@
|
||||
ChangeLog :
|
||||
===========
|
||||
|
||||
2008/03/08 : 1.3.14.3
|
||||
- [BUG]: Restore clearing t->logs.bytes
|
||||
- [DOC] Update a "contrib" file with a hint about a scheme used for formathing subjects
|
||||
- [BUG] Don't increment server connections too much + fix retries
|
||||
- [BUG] appsession lookup in URL does not work
|
||||
- [MINOR] report correct section type for unknown keywords.
|
||||
- [BUILD] update MacOS Makefile to build on newer versions
|
||||
- [DOC] fix erroneous "useallbackups" option in the doc
|
||||
- [DOC] applied small fixes from early readers
|
||||
- [BUG] failed conns were sometimes incremented in the frontend!
|
||||
- [TESTS] add test-pollers.cfg to easily report pollers in use
|
||||
- [BUILD] ensure that makefile understands USE_DLMALLOC=1
|
||||
- [CLEANUP] update .gitignore to ignore more temporary files
|
||||
- [CLEANUP] report dlmalloc's source path only if explictly specified
|
||||
- [BUG] str2sun could leak a small buffer in case of error during parsing
|
||||
- [BUG] option allbackups was not working anymore in roundrobin mode
|
||||
|
||||
2008/01/21 : 1.3.14.2
|
||||
- bug: increment server connections for each connect()
|
||||
- bug: fix typo in redispatched connection
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
|
||||
Name: haproxy
|
||||
Version: 1.3.14.2
|
||||
Version: 1.3.14.3
|
||||
Release: 1
|
||||
License: GPL
|
||||
Group: System Environment/Daemons
|
||||
@ -69,6 +69,9 @@ fi
|
||||
%attr(0755,root,root) %config %{_sysconfdir}/rc.d/init.d/%{name}
|
||||
|
||||
%changelog
|
||||
* Sat Mar 08 2008 Willy Tarreau <w@1wt.eu>
|
||||
- updated to 1.3.14.3
|
||||
|
||||
* Mon Jan 21 2008 Willy Tarreau <w@1wt.eu>
|
||||
- updated to 1.3.14.2
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
|
||||
Name: haproxy
|
||||
Version: 1.3.14.2
|
||||
Version: 1.3.14.3
|
||||
Release: 1
|
||||
License: GPL
|
||||
Group: System Environment/Daemons
|
||||
@ -71,6 +71,9 @@ fi
|
||||
%attr(0755,root,root) %config %{_sysconfdir}/rc.d/init.d/%{name}
|
||||
|
||||
%changelog
|
||||
* Sat Mar 08 2008 Willy Tarreau <w@1wt.eu>
|
||||
- updated to 1.3.14.3
|
||||
|
||||
* Mon Jan 21 2008 Willy Tarreau <w@1wt.eu>
|
||||
- updated to 1.3.14.2
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user