]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[RELEASE] released 1.2.14 v1.2.14
authorwilly tarreau <willy@wtap.(none)>
Sun, 21 May 2006 21:26:20 +0000 (23:26 +0200)
committerwilly tarreau <willy@wtap.(none)>
Sun, 21 May 2006 21:26:20 +0000 (23:26 +0200)
Released 1.2.14 with the following changes :

   - new HTML status report with the 'stats' keyword.
   - added the 'abortonclose' option to better resist traffic surges
   - implemented dynamic traffic regulation with the 'minconn' option
   - show request time on denied requests
   - definitely fixed hot reconf on OpenBSD by the use of SO_REUSEPORT
   - now a proxy instance is allowed to run without servers, which is
     useful to dedicate one instance to stats
   - added lots of error counters
   - a missing parenthesis preventd matching of cacheable cookies
   - a missing parenthesis in poll_loop() might have caused missed events.

CHANGELOG
Makefile
doc/haproxy-en.txt
doc/haproxy-fr.txt
examples/haproxy-small.spec
examples/haproxy.spec
haproxy.c

index 93aad4e5f7dfd80621739db276b8f9befd9490f1..d43178b21ccc4b7a620dd66535475e15860d2edd 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,18 @@
 ChangeLog :
 ===========
 
+2006/05/21 : 1.2.14
+   - new HTML status report with the 'stats' keyword.
+   - added the 'abortonclose' option to better resist traffic surges
+   - implemented dynamic traffic regulation with the 'minconn' option
+   - show request time on denied requests
+   - definitely fixed hot reconf on OpenBSD by the use of SO_REUSEPORT
+   - now a proxy instance is allowed to run without servers, which is
+     useful to dedicate one instance to stats
+   - added lots of error counters
+   - a missing parenthesis preventd matching of cacheable cookies
+   - a missing parenthesis in poll_loop() might have caused missed events.
+
 2006/05/14 : 1.2.13.1
    - an uninitialized field in the struct session could cause a crash when
      the session was freed. This has been encountered on Solaris only.
index 6607ce08c1219aea0d06b4d6d213cd74f3861ca6..feec783d2ea23adfa4be46606eaa9b551e1368c4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 # You should use it this way :
 #   make TARGET=os CPU=cpu
 
-VERSION := 1.2.13.1
+VERSION := 1.2.14
 
 # Select target OS. TARGET must match a system for which COPTS and LIBS are
 # correctly defined below.
@@ -116,7 +116,7 @@ haproxy: src/list.o src/chtbl.o src/hashpjw.o haproxy.o src/base64.o src/uri_aut
        $(CC) $(CFLAGS) -c -o $@ $<
 
 clean:
-       rm -f *.[oas] *~ *.rej core haproxy test nohup.out gmon.out src/*.[oas]
+       rm -f {.,src}/*.[oas] {.,src,include,doc}/*{~,.rej} core haproxy test nohup.out gmon.out
        rm -f haproxy-$(VERSION).tar.gz haproxy-$(VERSION)
 
 tar:   clean
index d27f04d615059ccee79939cfb2930152d256d7d0..e7b877fda779407eb15c8cfc7e286a2ac0dd74cf 100644 (file)
@@ -2,9 +2,9 @@
                              H A - P r o x y
                             Reference  Manual
                            -------------------
-                              version 1.2.13
+                              version 1.2.14
                               willy tarreau
-                                2006/05/13
+                                2006/05/21
 
 ============
 | Abstract |
index 6a1ca79d2d9d613cbd6fc7f37174295bcdf4886d..2157657254a0b1343a549ca87aff402c500e1c65 100644 (file)
@@ -2,9 +2,9 @@
                              H A - P r o x y
                            Manuel de référence
                            -------------------
-                              version 1.2.13
+                              version 1.2.14
                               willy tarreau
-                                2006/05/13
+                                2006/05/21
 
 ================
 | Introduction |
index 18db2b4e5c201269064203cd88496926c9d73840..14f278866a8ec5d38b55ccb65c7ba6cc42e57ab6 100644 (file)
@@ -1,6 +1,6 @@
 Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
 Name: haproxy
-Version: 1.2.13
+Version: 1.2.14
 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
+* Wed May 21 2006 Willy Tarreau <willy@w.ods.org>
+- updated to 1.2.14
+
 * Wed May 01 2006 Willy Tarreau <willy@w.ods.org>
 - updated to 1.2.13
 
index 3617f7adba1e40eca2958801871ee0a3a64915e8..5dcb2e32171a67a44e372a4e81fb3f2a497f2e98 100644 (file)
@@ -1,6 +1,6 @@
 Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
 Name: haproxy
-Version: 1.2.13
+Version: 1.2.14
 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 May 21 2006 Willy Tarreau <willy@w.ods.org>
+- updated to 1.2.14
+
 * Wed May 01 2006 Willy Tarreau <willy@w.ods.org>
 - updated to 1.2.13
 
index 0abe937b7521a66ec0dc056ad05a6d5849e5e954..7b5daf2d44ba30854d8552c1e5f619f5d46b961d 100644 (file)
--- a/haproxy.c
+++ b/haproxy.c
 #include "include/mini-clist.h"
 
 #ifndef HAPROXY_VERSION
-#define HAPROXY_VERSION "1.2.13.1"
+#define HAPROXY_VERSION "1.2.14"
 #endif
 
 #ifndef HAPROXY_DATE
-#define HAPROXY_DATE   "2006/05/14"
+#define HAPROXY_DATE   "2006/05/21"
 #endif
 
 /* this is for libc5 for example */