summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2009-01-05 10:08:00 +0000
committerTor Lillqvist <tml@src.gnome.org>2009-01-05 10:08:00 +0000
commit48e6a374bce99a96628d34b15a87fdf60e21a8d6 (patch)
tree5d08e98d3b0a4008ea4fb11980e50f2171a6ab48 /ChangeLog
parent481559a031db00b32d2ac65277e50eafd9923b05 (diff)
downloadglib-48e6a374bce99a96628d34b15a87fdf60e21a8d6.tar.gz
Bug 566348 - g_file_open_tmp uses the wrong g_mkstemp on win32
2009-01-05 Tor Lillqvist <tml@iki.fi> Bug 566348 - g_file_open_tmp uses the wrong g_mkstemp on win32 * glib/gfileutils.c: Move the binary compatibility versions of g_file_test(), g_file_get_contents(), g_mkstemp() and g_file_open_tmp() last in the file. Remove the restriction that the XXXXXX is last in the template in the binary compatibility version of g_mkstemp(). Thanks to Morten Welinder and Jody Goldberg. svn path=/trunk/; revision=7770
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d283e545e..a461c9a24 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2009-01-05 Tor Lillqvist <tml@iki.fi>
+
+ Bug 566348 - g_file_open_tmp uses the wrong g_mkstemp on win32
+
+ * glib/gfileutils.c: Move the binary compatibility versions of
+ g_file_test(), g_file_get_contents(), g_mkstemp() and
+ g_file_open_tmp() last in the file. Remove the restriction that
+ the XXXXXX is last in the template in the binary compatibility
+ version of g_mkstemp(). Thanks to Morten Welinder and Jody
+ Goldberg.
+
2009-01-03 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates