diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-03-13 17:10:10 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-03-13 17:10:10 +0000 |
commit | 92e3c1e6eafc08b239974fbad1d3711c512384ba (patch) | |
tree | 0136438132d2071546a52b688f8b7c9f3092c746 /CHANGELOG | |
parent | ec7d46ee00c4f86d92d618066b773dc14e0f5d17 (diff) | |
download | puppet-92e3c1e6eafc08b239974fbad1d3711c512384ba.tar.gz puppet-92e3c1e6eafc08b239974fbad1d3711c512384ba.tar.xz puppet-92e3c1e6eafc08b239974fbad1d3711c512384ba.zip |
Updating changelog for 0.15.0.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1021 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 21 |
1 files changed, 17 insertions, 4 deletions
@@ -1,10 +1,23 @@ -0.14.2 +0.15.0 + Upped the minor release because the File server is incompatible with 0.14, + because it now handles links. + + The 'symlink' type is deprecated (but still present), in favor of using + files with the 'target' parameter. + Unset variables no longer throw an error, they just return an empty string - You can now specify tags to restrict which objects run. - RPMs can now install, as long as they specify a package location, and they'll - automatically upgrade if you point them to a new file with an upgrade. + + You can now specify tags to restrict which objects run during a given run. + + You can also specify to skip running against the cached copy when there's + a failure, which is useful for testing new configurations. + + RPMs and Sun packages can now install, as long as they specify a package + location, and they'll automatically upgrade if you point them to a new + file with an upgrade. Multiple bug fixes. + 0.14.1 Fixed a couple of small logging bugs Fixed a bug with handling group ownership of links |