From d8b1fa5269c983088699967213a555d3a6a19fdf Mon Sep 17 00:00:00 2001 From: willy tarreau Date: Sun, 19 Mar 2006 21:01:07 +0100 Subject: [PATCH] Released version 1.2.10 --- examples/haproxy.spec | 5 ++++- haproxy.c | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/examples/haproxy.spec b/examples/haproxy.spec index d6d0c8400..5a0824a1c 100644 --- a/examples/haproxy.spec +++ b/examples/haproxy.spec @@ -1,6 +1,6 @@ Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments Name: haproxy -Version: 1.2.9 +Version: 1.2.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 +* Wed Mar 19 2006 Willy Tarreau +- updated to 1.2.10 + * Wed Mar 15 2006 Willy Tarreau - updated to 1.2.9 diff --git a/haproxy.c b/haproxy.c index 6a63bf3b5..79d218577 100644 --- a/haproxy.c +++ b/haproxy.c @@ -87,8 +87,8 @@ #include "include/appsession.h" -#define HAPROXY_VERSION "1.2.9" -#define HAPROXY_DATE "2006/03/15" +#define HAPROXY_VERSION "1.2.10" +#define HAPROXY_DATE "2006/03/19" /* this is for libc5 for example */ #ifndef TCP_NODELAY