[RELEASE] Released version 1.3.14.10

Released version 1.3.14.10 with the following main changes :
    - [MINOR] cfgparse: fix off-by 2 in error message size
    - [BUG] cookie capture is declared in the frontend but checked on the backend
This commit is contained in:
Willy Tarreau 2008-11-04 10:57:33 +01:00
parent 76336d743b
commit 972d7a036b
5 changed files with 17 additions and 4 deletions

View File

@ -1,6 +1,13 @@
ChangeLog :
===========
2008/11/04 : 1.3.14.10
- [MINOR] cfgparse: fix off-by 2 in error message size
- [BUG] cookie capture is declared in the frontend but checked on the backend
ChangeLog :
===========
2008/10/12 : 1.3.14.9
- [BUG] do not try to pause backends during reload
- [BUG] ensure that listeners from disabled proxies are correctly unbound.

View File

@ -1 +1 @@
2008/10/12
2008/11/04

View File

@ -1 +1 @@
1.3.14.9
1.3.14.10

View File

@ -1,6 +1,6 @@
Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
Name: haproxy
Version: 1.3.14.9
Version: 1.3.14.10
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
* Tue Nov 04 2008 Willy Tarreau <w@1wt.eu>
- updated to 1.3.14.10
* Sun Oct 12 2008 Willy Tarreau <w@1wt.eu>
- updated to 1.3.14.9

View File

@ -1,6 +1,6 @@
Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
Name: haproxy
Version: 1.3.14.9
Version: 1.3.14.10
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
* Tue Nov 04 2008 Willy Tarreau <w@1wt.eu>
- updated to 1.3.14.10
* Sun Oct 12 2008 Willy Tarreau <w@1wt.eu>
- updated to 1.3.14.9