mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-11 01:41:49 -04:00
[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
This commit is contained in:
parent
67f15ca41c
commit
700909448d
5 changed files with 24 additions and 4 deletions
14
CHANGELOG
14
CHANGELOG
|
|
@ -1,6 +1,20 @@
|
|||
ChangeLog :
|
||||
===========
|
||||
|
||||
2007/11/04 : 1.3.13.1
|
||||
- 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/10/18 : 1.3.13
|
||||
- replace the code under O'Reilly license (Arnaud Cornet)
|
||||
- add a small man page (Arnaud Cornet)
|
||||
|
|
|
|||
2
VERDATE
2
VERDATE
|
|
@ -1 +1 @@
|
|||
2007/10/18
|
||||
2007/11/04
|
||||
|
|
|
|||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
1.3.13
|
||||
1.3.13.1
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
|
||||
Name: haproxy
|
||||
Version: 1.3.13
|
||||
Version: 1.3.13.1
|
||||
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
|
||||
* Sun Nov 04 2007 Willy Tarreau <w@1wt.eu>
|
||||
- updated to 1.3.13.1
|
||||
|
||||
* Thu Oct 18 2007 Willy Tarreau <w@1wt.eu>
|
||||
- updated to 1.3.13
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
|
||||
Name: haproxy
|
||||
Version: 1.3.13
|
||||
Version: 1.3.13.1
|
||||
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
|
||||
* Sun Nov 04 2007 Willy Tarreau <w@1wt.eu>
|
||||
- updated to 1.3.13.1
|
||||
|
||||
* Thu Oct 18 2007 Willy Tarreau <w@1wt.eu>
|
||||
- updated to 1.3.13
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue