cleanup
[platform/upstream/glib.git] / gio / ChangeLog
index 76a873c..65c5273 100644 (file)
@@ -1,3 +1,25 @@
+=== ChangeLog discontinued ===
+
+       With the move to git, GLib is switching from a ChangeLog file
+       to relying on commit messages to provide change history. Please
+       see README.commits for guidance on the expected message format.
+
+2009-03-26  Carlos Garnacho  <carlosg@gnome.org>
+
+       Bug 575270 – GVolumeMonitor::mount-pre-unmount not being emitted
+
+       * gunixmount.c (eject_unmount_cb) (eject_unmount_do_cb)
+       (eject_unmount_do): Emit ::mount-pre-unmount and wait 500msec before
+       actually trying to unmount.
+
+2009-03-17  Colin Walters  <walters@redhat.com>
+
+       Bug 575708 - runaway inotify madness ...
+
+       * gfilemonitor.c: Queue up events in a local list and
+       fire one idle, instead of queuing lots of individual
+       idles which has bad performance behavior.
+
 2009-03-17  Alexander Larsson  <alexl@redhat.com>
 
         * glocalfileinputstream.c: