Skip to content

Commit

Permalink
bumping to 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Sep 30, 2009
1 parent a606bca commit 9cb4fd2
Show file tree
Hide file tree
Showing 3 changed files with 7 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.2.4' # Keep version in sync with cloud-cloud.rb
s.date = '2009-09-28'
s.version = '0.2.5' # Keep version in sync with cloud-cloud.rb
s.date = '2009-09-30'

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.2.4'
VERSION = '0.2.5'

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

* Bugfix for PostgreSQL databases regarding WorkUnit reservation.

h3. Version 0.2.4

* The central server now removes a node from the pool after any kind of communication error, and nodes check in every five minutes to countervail this.
Expand Down

0 comments on commit 9cb4fd2

Please sign in to comment.