From 59513ee206287319540dca9f2c652c0838e2cc1e Mon Sep 17 00:00:00 2001 From: Niels Provos Date: Thu, 12 Mar 2009 17:45:13 +0000 Subject: [PATCH] from trunk: include Doxyfile in tar ball; from Jeff Garzik svn:r1126 --- ChangeLog | 1 + Makefile.am | 1 + 2 files changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4735ed30..07fa2446 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 const-ify some arguments to evdns functions. 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: o event_add would not return error for some backends; from Dean McNamee diff --git a/Makefile.am b/Makefile.am index 7d0d155c..05087d0f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,6 +36,7 @@ bin_SCRIPTS = event_rpcgen.py EXTRA_DIST = autogen.sh event.h event-internal.h log.h evsignal.h evdns.3 \ evrpc.h evrpc-internal.h min_heap.h \ event.3 \ + Doxyfile \ kqueue.c epoll_sub.c epoll.c select.c poll.c signal.c \ evport.c devpoll.c event_rpcgen.py \ sample/Makefile.am sample/Makefile.in sample/event-test.c \