Sun Feb 19 17:42:23 UTC 2006 Alberto Bertogli <albertogli@telpin.com.ar>
* Change cache file permissions 600.
Change cache file permissions to 600. This should work on Windows too because
the bits are ignored, according to python's documentation.
hunk ./darcsweb.cgi 470
+ os.chmod(fname, stat.S_IRUSR | stat.S_IWUSR)