summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohan Dahlin <johan@async.com.br>2008-12-08 16:29:33 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-12-08 16:29:33 +0000
commitd05de46ddec10d4b7f9968320d2cb5f54d14d2f4 (patch)
tree92bcd7013972925ef7dfeef5e422e13dc7b03e36 /ChangeLog
parent645cc555cce7b6c1252e19f70d5083f30b40c03e (diff)
downloadgobject-introspection-d05de46ddec10d4b7f9968320d2cb5f54d14d2f4.tar.gz
Dump the cache file to a temporary file and rename it the expected
2008-12-08 Johan Dahlin <johan@async.com.br> * giscanner/cachestore.py (CacheStore.store): Dump the cache file to a temporary file and rename it the expected filename only when it's completely written. This should make the cache more roboust when run in parallel, and hopefully avoid triggering bugs in Python. svn path=/trunk/; revision=985
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b5d6ba3c..ba52604a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-12-08 Johan Dahlin <johan@async.com.br>
+
+ * giscanner/cachestore.py (CacheStore.store): Dump the cache
+ file to a temporary file and rename it the expected filename
+ only when it's completely written.
+ This should make the cache more roboust when run in parallel,
+ and hopefully avoid triggering bugs in Python.
+
2008-12-03 Christophe Fergeau <teuf@gnome.org>
Bug 562971 – g-ir-scanner failure on libgpod headers