mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-13 17:07:31 +00:00
[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:
parent
7b4652e599
commit
a2e01e90df
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user