diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-08-03 23:49:53 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-08-03 23:49:53 +0000 |
commit | 97cd057177f18a0e6694aab0e440f86e0bf08d42 (patch) | |
tree | 31a9808aa723180eb43f4fc2c952c3824f89d5d7 /CHANGELOG | |
parent | 72f2ac39e036d3fea88569d17f3e455670bba063 (diff) | |
download | puppet-97cd057177f18a0e6694aab0e440f86e0bf08d42.tar.gz puppet-97cd057177f18a0e6694aab0e440f86e0bf08d42.tar.xz puppet-97cd057177f18a0e6694aab0e440f86e0bf08d42.zip |
Fixing #314 and #729; here's the changelog:
Refactored how the parser and interpreter relate,
so parsing is now effectively an atomic process (thus
fixing #314 and #729). This makes the interpreter less
prone to error and less prone to show the error to the
clients. Note that this means that if a configuration
fails to parse, then the previous, parseable configuration
will be used instead, so the client will not know that
the configuration failed to parse.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2742 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,12 @@ + Refactored how the parser and interpreter relate, + so parsing is now effectively an atomic process (thus + fixing #314 and #729). This makes the interpreter less + prone to error and less prone to show the error to the + clients. Note that this means that if a configuration + fails to parse, then the previous, parseable configuration + will be used instead, so the client will not know that + the configuration failed to parse. + Added support for managing interfaces, thanks to work by Paul Rose. @@ -9,6 +18,7 @@ of mandatory, thus allowing Mongrel to function as the CA. This is thanks to work done by Marcin Owsiany. +0.23.1 You can now specify relationships to classes, which work exactly like relationships to defined types: require => Class[myclass] |