diff --git a/ChangeLog b/ChangeLog index 9e585324..5bd26ea7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,7 @@ Changes in 1.4.6-stable: o Fix a bug in which the DNS server would incorrectly set the type of a cname reply to a. o Fix a bug where setting the timeout on a bufferevent would take not effect if the event was already pending. o Fix a memory leak when using signals for some event bases; reported by Alexander Drozdov. + o Add libevent.vcproj file to distribution to help with Windows build. Changes in 1.4.5-stable: o Fix connection keep-alive behavior for HTTP/1.0 diff --git a/Makefile.am b/Makefile.am index 08a9b4be..150f0d66 100644 --- a/Makefile.am +++ b/Makefile.am @@ -51,7 +51,7 @@ EXTRA_DIST = autogen.sh event.h event-internal.h log.h evsignal.h evdns.3 \ WIN32-Prj/event_test/test.txt WIN32-Prj/libevent.dsp \ WIN32-Prj/libevent.dsw WIN32-Prj/signal_test/signal_test.dsp \ WIN32-Prj/time_test/time_test.dsp WIN32-Prj/regress/regress.vcproj \ - WIN32-Prj/libevent.sln + WIN32-Prj/libevent.sln WIN32-Prj/libevent.vcproj lib_LTLIBRARIES = libevent.la libevent_core.la libevent_extra.la