diff options
author | Luke Kanies <luke@madstop.com> | 2007-11-23 19:20:24 -0600 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2007-11-23 19:20:24 -0600 |
commit | 63b205a55a73ebf70275bf9c0ec77c51a24026f9 (patch) | |
tree | 225957916c257b430eb95393397af329c57cc72b | |
parent | 72c0e7bd73e9185a04f141a142dc79202f5ff441 (diff) | |
download | puppet-63b205a55a73ebf70275bf9c0ec77c51a24026f9.tar.gz puppet-63b205a55a73ebf70275bf9c0ec77c51a24026f9.tar.xz puppet-63b205a55a73ebf70275bf9c0ec77c51a24026f9.zip |
Adding patch 20070831053637-6856b-dd0fddab681485ce7cea0b57336d0c48fa33f7f8.patch from womble; updates changelog
-rw-r--r-- | debian/changelog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 17d117769..13bf613d8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +puppet (0.23.2-4) unstable; urgency=low + + * Fix puppet#776 in a slightly better way by only flushing the cache when + a value is changed, rather than whenever a value is read. + * Apply patch from puppet#755 to cache connections to the Puppetmaster, + which improves performance by more than a little. + * Modify the fileserver so that it provides a 'plugins' mount which + exports the union of the plugins directory of all modules. + + -- Matthew Palmer <mpalmer@debian.org> Fri, 31 Aug 2007 15:32:04 +1000 + puppet (0.23.2-3) unstable; urgency=low * Clear the config value cache every time. This is a titchy little |