Changeset 930

Show
Ignore:
Timestamp:
12/29/07 00:15:56 (8 months ago)
Author:
filipe
Message:

Bumbep version to 1.0.5 and updated the changelog for this branch.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/stable_1-0/CHANGELOG

    r822 r930  
     1v1.0.5. Closed remote exploit that allowed read access to any file. 
    12 
    23v1.0.4. Backport fixes for versioning inconsistency, mongrel_rails bug, and DirHandler bug. 
  • branches/stable_1-0/ext/http11/http11.c

    r821 r930  
    572572  DEF_GLOBAL(server_protocol_value, "HTTP/1.1"); 
    573573  DEF_GLOBAL(http_host, "HTTP_HOST"); 
    574   DEF_GLOBAL(mongrel_version, "Mongrel 1.0.4"); 
     574  DEF_GLOBAL(mongrel_version, "Mongrel 1.0.5"); 
    575575  DEF_GLOBAL(server_software, "SERVER_SOFTWARE"); 
    576576  DEF_GLOBAL(port_80, "80"); 
  • branches/stable_1-0/lib/mongrel.rb

    r819 r930  
    124124    REQUEST_PATH='REQUEST_PATH'.freeze 
    125125 
    126     MONGREL_VERSION="1.0.4".freeze 
     126    MONGREL_VERSION="1.0.5".freeze 
    127127 
    128128    MONGREL_TMP_BASE="mongrel".freeze