from trunk: include Doxyfile in tar ball; from Jeff Garzik

svn:r1126
This commit is contained in:
Niels Provos 2009-03-12 17:45:13 +00:00
parent f06b29b9e2
commit 59513ee206
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ Changes in 1.4.10-stable:
o fix signal processing when a signal callback delivers a signal; from Alexander Drozdov o fix signal processing when a signal callback delivers a signal; from Alexander Drozdov
o const-ify some arguments to evdns functions. o const-ify some arguments to evdns functions.
o off-by-one error in epoll_recalc; reported by Victor Goya o off-by-one error in epoll_recalc; reported by Victor Goya
o include Doxyfile in tar ball; from Jeff Garzik
Changes in 1.4.9-stable: Changes in 1.4.9-stable:
o event_add would not return error for some backends; from Dean McNamee o event_add would not return error for some backends; from Dean McNamee

View File

@ -36,6 +36,7 @@ bin_SCRIPTS = event_rpcgen.py
EXTRA_DIST = autogen.sh event.h event-internal.h log.h evsignal.h evdns.3 \ EXTRA_DIST = autogen.sh event.h event-internal.h log.h evsignal.h evdns.3 \
evrpc.h evrpc-internal.h min_heap.h \ evrpc.h evrpc-internal.h min_heap.h \
event.3 \ event.3 \
Doxyfile \
kqueue.c epoll_sub.c epoll.c select.c poll.c signal.c \ kqueue.c epoll_sub.c epoll.c select.c poll.c signal.c \
evport.c devpoll.c event_rpcgen.py \ evport.c devpoll.c event_rpcgen.py \
sample/Makefile.am sample/Makefile.in sample/event-test.c \ sample/Makefile.am sample/Makefile.in sample/event-test.c \