[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:
Willy Tarreau 2007-11-04 07:57:29 +01:00
parent 67f15ca41c
commit 700909448d
5 changed files with 24 additions and 4 deletions

View file

@ -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)

View file

@ -1 +1 @@
2007/10/18
2007/11/04

View file

@ -1 +1 @@
1.3.13
1.3.13.1

View file

@ -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

View file

@ -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