]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[RELEASE] Released version 1.5-dev17 v1.5-dev17
authorWilly Tarreau <w@1wt.eu>
Fri, 28 Dec 2012 14:04:05 +0000 (15:04 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 28 Dec 2012 14:04:05 +0000 (15:04 +0100)
Released version 1.5-dev17 with the following main changes :
    - MINOR: ssl: Setting global tune.ssl.cachesize value to 0 disables SSL session cache.
    - BUG/MEDIUM: stats: fix stats page regression introduced by commit 20b0de5
    - BUG/MINOR: stats: last fix was still wrong
    - BUG/MINOR: stats: http-request rules still don't cope with stats
    - BUG/MINOR: http: http-request add-header emits a corrupted header
    - BUG/MEDIUM: stats: disable request analyser when processing POST or HEAD
    - BUG/MINOR: log: make log-format, unique-id-format and add-header more independant
    - BUILD: log: unused variable svid
    - CLEANUP: http: rename the misleading http_check_access_rule
    - MINOR: http: move redirect rule processing to its own function
    - REORG: config: move the http redirect rule parser to proto_http.c
    - MEDIUM: http: add support for "http-request redirect" rules
    - MEDIUM: http: add support for "http-request tarpit" rule

CHANGELOG
README
VERDATE
VERSION
doc/configuration.txt
examples/haproxy.spec

index 7578645892c8551241a5d1fb59c967008227ef69..53c947ae61512c0dc5a82ad5425cf853a2b02c4f 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,21 @@
 ChangeLog :
 ===========
 
+2012/12/28 : 1.5-dev17
+    - MINOR: ssl: Setting global tune.ssl.cachesize value to 0 disables SSL session cache.
+    - BUG/MEDIUM: stats: fix stats page regression introduced by commit 20b0de5
+    - BUG/MINOR: stats: last fix was still wrong
+    - BUG/MINOR: stats: http-request rules still don't cope with stats
+    - BUG/MINOR: http: http-request add-header emits a corrupted header
+    - BUG/MEDIUM: stats: disable request analyser when processing POST or HEAD
+    - BUG/MINOR: log: make log-format, unique-id-format and add-header more independant
+    - BUILD: log: unused variable svid
+    - CLEANUP: http: rename the misleading http_check_access_rule
+    - MINOR: http: move redirect rule processing to its own function
+    - REORG: config: move the http redirect rule parser to proto_http.c
+    - MEDIUM: http: add support for "http-request redirect" rules
+    - MEDIUM: http: add support for "http-request tarpit" rule
+
 2012/12/24 : 1.5-dev16
     - BUG/MEDIUM: ssl: Prevent ssl error from affecting other connections.
     - BUG/MINOR: ssl: error is not reported if it occurs simultaneously with peer close detection.
diff --git a/README b/README
index b44c2e0119d9522620087fcfd36e0c02fc4c81f0..3f7dce264227046253e03fafbcf17cb7ed893554 100644 (file)
--- a/README
+++ b/README
@@ -1,9 +1,9 @@
                          ----------------------
                              HAProxy how-to
                          ----------------------
-                            version 1.5-dev16
+                            version 1.5-dev17
                              willy tarreau
-                               2012/12/24
+                               2012/12/28
 
 
 1) How to build it
diff --git a/VERDATE b/VERDATE
index 06175bdf69f593fcf3545979cf256ad864556d93..286645351d5e78dafbbe1b424ffc79ca1eccaa57 100644 (file)
--- a/VERDATE
+++ b/VERDATE
@@ -1 +1 @@
-2012/12/24
+2012/12/28
diff --git a/VERSION b/VERSION
index a3bf8017a7b13c1fb72ecb362dec03e534a7bd4b..def58758b6fc8f9fb8c960e372a318ec2962909c 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.5-dev16
+1.5-dev17
index fb16c7f1a9545185b4af4348917d81e835462165..c594db8b6c3a378d2335acc1e0c02a6ff502f767 100644 (file)
@@ -4,7 +4,7 @@
                          ----------------------
                              version 1.5
                              willy tarreau
-                              2012/12/24
+                              2012/12/28
 
 
 This document covers the configuration language as implemented in the version
index 2cf508ec7958461c5edb878708d3a99a07b2dc3b..4955d0a5c4edacdd1054f726e51d209edc7659ae 100644 (file)
@@ -1,6 +1,6 @@
 Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
 Name: haproxy
-Version: 1.5-dev16
+Version: 1.5-dev17
 Release: 1
 License: GPL
 Group: System Environment/Daemons
@@ -76,6 +76,9 @@ fi
 %attr(0755,root,root) %config %{_sysconfdir}/rc.d/init.d/%{name}
 
 %changelog
+* Fri Dec 28 2012 Willy Tarreau <w@1wt.eu>
+- updated to 1.5-dev17
+
 * Mon Dec 24 2012 Willy Tarreau <w@1wt.eu>
 - updated to 1.5-dev16