summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gaffney <agaffney@gentoo.org>2006-12-10 04:49:36 +0000
committerAndrew Gaffney <agaffney@gentoo.org>2006-12-10 04:49:36 +0000
commitbe07ab046fb5df6ffaedba697aa08742a9e08192 (patch)
treedfb22e6fe92bcc3b63e7de305bd2171022f2d8a7 /ChangeLog
parentbugfixes on origjob mostly. (diff)
downloadscire-be07ab046fb5df6ffaedba697aa08742a9e08192.tar.gz
scire-be07ab046fb5df6ffaedba697aa08742a9e08192.tar.bz2
scire-be07ab046fb5df6ffaedba697aa08742a9e08192.zip
server/SecureXMLRPCServer.py:
switch to ForkingMixIn instead of ThreadingMixIn to prevent cert info from bleeding between connection instances. reverse order of inherited classes so MixIn works properly svn path=/; revision=167
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f5f29a..0720c0e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 2006-2006 Gentoo Foundation; Distributed under the GPL v2
# $Id$
+ 9 Dec 2006; Andrew Gaffney <agaffney@gentoo.org>
+ server/SecureXMLRPCServer.py:
+ switch to ForkingMixIn instead of ThreadingMixIn to prevent cert info from
+ bleeding between connection instances.
+ reverse order of inherited classes so MixIn works properly
+
15 Jul 2006; Preston Cody <codeman@gentoo.org> ChangeLog:
Updating the scire server and client programs with their current
development copy. All changes from previous version have been