mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-06 15:17:01 +02:00
[DEV] open new 1.4 development branch
This new branch is based on 1.3.18, which 1.4-dev0 is 100% equivalent to.
This commit is contained in:
parent
beb05aee57
commit
791588858e
@ -1,6 +1,9 @@
|
|||||||
ChangeLog :
|
ChangeLog :
|
||||||
===========
|
===========
|
||||||
|
|
||||||
|
2009/06/09 : 1.4-dev0
|
||||||
|
- exact copy of 1.3.18
|
||||||
|
|
||||||
2009/05/10 : 1.3.18
|
2009/05/10 : 1.3.18
|
||||||
- [MEDIUM] add support for "balance hdr(name)"
|
- [MEDIUM] add support for "balance hdr(name)"
|
||||||
- [CLEANUP] give a little bit more information in error message
|
- [CLEANUP] give a little bit more information in error message
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
HAProxy
|
HAProxy
|
||||||
Configuration Manual
|
Configuration Manual
|
||||||
----------------------
|
----------------------
|
||||||
version 1.3.18
|
version 1.4
|
||||||
willy tarreau
|
willy tarreau
|
||||||
2009/05/10
|
2009/06/09
|
||||||
|
|
||||||
|
|
||||||
This document covers the configuration language as implemented in the version
|
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
|
Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
|
||||||
Name: haproxy
|
Name: haproxy
|
||||||
Version: 1.3.18
|
Version: 1.4-dev0
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -76,6 +76,9 @@ fi
|
|||||||
%attr(0755,root,root) %config %{_sysconfdir}/rc.d/init.d/%{name}
|
%attr(0755,root,root) %config %{_sysconfdir}/rc.d/init.d/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 09 2009 Willy Tarreau <w@1wt.eu>
|
||||||
|
- updated to 1.4-dev0
|
||||||
|
|
||||||
* Sun May 10 2009 Willy Tarreau <w@1wt.eu>
|
* Sun May 10 2009 Willy Tarreau <w@1wt.eu>
|
||||||
- updated to 1.3.18
|
- updated to 1.3.18
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user