[RELEASE] Released version 1.3.22

Released version 1.3.22 with the following main changes :
    - [BUG] unix socket: don't try to dereference frontend/backends
    - [MINOR] unix socket: report the socket path in case of bind error
    - [CONTRIB] halog: support searching by response time
    - [DOC] add a reminder about obsolete documents
This commit is contained in:
Willy Tarreau 2009-10-14 20:43:22 +02:00
parent 7b4652e599
commit a2e01e90df
5 changed files with 14 additions and 5 deletions

View File

@ -1,6 +1,12 @@
ChangeLog :
===========
2009/10/14 : 1.3.22
- [BUG] unix socket: don't try to dereference frontend/backends
- [MINOR] unix socket: report the socket path in case of bind error
- [CONTRIB] halog: support searching by response time
- [DOC] add a reminder about obsolete documents
2009/10/12 : 1.3.21
- [DOC] add missing rate_lim and rate_max
- [BUG] check if rise/fall has an argument and it is > 0

View File

@ -1 +1 @@
2009/10/12
2009/10/14

View File

@ -1 +1 @@
1.3.21
1.3.22

View File

@ -2,9 +2,9 @@
HAProxy
Configuration Manual
----------------------
version 1.3.21
version 1.3.22
willy tarreau
2009/10/12
2009/10/14
This document covers the configuration language as implemented in the version

View File

@ -1,6 +1,6 @@
Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
Name: haproxy
Version: 1.3.21
Version: 1.3.22
Release: 1
License: GPL
Group: System Environment/Daemons
@ -76,6 +76,9 @@ fi
%attr(0755,root,root) %config %{_sysconfdir}/rc.d/init.d/%{name}
%changelog
* Wed Oct 14 2009 Willy Tarreau <w@1wt.eu>
- updated to 1.3.22
* Mon Oct 12 2009 Willy Tarreau <w@1wt.eu>
- updated to 1.3.21