]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[RELEASE] Released version 1.3.11.2 with the following main changes : v1.3.11.2
authorWilly Tarreau <w@1wt.eu>
Mon, 14 May 2007 01:42:47 +0000 (03:42 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 14 May 2007 01:42:47 +0000 (03:42 +0200)
    - fixed broken health-checks since switch to timeval

CHANGELOG
Makefile
Makefile.bsd
Makefile.osx
examples/haproxy-small.spec
examples/haproxy.spec
include/common/version.h

index 723fce41085bfca64a93040f7d3890c98314f743..f6cb9ac16484fb7bd8e97aa80dee5a9ea7108921 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,9 @@
 ChangeLog :
 ===========
 
+2007/05/14 : 1.3.11.2
+    - fixed broken health-checks since switch to timeval
+
 2007/05/14 : 1.3.11.1
     - fixed ev_kqueue which was forgotten during the switch to timeval
     - allowed null timeouts for past events in select
index 60b9f134e6ea63571e06062d764ec745b2cff4ac..003d9c405e99fcc3e34845a5c8a527a4997dc7db 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -120,7 +120,7 @@ VERDATE := $(shell date +%Y/%m/%d -d "`git-log HEAD^.. 2>/dev/null | grep -m 1 ^
 else
 # Otherwise, use the hard-coded version of last tag, number of changes
 # since last tag, and release date.
-VERSION := 1.3.11.1
+VERSION := 1.3.11.2
 SUBVERS := 
 VERDATE := 2007/05/14
 endif
index 56c480f6674efce93d0577a28ae3d91282f1f313..e4024b32798d99362a77fd3b8abcc224acf2d7b2 100644 (file)
@@ -2,7 +2,7 @@
 # You should use it this way :
 #   make TARGET=os CPU=cpu
 
-VERSION := 1.3.11.1
+VERSION := 1.3.11.2
 
 # Select target OS. TARGET must match a system for which COPTS and LIBS are
 # correctly defined below.
index c739278dba8727e01d9b49cbf3f2fdf797215537..2b9fe1bba1aee7ae7d9cc64843d0edf729025fb5 100644 (file)
@@ -2,7 +2,7 @@
 # You should use it this way :
 #   make TARGET=os CPU=cpu
 
-VERSION := 1.3.11.1
+VERSION := 1.3.11.2
 
 # Select target OS. TARGET must match a system for which COPTS and LIBS are
 # correctly defined below.
index f40198061f40b6893629c48a1f1cb28fa8384793..dbe8adc05ca0532508f25d27fe20dc884614ded6 100644 (file)
@@ -1,6 +1,6 @@
 Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
 Name: haproxy
-Version: 1.3.11.1
+Version: 1.3.11.2
 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
+* Mon May 14 2007 Willy Tarreau <w@1wt.eu>
+- updated to 1.3.11.2
+
 * Mon May 14 2007 Willy Tarreau <w@1wt.eu>
 - updated to 1.3.11.1
 
index b37703bdd24bd186a98b1d4d783b1e574167c557..004e0037275d2ea7e2584788c92ef215b64d2419 100644 (file)
@@ -1,6 +1,6 @@
 Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
 Name: haproxy
-Version: 1.3.11.1
+Version: 1.3.11.2
 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
+* Mon May 14 2007 Willy Tarreau <w@1wt.eu>
+- updated to 1.3.11.2
+
 * Mon May 14 2007 Willy Tarreau <w@1wt.eu>
 - updated to 1.3.11.1
 
index 244b1f38f2a886afaa10f21f2d8403e4a67f509f..7851fea58f870876f1499e4eff718ea4e4b4c7f3 100644 (file)
@@ -57,7 +57,7 @@
 #ifdef CONFIG_HAPROXY_VERSION
 #define HAPROXY_VERSION CONFIG_HAPROXY_VERSION
 #else
-#define HAPROXY_VERSION "1.3.11.1"
+#define HAPROXY_VERSION "1.3.11.2"
 #endif
 
 #ifdef CONFIG_HAPROXY_DATE