Changeset 403

Show
Ignore:
Timestamp:
11/20/06 17:06:19 (2 years ago)
Author:
luislavena
Message:

Updates to CHANGELOG, README and TODO.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/win32-native_service/projects/mongrel_service/CHANGELOG

    r373 r403  
    11*SVN* 
     2    * Single Service (SingleMongrel) object type implemented. 
     3    * Updated Rakefile to reflect the new building steps. 
     4    * Removed SendSignal, too hackish for my taste, replaced with complete FB solution. 
     5     
  • branches/win32-native_service/projects/mongrel_service/README

    r176 r403  
    66service::install 
    77service::remove 
    8 service::start 
    9 service::stop 
    10 service::status 
     8service::update 
    119 
    1210= Author: 
  • branches/win32-native_service/projects/mongrel_service/TODO

    r373 r403  
    11= mongrel_service (native) TODO List 
    22 
    3   * Port code from ServiceFB samples to the repository 
    4   * Implement single service code 
    5   * Check SendSignal.cpp and provide a simplified API to mongrel_service 
    6   * Adjust Rakefile to compile ServiceFB library and native binarie
     3  * Add more documentation about services 
     4  * Build win32/service extension inside the gem and ship with it. 
     5    (instead of relying in the non-official 0.5.0 one). 
     6  * Sanitize SingleMongrel and document the function
    77