]> git.kaiwu.me - haproxy.git/commitdiff
[RELEASE] Released version 1.3.14.4 v1.3.14.4
authorWilly Tarreau <w@1wt.eu>
Thu, 20 Mar 2008 08:43:52 +0000 (09:43 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 20 Mar 2008 08:43:52 +0000 (09:43 +0100)
Released version 1.3.14.4 with the following main changes :
    - [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

CHANGELOG
VERDATE
VERSION
examples/haproxy-small.spec
examples/haproxy.spec

index 819edf3d59d901cfdbaa4a5a911216a9d504adb2..5653805811000e41e55fe1c92fb3cf1e4ba54023 100644 (file)
--- 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 79182335f8c31f66196e7b82d1d066a317e94339..7b4c3fb4c44ea0293d105d9b0579a36d2993d677 100644 (file)
--- a/VERDATE
+++ b/VERDATE
@@ -1 +1 @@
-2008/03/08
+2008/03/20
diff --git a/VERSION b/VERSION
index c36fa24b46e030907b313678f0670c765d575078..ac47b90338f8fa46a539d76579c2c2a84b2fba29 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.3.14.3
+1.3.14.4
index 26367837008ddbbd3908dfaefd376311336c8352..043a0fe97ef5ab0a71274cca814d7938158df29c 100644 (file)
@@ -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 <w@1wt.eu>
+- updated to 1.3.14.4
+
 * Sat Mar 08 2008 Willy Tarreau <w@1wt.eu>
 - updated to 1.3.14.3
 
index e1fd7c4228c7437af0dbbf6fdd311efa1da35271..ab8285fe8d246344b1916ac70ba5e59a1423127d 100644 (file)
@@ -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 <w@1wt.eu>
+- updated to 1.3.14.4
+
 * Sat Mar 08 2008 Willy Tarreau <w@1wt.eu>
 - updated to 1.3.14.3