summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG6
-rw-r--r--VERDATE2
-rw-r--r--VERSION2
-rw-r--r--doc/configuration.txt4
-rw-r--r--examples/haproxy.spec5
5 files changed, 14 insertions, 5 deletions
diff --git a/CHANGELOG b/CHANGELOG
index c04b49ae9..110ce8016 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,12 @@
ChangeLog :
===========
+2009/10/14 : 1.3.22
+ - [BUG] unix socket: don't try to dereference frontend/backends
+ - [MINOR] unix socket: report the socket path in case of bind error
+ - [CONTRIB] halog: support searching by response time
+ - [DOC] add a reminder about obsolete documents
+
2009/10/12 : 1.3.21
- [DOC] add missing rate_lim and rate_max
- [BUG] check if rise/fall has an argument and it is > 0
diff --git a/VERDATE b/VERDATE
index 7c402ee4b..feefeae5f 100644
--- a/VERDATE
+++ b/VERDATE
@@ -1 +1 @@
-2009/10/12
+2009/10/14
diff --git a/VERSION b/VERSION
index 89bdc0948..df1fe2f86 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.3.21
+1.3.22
diff --git a/doc/configuration.txt b/doc/configuration.txt
index 37b351fce..ae6dbc34a 100644
--- a/doc/configuration.txt
+++ b/doc/configuration.txt
@@ -2,9 +2,9 @@
HAProxy
Configuration Manual
----------------------
- version 1.3.21
+ version 1.3.22
willy tarreau
- 2009/10/12
+ 2009/10/14
This document covers the configuration language as implemented in the version
diff --git a/examples/haproxy.spec b/examples/haproxy.spec
index 9062df48c..50b04d11c 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.21
+Version: 1.3.22
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
+* Wed Oct 14 2009 Willy Tarreau <w@1wt.eu>
+- updated to 1.3.22
+
* Mon Oct 12 2009 Willy Tarreau <w@1wt.eu>
- updated to 1.3.21