summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2009-02-11 16:54:04 -0600
committerJames Turnbull <james@lovedthanlost.net>2009-02-12 17:08:49 +1100
commit5e35166f1b7219d470916d1ee7a4e6852afaf1f9 (patch)
treef456f8f846f781084e06ed4a5446a6d060994b70 /CHANGELOG
parentaf3f3ae93ba1e43ac8231e4cf4e5a1f0ed8f3acb (diff)
downloadpuppet-5e35166f1b7219d470916d1ee7a4e6852afaf1f9.tar.gz
puppet-5e35166f1b7219d470916d1ee7a4e6852afaf1f9.tar.xz
puppet-5e35166f1b7219d470916d1ee7a4e6852afaf1f9.zip
Fixing #961 - closing the http connection after every xmlrpc call
There were apparently some circumstances that resulted in the connection not being closed; this just closes it every time if it's still open after the rpc call is complete. Signed-off-by: Luke Kanies <luke@madstop.com>
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 9da1919d8..1eb84a02c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,8 @@
0.24.8
+ Fixing #944 - changing error message from warning to info - connection recycled
+
+ Fixed #961 - puppetd creating too many/not closing TCP connections
+
Fixed #1959 - Added column protection for environment schema migration
Fixing #1869 - autoloaded files should never leak exceptions