diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-01-30 19:32:37 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-01-30 19:32:37 +0000 |
commit | 97583b481da9fd905428ce34eb225d34081f5179 (patch) | |
tree | 3b946fdc966f25a4fd7beae1f61efa0bd32b12a5 | |
parent | 8d90e5672e1f516310cd98077e8932b79c4970cf (diff) | |
download | puppet-97583b481da9fd905428ce34eb225d34081f5179.tar.gz puppet-97583b481da9fd905428ce34eb225d34081f5179.tar.xz puppet-97583b481da9fd905428ce34eb225d34081f5179.zip |
Updating changelog for 0.22.1, although I am not quite ready to commit yet.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2131 980ebf18-57e1-0310-9a29-db15c13687c0
-rw-r--r-- | CHANGELOG | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -1,3 +1,29 @@ +0.22.1 (kermit) -- Mostly a bugfix release + Compile times now persist between restarts of puppetd. + + Timeouts have been added to many parts of Puppet, reducing the likelihood + if it hanging forever on broken scripts or servers. + + All of the documentation and recipes have been moved to the wiki by Peter + Abrahamsen and Ben Kite has moved the FAQ to the wiki. + + Explicit relationships now override automatic relationships, allowing you + to manually specify deletion order when removing resources. + + Resources with dependencies can now be deleted as long as all of their + dependencies are also being deleted. + + Namespaces for both classes and definitions now work much more consistently. + You should now be able to specify a class or definition with a namespace + everywhere you would normally expect to be able to specify one without. + + Downcasing of facts can be selectively disabled. + + Cyclic dependency graphs are now checked for and forbidden. + + Otherwise, lots and lots of bugfixes. Check the tickets associated with the + 'kermit' milestone. + 0.22.0 Integrated the GRATR graph library into Puppet, for handling resource relationships. |