diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-01-04 01:40:53 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-01-04 01:40:53 +0000 |
commit | b532a30b66ee888b90a8355da9e9ee8970fe0432 (patch) | |
tree | 4db9613e0562ecf9dcfbd2e5bcd0627edc0aef99 | |
parent | 584652c6b84fdbc910f7bde96639b772dde8fa23 (diff) | |
download | puppet-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-- | 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 |