summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-11-13 16:58:46 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-11-13 16:58:46 +0000
commit7d46167e017f4fa95342a439547f732c06e7e13c (patch)
tree5a1475305dbcf6c53a7754adf0ec76d59afa377f
parent7fa96cb82d438f214b33af688c065bd6d387f609 (diff)
Updating changelog for 0.20.1
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1879 980ebf18-57e1-0310-9a29-db15c13687c0
-rw-r--r--CHANGELOG13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b8c3f2337..2ef10e0dc 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,16 @@
+0.20.1
+ Mostly a bug-fix release, with the most important fix being the
+ multiple-definition error.
+
+ Completely rewrote the ParsedFile system; each provider is now much
+ shorter and much more maintainable. However, fundamental problems
+ were found with the 'port' type, so it was disabled. Also, added
+ a NetInfo provider for 'host' and an experimental NetInfo provider
+ for 'mount'.
+
+ Made the RRDGraph report *much* better and added reference
+ generation for reports and functions.
+
0.20.0
Significantly refactored the parser. Resource overrides now consistently
work anywhere in a class hierarchy.