X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2FChangeLog;h=65c5273b1dfa79292d79636888ee061a61261b3c;hb=7fd6f07d498063470903a886b4805a13bd333908;hp=1417f65dd12d3696d4f4ac2093868cb1fe81dbee;hpb=70a276eca32744525f06edc09e77aed07276abca;p=platform%2Fupstream%2Fglib.git diff --git a/gio/ChangeLog b/gio/ChangeLog index 1417f65..65c5273 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,45 @@ +=== 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 ... + + * 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 + + * glocalfileinputstream.c: + * glocalfileoutputstream.c: + fix attributes argument of query_info methods to + be "const char *". + +2009-03-16 Alexander Larsson + + Bug 575555 – Use fsync() when replacing files to avoid data loss on crash + + * glocalfileoutputstream.c: + (g_local_file_output_stream_close): + (_g_local_file_output_stream_replace): + fsync temp file before closing if replacing target file + +2009-03-13 Matthias Clasen + + * === Released 2.20.0 === + 2009-03-04 Alexander Larsson Bug 573843 – g_get_current_dir returns non-absolute path