mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-11 16:29:36 +00:00
Released version 1.2.10
This commit is contained in:
parent
d38e72d567
commit
d8b1fa5269
@ -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.2.9
|
Version: 1.2.10
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -71,6 +71,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
|
||||||
|
* Wed Mar 19 2006 Willy Tarreau <willy@w.ods.org>
|
||||||
|
- updated to 1.2.10
|
||||||
|
|
||||||
* Wed Mar 15 2006 Willy Tarreau <willy@w.ods.org>
|
* Wed Mar 15 2006 Willy Tarreau <willy@w.ods.org>
|
||||||
- updated to 1.2.9
|
- updated to 1.2.9
|
||||||
|
|
||||||
|
@ -87,8 +87,8 @@
|
|||||||
|
|
||||||
#include "include/appsession.h"
|
#include "include/appsession.h"
|
||||||
|
|
||||||
#define HAPROXY_VERSION "1.2.9"
|
#define HAPROXY_VERSION "1.2.10"
|
||||||
#define HAPROXY_DATE "2006/03/15"
|
#define HAPROXY_DATE "2006/03/19"
|
||||||
|
|
||||||
/* this is for libc5 for example */
|
/* this is for libc5 for example */
|
||||||
#ifndef TCP_NODELAY
|
#ifndef TCP_NODELAY
|
||||||
|
Loading…
Reference in New Issue
Block a user