diff options
-rw-r--r-- | CHANGELOG | 11 | ||||
-rw-r--r-- | Rakefile | 6 |
2 files changed, 14 insertions, 3 deletions
@@ -0,0 +1,11 @@ +0.9.4 + Small fix to wrap the StatusServer class in the checks for required classes. + +0.9.3 + Fixed some significant bugs in cron job management. + +0.9.2 + Second Public Beta + +0.9.0 + First Public Beta @@ -237,11 +237,11 @@ task :release => [ :prerelease, :clobber, :alltests, - :rdoc, :update_version, + :tag, # tag everything before we make a bunch of extra dirs + :html, :package, - :copy, - :tag + :copy ] do announce |