summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-01-04 01:40:53 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-01-04 01:40:53 +0000
commitb532a30b66ee888b90a8355da9e9ee8970fe0432 (patch)
tree4db9613e0562ecf9dcfbd2e5bcd0627edc0aef99
parent584652c6b84fdbc910f7bde96639b772dde8fa23 (diff)
downloadpuppet-b532a30b66ee888b90a8355da9e9ee8970fe0432.tar.gz
puppet-b532a30b66ee888b90a8355da9e9ee8970fe0432.tar.xz
puppet-b532a30b66ee888b90a8355da9e9ee8970fe0432.zip
adding things to the change log, and modifying the order of the steps
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@767 980ebf18-57e1-0310-9a29-db15c13687c0
-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