mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-25 06:02:08 +00:00
[RELEASE] released version 1.2.13.1
- an uninitialized field in the struct session could cause a crash when the session was freed. This has been encountered on Solaris only. - Solaris and OpenBSD no not support shutdown() on listening socket. Let's be nice to them by performing a soft stop if pause fails.
This commit is contained in:
parent
007aa4606e
commit
4404b7ebcc
@ -1,6 +1,12 @@
|
||||
ChangeLog :
|
||||
===========
|
||||
|
||||
2006/05/14 : 1.2.13.1
|
||||
- an uninitialized field in the struct session could cause a crash when
|
||||
the session was freed. This has been encountered on Solaris only.
|
||||
- Solaris and OpenBSD no not support shutdown() on listening socket. Let's
|
||||
be nice to them by performing a soft stop if pause fails.
|
||||
|
||||
2006/05/13 : 1.2.13
|
||||
- 'maxconn' server parameter to do per-server session limitation
|
||||
- queueing to support non-blocking session limitation
|
||||
|
2
Makefile
2
Makefile
@ -2,7 +2,7 @@
|
||||
# You should use it this way :
|
||||
# make TARGET=os CPU=cpu
|
||||
|
||||
VERSION := 1.2.13
|
||||
VERSION := 1.2.13.1
|
||||
|
||||
# Select target OS. TARGET must match a system for which COPTS and LIBS are
|
||||
# correctly defined below.
|
||||
|
@ -89,11 +89,11 @@
|
||||
#include "include/mini-clist.h"
|
||||
|
||||
#ifndef HAPROXY_VERSION
|
||||
#define HAPROXY_VERSION "1.2.13"
|
||||
#define HAPROXY_VERSION "1.2.13.1"
|
||||
#endif
|
||||
|
||||
#ifndef HAPROXY_DATE
|
||||
#define HAPROXY_DATE "2006/05/13"
|
||||
#define HAPROXY_DATE "2006/05/14"
|
||||
#endif
|
||||
|
||||
/* this is for libc5 for example */
|
||||
|
Loading…
Reference in New Issue
Block a user