X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2FChangeLog;h=65c5273b1dfa79292d79636888ee061a61261b3c;hb=2a2b11b1bb6c702d6b2ef1c37524a57688a94a4e;hp=a1736f6024a50e4a70bde45084b5d4475249d0ad;hpb=1d1fba442fd7e605288fe92809c59d58b0b8f186;p=platform%2Fupstream%2Fglib.git diff --git a/gio/ChangeLog b/gio/ChangeLog index a1736f6..65c5273 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,17 @@ +=== 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 + + 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 Bug 575708 - runaway inotify madness ...