List:Commits« Previous MessageNext Message »
From:Davi Arnaut Date:April 29 2008 5:50am
Subject:bk commit into 6.0 tree (davi:1.2635)
View as plain text  
Below is the list of changes that have just been committed into a local
6.0 repository of davi.  When davi does a push these changes
will be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet@stripped, 2008-04-29 00:50:47-03:00, davi@stripped +1 -0
  Explicitly ship all libevent files for source distribution.

  extra/libevent/Makefile.am@stripped, 2008-04-29 00:50:44-03:00, davi@stripped +7 -1
    Explicitly ship all libevent files for source distribution.

diff -Nrup a/extra/libevent/Makefile.am b/extra/libevent/Makefile.am
--- a/extra/libevent/Makefile.am	2008-04-28 19:05:25 -03:00
+++ b/extra/libevent/Makefile.am	2008-04-29 00:50:44 -03:00
@@ -1,6 +1,12 @@
 AUTOMAKE_OPTIONS = foreign no-dependencies
 
-EXTRA_DIST = .
+EXTRA_DIST = README compat/sys						      \
+	buffer.c epoll.c evbuffer.c event.c evport.c evutil.c kqueue.c poll.c \
+	signal.c devpoll.c epoll_sub.c evdns.c event_tagging.c evrpc.c http.c \
+	log.c select.c strlcpy.c					      \
+	evdns.h event.h evrpc-internal.h evsignal.h http-internal.h log.h     \
+	min_heap.h event-internal.h evhttp.h evrpc.h evutil.h strlcpy-internal.h
+
 
 DISTCLEANFILES = event-config.h
 
Thread
bk commit into 6.0 tree (davi:1.2635)Davi Arnaut29 Apr