mirror of /home/gitosis/repositories/libev.git
parent
e68a71e097
commit
f15952191f
1
Changes
1
Changes
|
@ -14,6 +14,7 @@ TODO: embed watchers need updating when fd changes
|
|||
TODO: document portability requirements for atomic pointer access
|
||||
TODO: document requirements for function pointers and calling conventions.
|
||||
|
||||
4.20 Sat Jun 20 13:01:43 CEST 2015
|
||||
- prefer noexcept over throw () with C++ 11.
|
||||
- update ecb.h due to incompatibilities with c11.
|
||||
- fix a potential aliasing issue when reading and writing
|
||||
|
|
|
@ -5,7 +5,7 @@ orig_CFLAGS="$CFLAGS"
|
|||
AC_CONFIG_SRCDIR([ev_epoll.c])
|
||||
|
||||
dnl also update ev.h!
|
||||
AM_INIT_AUTOMAKE(libev,4.19)
|
||||
AM_INIT_AUTOMAKE(libev,4.20)
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
AM_MAINTAINER_MODE
|
||||
|
||||
|
|
Loading…
Reference in New Issue