mirror of https://github.com/BOINC/boinc.git
Clarify enry in checkin_notes
svn path=/trunk/boinc/; revision=16934
This commit is contained in:
parent
7add4ca0d8
commit
154a7df93d
|
@ -455,7 +455,8 @@ Charlie Jan 15 2009
|
||||||
- client: boinc_copy ownership fix of 1/6/09 didn't work because it used
|
- client: boinc_copy ownership fix of 1/6/09 didn't work because it used
|
||||||
system(cp ...) call, which invokes a shell, and POSIX specifies that
|
system(cp ...) call, which invokes a shell, and POSIX specifies that
|
||||||
shells run from an application use the real UID and GID not the
|
shells run from an application use the real UID and GID not the
|
||||||
effective UID and GID. Changed boinc_copy to copy file directly.
|
effective UID and GID. Under Mac Sandbox security, we need to use
|
||||||
|
the effective UID and GID. Changed boinc_copy to copy file directly.
|
||||||
- MGR: On Mac, fix problems showing Manager window when it was minimized
|
- MGR: On Mac, fix problems showing Manager window when it was minimized
|
||||||
to Dock, especially if window was closed using Dock menu.
|
to Dock, especially if window was closed using Dock menu.
|
||||||
- Mac: Fix XCode project for boinc_cmd.cpp moved to client/ from lib/.
|
- Mac: Fix XCode project for boinc_cmd.cpp moved to client/ from lib/.
|
||||||
|
|
Loading…
Reference in New Issue