[RELEASE] Released version 1.3.14.4

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
This commit is contained in:
Willy Tarreau 2008-03-20 09:43:52 +01:00
parent d143bb3ae0
commit cb07d0f052
5 changed files with 20 additions and 4 deletions

View File

@ -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

View File

@ -1 +1 @@
2008/03/08
2008/03/20

View File

@ -1 +1 @@
1.3.14.3
1.3.14.4

View 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

View 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