Changeset 857
- Timestamp:
- 10/31/07 21:11:54 (10 months ago)
- Files:
-
- trunk/CHANGELOG (modified) (1 diff)
- trunk/Rakefile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/CHANGELOG
r853 r857 1 1 2 v1.1. 0.Pure Ruby URIClassifier. More modular architecture. JRuby support. Move C URIClassifier into mongrel_experimental project.2 v1.1. Pure Ruby URIClassifier. More modular architecture. JRuby support. Move C URIClassifier into mongrel_experimental project. 3 3 4 4 v1.0.3. Fix user-switching bug; make people upgrade to the latest from the RC. trunk/Rakefile
r837 r857 133 133 sub_project("mongrel_console", :package) 134 134 sub_project("mongrel_cluster", :package) 135 sub_project("mongrel_experimental", :package) 135 136 sub_project("mongrel_service", :package) if RUBY_PLATFORM =~ /mswin/ 136 137 sh("rake java package") unless RUBY_PLATFORM =~ /java/ … … 152 153 sub_project("mongrel_console", :install) 153 154 sub_project("mongrel_cluster", :install) 155 sub_project("mongrel_experimental", :install) 154 156 sub_project("mongrel_service", :install) if RUBY_PLATFORM =~ /mswin/ 155 157 end … … 163 165 sub_project("gem_plugin", :uninstall) 164 166 sub_project("fastthread", :uninstall) 167 sub_project("mongrel_experimental", :uninstall) 165 168 sub_project("mongrel_service", :uninstall) if RUBY_PLATFORM =~ /mswin/ 166 169 end … … 175 178 sub_project("mongrel_console", :clean) 176 179 sub_project("mongrel_cluster", :clean) 180 sub_project("mongrel_experimental", :clean) 177 181 sub_project("mongrel_service", :clean) if RUBY_PLATFORM =~ /mswin/ 178 182 end
