summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG11
-rw-r--r--Rakefile6
2 files changed, 14 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index e69de29bb..39d9b150d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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
diff --git a/Rakefile b/Rakefile
index cb4a23069..3062ec3ae 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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