summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilly Tarreau <w@1wt.eu>2008-10-12 22:44:43 +0200
committerWilly Tarreau <w@1wt.eu>2008-10-12 22:44:43 +0200
commit34b20f7169e67487b35f03c1c471a69ac0e61999 (patch)
treee44713c4f81c3954a14c96b43cfb4340e3d80d5d
parent1c90a6ec20946a713e9c93995a8e91ed3eeb9da4 (diff)
downloadhaproxy-1.3.15.5.tar.gz
[RELEASE] Released version 1.3.15.5v1.3.15.5
Released version 1.3.15.5 with the following main changes : - [BUG] do not try to pause backends during reload - [BUG] ensure that listeners from disabled proxies are correctly unbound. - [BUG] acl-related keywords are not allowed in defaults sections
-rw-r--r--CHANGELOG5
-rw-r--r--VERDATE2
-rw-r--r--VERSION2
-rw-r--r--examples/haproxy-small.spec5
-rw-r--r--examples/haproxy.spec5
5 files changed, 15 insertions, 4 deletions
diff --git a/CHANGELOG b/CHANGELOG
index d70d62273..2566fd3cc 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,11 @@
ChangeLog :
===========
+2008/10/12 : 1.3.15.5
+ - [BUG] do not try to pause backends during reload
+ - [BUG] ensure that listeners from disabled proxies are correctly unbound.
+ - [BUG] acl-related keywords are not allowed in defaults sections
+
2008/09/14 : 1.3.15.4
- [BUG] do not release the connection slot during a retry
- [BUG] dynamic connection throttling could return a max of zero conns
diff --git a/VERDATE b/VERDATE
index dc59bc21a..c402b5cc8 100644
--- a/VERDATE
+++ b/VERDATE
@@ -1 +1 @@
-2008/09/14
+2008/10/12
diff --git a/VERSION b/VERSION
index e66afaf39..032e08dd4 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.3.15.4
+1.3.15.5
diff --git a/examples/haproxy-small.spec b/examples/haproxy-small.spec
index 7135b3642..aac9d77ef 100644
--- a/examples/haproxy-small.spec
+++ b/examples/haproxy-small.spec
@@ -1,6 +1,6 @@
Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
Name: haproxy
-Version: 1.3.15.4
+Version: 1.3.15.5
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
+* Sun Oct 12 2008 Willy Tarreau <w@1wt.eu>
+- updated to 1.3.15.5
+
* Sun Sep 14 2008 Willy Tarreau <w@1wt.eu>
- updated to 1.3.15.4
diff --git a/examples/haproxy.spec b/examples/haproxy.spec
index 46506aecf..5e0344be7 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.3.15.4
+Version: 1.3.15.5
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
+* Sun Oct 12 2008 Willy Tarreau <w@1wt.eu>
+- updated to 1.3.15.5
+
* Sun Sep 14 2008 Willy Tarreau <w@1wt.eu>
- updated to 1.3.15.4