Changeset 2870
- Timestamp:
- 19/02/09 02:26:36 (1 year ago)
- Files:
-
- cherokee/trunk/ChangeLog (modified) (1 diff)
- cherokee/trunk/Makefile.am (modified) (1 diff)
- cherokee/trunk/contrib/Makefile.am (modified) (1 diff)
- cherokee/trunk/contrib/spawn-fcgi.c (deleted)
- cherokee/trunk/spawn-fcgi.1 (deleted)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/ChangeLog
r2869 r2870 1 2009-02-19 Alvaro Lopez Ortega <alvaro@octality.com> 2 3 * spawn-fcgi.1, contrib/spawn-fcgi.c, contrib/Makefile.am, 4 Makefile.am: spawn-fcgi is an independent project now. There is no 5 need to ship it with Cherokee any longer. 6 1 7 2009-02-18 Alvaro Lopez Ortega <alvaro@octality.com> 2 8 cherokee/trunk/Makefile.am
r2577 r2870 15 15 cherokee.1 \ 16 16 cherokee-config.1 \ 17 spawn-fcgi.1 \18 17 cherokee-tweak.1 \ 19 18 cherokee-admin.1 \ cherokee/trunk/contrib/Makefile.am
r2652 r2870 1 INCLUDES = \2 -I$(top_srcdir) \3 -I$(top_srcdir)/cherokee4 5 bin_PROGRAMS = spawn-fcgi6 spawn_fcgi_SOURCES = spawn-fcgi.c7 8 1 EXTRA_DIST = \ 9 2 cherokee \