]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
Released version 1.2.10
authorwilly tarreau <willy@wtap.(none)>
Sun, 19 Mar 2006 20:01:07 +0000 (21:01 +0100)
committerwilly tarreau <willy@wtap.(none)>
Sun, 19 Mar 2006 20:01:07 +0000 (21:01 +0100)
examples/haproxy.spec
haproxy.c

index d6d0c84000d2f8c033329cc3fc61027bbd31e4b7..5a0824a1c6cbe2d58864afaf95e996855c13fe07 100644 (file)
@@ -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 <willy@w.ods.org>
+- updated to 1.2.10
+
 * Wed Mar 15 2006 Willy Tarreau <willy@w.ods.org>
 - updated to 1.2.9
 
index 6a63bf3b51887a23c1316047c46c194829d18129..79d2185771817c2e37f6e0a337c7da031d76283d 100644 (file)
--- 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