Mercurial > p > roundup > code
diff CHANGES.txt @ 4793:d9e5539303bd
Implement XMLRPC MultiCall (including test), see
http://docs.python.org/2/library/xmlrpclib.html#xmlrpclib.MultiCall
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Mon, 17 Jun 2013 16:53:34 +0200 |
| parents | 1a0cf0345465 |
| children | f61bd780892e |
line wrap: on
line diff
--- a/CHANGES.txt Sat Jun 08 22:24:35 2013 -0400 +++ b/CHANGES.txt Mon Jun 17 16:53:34 2013 +0200 @@ -51,6 +51,9 @@ client.selectTemplate (anatoly techtonik) - Increased generated password length to 12 symbols to slow down GPGPU attacks (anatoly techtonik) +- Implement XMLRPC MultiCall (including test), see + http://docs.python.org/2/library/xmlrpclib.html#xmlrpclib.MultiCall + (Ralf Schlatterbeck) Fixed: @@ -66,7 +69,7 @@ (Pradip Caulagi) - [minor] Template responsive: make demo.py work out of the box with it, by setting the static_files config.ini setting to "static". - Footer: link fixed and hardcoded last modfied date removed. (Bernhard Reiter) + Footer: link fixed and hardcoded last modified date removed. (Bernhard Reiter) - demo.py print location of tracker home and fully erase its directory when nuking (anatoly techtonik) - demo.py changing hostname in config.ini actually changes the address
