Skip to content

Commit

Permalink
CloudCrowd 0.6.0 is on the books.
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Mar 4, 2011
1 parent e785aac commit 947ed9b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cloud-crowd.gemspec
@@ -1,7 +1,7 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = 'cloud-crowd' s.name = 'cloud-crowd'
s.version = '0.5.2' # Keep version in sync with cloud-cloud.rb s.version = '0.6.0' # Keep version in sync with cloud-cloud.rb
s.date = '2010-08-03' s.date = '2011-03-04'


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


# Keep this version in sync with the gemspec. # Keep this version in sync with the gemspec.
VERSION = '0.5.2' VERSION = '0.6.0'


# Increment the schema version when there's a backwards incompatible change. # Increment the schema version when there's a backwards incompatible change.
SCHEMA_VERSION = 4 SCHEMA_VERSION = 4
Expand Down
5 changes: 5 additions & 0 deletions wiki/change_log.textile
@@ -1,3 +1,8 @@
h3. Version 0.6.0

* Fixed a bug in "distribute_to_nodes" logic that would prevent mismatched actions and workers from ever getting served.
* Better cleanup of temp directories for worker machines.

h3. Version 0.5.2 h3. Version 0.5.2


* Tweaks to timeout settings, name of the worker process, exceptions to be rescued and retried... * Tweaks to timeout settings, name of the worker process, exceptions to be rescued and retried...
Expand Down

0 comments on commit 947ed9b

Please sign in to comment.