Skip to content

Commit

Permalink
CloudCrowd 0.4.0 -- updating changelog and gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Mar 31, 2010
1 parent d1cc9f5 commit 0b69c9e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cloud-crowd.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = 'cloud-crowd'
s.version = '0.3.3' # Keep version in sync with cloud-cloud.rb
s.date = '2010-01-27'
s.version = '0.4.0' # Keep version in sync with cloud-cloud.rb
s.date = '2010-03-31'

s.homepage = "http://wiki.github.com/documentcloud/cloud-crowd"
s.summary = "Parallel Processing for the Rest of Us"
Expand Down
2 changes: 1 addition & 1 deletion lib/cloud-crowd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ module CloudCrowd
autoload :WorkUnit, 'cloud_crowd/models'

# Keep this version in sync with the gemspec.
VERSION = '0.3.3'
VERSION = '0.4.0'

# Increment the schema version when there's a backwards incompatible change.
SCHEMA_VERSION = 3
Expand Down
8 changes: 8 additions & 0 deletions wiki/change_log.textile
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
h3. Version 0.4.0

* Updated the Operations Center UI for workflows with large numbers of jobs -- individual jobs are no longer displayed, only aggregate counts. There's a link to grab a quick tail of the last 100 lines of your server log, for debugging.
* Jonathan Crossman contributed a backend for Rackspace Cloud Files storage.
* Updated support for recent versions of RestClient.
* Hardcoded dependencies to ActiveRecord 2.3.x and Sinatra 0.9.x, as more recent versions are incompatible with each other due to Rack 1.1.0.
* There's now a configuration option to disable individual actions. *(jgeiger)*

h3. Version 0.3.3

* Configurable @temp_storage_path@ for the worker processes *(delagoya)*
Expand Down

0 comments on commit 0b69c9e

Please sign in to comment.