add libevent.vcproj file to distribution to help with Windows build

svn:r916
This commit is contained in:
Niels Provos 2008-07-24 23:58:03 +00:00
parent 21c562897d
commit 730c7132bd
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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