diff options
author | Soeren Sandmann <sandmann@redhat.com> | 2005-04-17 00:16:51 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@src.gnome.org> | 2005-04-17 00:16:51 +0000 |
commit | da536e7e42eadff302b4da013d256bc89e2dfebe (patch) | |
tree | befe620e5fb132f3e46c7c00f3c876cc9b3e82e2 /ChangeLog.pre-2-8 | |
parent | 88c866246a5f8fcbec1638693be3d782a463d1ae (diff) | |
download | glib-da536e7e42eadff302b4da013d256bc89e2dfebe.tar.gz |
Save the errno in various places
Sat Apr 16 20:15:44 2005 Soeren Sandmann <sandmann@redhat.com>
* glib/gfileutils.c (g_file_replace): Save the errno in various
places
* glib/gfileutils.c (set_umask_permissions): Fork a child and do
chmod() to the umask() permissions there.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index a69d097c2..610b1f99a 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,11 @@ +Sat Apr 16 20:15:44 2005 Soeren Sandmann <sandmann@redhat.com> + + * glib/gfileutils.c (g_file_replace): Save the errno in various + places + + * glib/gfileutils.c (set_umask_permissions): Fork a child and do + chmod() to the umask() permissions there. + 2005-04-10 Matthias Clasen <mclasen@redhat.com> * glib/gmessages.h (g_debug): Use G_LOG_LEVEL_DEBUG in |