From b532a30b66ee888b90a8355da9e9ee8970fe0432 Mon Sep 17 00:00:00 2001 From: luke Date: Wed, 4 Jan 2006 01:40:53 +0000 Subject: 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 --- CHANGELOG | 11 +++++++++++ Rakefile | 6 +++--- 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 -- cgit