summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2009-03-02 23:06:10 +0000
committerBastien Nocera <hadess@src.gnome.org>2009-03-02 23:06:10 +0000
commitf1a29fc6dcbff9f7a1a21e5202afb21114a8bb59 (patch)
tree6047b2a532e6d89e39cdc9df4dfd428586cbedb9 /ChangeLog
parenta84019b447b060c9ec61611b95404cb82c54748b (diff)
downloadgnome-control-center-f1a29fc6dcbff9f7a1a21e5202afb21114a8bb59.tar.gz
Stop the font thumbnailer eating all the CPU, and limit the resources to
2009-03-02 Bastien Nocera <hadess@hadess.net> * font-viewer/Makefile.am: * font-viewer/font-thumbnailer.c (main): * font-viewer/totem-resources.c (set_resource_limits), (time_monitor), (totem_resources_monitor_start), (totem_resources_monitor_stop): * font-viewer/totem-resources.h: Stop the font thumbnailer eating all the CPU, and limit the resources to 30 seconds and 256MB of RAM, which should be plenty (Closes: #573795) svn path=/trunk/; revision=9306
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d05cbe55b..965d0965f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2009-03-02 Bastien Nocera <hadess@hadess.net>
+
+ * font-viewer/Makefile.am:
+ * font-viewer/font-thumbnailer.c (main):
+ * font-viewer/totem-resources.c (set_resource_limits),
+ (time_monitor), (totem_resources_monitor_start),
+ (totem_resources_monitor_stop):
+ * font-viewer/totem-resources.h: Stop the font thumbnailer
+ eating all the CPU, and limit the resources to 30 seconds
+ and 256MB of RAM, which should be plenty (Closes: #573795)
+
==================== 2.25.92 ====================
2009-03-02 Jens Granseuer <jensgr@gmx.net>