summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-01-23 16:01:38 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-01-23 16:01:38 +0000
commita3041cd5a2fc42e20445a8058aeea277a9d62c2b (patch)
treef5584fb3f3c02d7202fd85704e0923dfaf00e4c3
parentbda74bcd8e569d8be26bd1b958e38c0a15f5177c (diff)
downloadpuppet-a3041cd5a2fc42e20445a8058aeea277a9d62c2b.tar.gz
puppet-a3041cd5a2fc42e20445a8058aeea277a9d62c2b.tar.xz
puppet-a3041cd5a2fc42e20445a8058aeea277a9d62c2b.zip
Updating changelog for 0.22, which fixes #429.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2083 980ebf18-57e1-0310-9a29-db15c13687c0
-rw-r--r--CHANGELOG24
1 files changed, 24 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 2ef10e0dc..1c277bf1e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,27 @@
+0.22.0
+ Integrated the GRATR graph library into Puppet, for handling resource
+ relationships.
+
+ Lots of bug-fixes (see bugs tickets associated with the 'minor' milestone).
+
+ Added new 'resources' metatype, which currently only includes the ability
+ to purge unmanaged resources.
+
+ Added better ability to generate new resource objects during transactions
+ (using 'generate' and 'eval_generate' methods).
+
+ Rewrote all Rails support with a much better database design. Export/collect
+ now works, although the database is incompatible with previous versions.
+
+ Removed downcasing of facts and made most of the language case-insensitive.
+
+ Added support for printing the graphs built during transactions.
+
+ Reworked how paths are built for logging.
+
+ Switched all providers to directly executing commands instead of going through
+ a subshell, which removes the need to quote or escape arguments.
+
0.20.1
Mostly a bug-fix release, with the most important fix being the
multiple-definition error.