mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-14 06:49:35 -04:00
call it 1.4.0-beta
svn:r523
This commit is contained in:
parent
f1ce978ffc
commit
2793c8eeb0
@ -1,4 +1,4 @@
|
|||||||
Changes in 1.4.0:
|
Changes in 1.4.0-beta:
|
||||||
o allow \r or \n individually to separate HTTP headers instead of the standard "\r\n"; from Charles Kerr.
|
o allow \r or \n individually to separate HTTP headers instead of the standard "\r\n"; from Charles Kerr.
|
||||||
o demote most http warnings to debug messages
|
o demote most http warnings to debug messages
|
||||||
o Fix Solaris compilation; from Magne Mahre
|
o Fix Solaris compilation; from Magne Mahre
|
||||||
|
@ -2,7 +2,7 @@ dnl configure.in for libevent
|
|||||||
dnl Dug Song <dugsong@monkey.org>
|
dnl Dug Song <dugsong@monkey.org>
|
||||||
AC_INIT(event.c)
|
AC_INIT(event.c)
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE(libevent,1.4.0)
|
AM_INIT_AUTOMAKE(libevent,1.4.0-beta)
|
||||||
AM_CONFIG_HEADER(config.h)
|
AM_CONFIG_HEADER(config.h)
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user