diff --git a/CHANGELOG b/CHANGELOG index 819edf3d5..565380581 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,16 @@ ChangeLog : =========== +2008/03/20 : 1.3.14.4 + - [BUILD] Replace hardcoded 'LD = gcc' with 'LD = $(CC)' + - [BUILD] Added support for 'make install' + - [BUILD] Added 'install-man' make target for installing the man page + - [BUILD] Added 'install-bin' make target + - [BUILD] Added 'install-doc' make target + - [BUILD] Removed "/" after '$(DESTDIR)' in install targets + - [BUILD] Changed 'install' target to install the binaries first + - [MEDIUM] fix stats socket limitation to 16 kB + 2008/03/08 : 1.3.14.3 - [BUG]: Restore clearing t->logs.bytes - [DOC] Update a "contrib" file with a hint about a scheme used for formathing subjects diff --git a/VERDATE b/VERDATE index 79182335f..7b4c3fb4c 100644 --- a/VERDATE +++ b/VERDATE @@ -1 +1 @@ -2008/03/08 +2008/03/20 diff --git a/VERSION b/VERSION index c36fa24b4..ac47b9033 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.14.3 +1.3.14.4 diff --git a/examples/haproxy-small.spec b/examples/haproxy-small.spec index 263678370..043a0fe97 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.14.3 +Version: 1.3.14.4 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 +* Thu Mar 20 2008 Willy Tarreau +- updated to 1.3.14.4 + * Sat Mar 08 2008 Willy Tarreau - updated to 1.3.14.3 diff --git a/examples/haproxy.spec b/examples/haproxy.spec index e1fd7c422..ab8285fe8 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.14.3 +Version: 1.3.14.4 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 +* Thu Mar 20 2008 Willy Tarreau +- updated to 1.3.14.4 + * Sat Mar 08 2008 Willy Tarreau - updated to 1.3.14.3