dbus ChangeLog,1.1169,1.1170
Thiago J. Macieira
thiago at kemper.freedesktop.org
Tue Oct 24 13:25:03 PDT 2006
- Previous message: dbus/dbus dbus-memory.c,1.28,1.29 dbus-threads.c,1.32,1.33
- Next message: dbus/dbus dbus-sysdeps.h, 1.63, 1.64 dbus-sysdeps-unix.c, 1.13,
1.14 dbus-internals.c, 1.53, 1.54
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/dbus/dbus
In directory kemper:/tmp/cvs-serv28940
Modified Files:
ChangeLog
Log Message:
* dbus/dbus-sysdeps.h:
* dbus/dbus-sysdeps-unix.c: Add function
_dbus_make_file_world_readable that chmods a file to 0644.
* dbus/dbus-sysdeps-unix.c (_dbus_get_autolaunch_address):
Avoid writing to the static "argv" array, thereby avoiding a
COW on the child process.
* dbus/dbus-internals.c (_dbus_create_uuid_file_exclusively):
call _dbus_make_file_world_readable on the created file.
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.1169
retrieving revision 1.1170
diff -u -d -r1.1169 -r1.1170
--- ChangeLog 23 Oct 2006 17:25:52 -0000 1.1169
+++ ChangeLog 24 Oct 2006 20:25:00 -0000 1.1170
@@ -1,3 +1,16 @@
+2006-10-24 Thiago Macieira <thiago at kde.org>
+
+ * dbus/dbus-sysdeps.h:
+ * dbus/dbus-sysdeps-unix.c: Add function
+ _dbus_make_file_world_readable that chmods a file to 0644.
+
+ * dbus/dbus-sysdeps-unix.c (_dbus_get_autolaunch_address):
+ Avoid writing to the static "argv" array, thereby avoiding a
+ COW on the child process.
+
+ * dbus/dbus-internals.c (_dbus_create_uuid_file_exclusively):
+ call _dbus_make_file_world_readable on the created file.
+
2006-10-23 David Zeuthen <davidz at redhat.com>
* dbus/dbus-memory.c: Use atomic variable to protect
- Previous message: dbus/dbus dbus-memory.c,1.28,1.29 dbus-threads.c,1.32,1.33
- Next message: dbus/dbus dbus-sysdeps.h, 1.63, 1.64 dbus-sysdeps-unix.c, 1.13,
1.14 dbus-internals.c, 1.53, 1.54
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dbus-commit
mailing list