Clarify enry in checkin_notes

svn path=/trunk/boinc/; revision=16934
This commit is contained in:
Charlie Fenton 2009-01-16 07:16:46 +00:00
parent 7add4ca0d8
commit 154a7df93d
1 changed files with 2 additions and 1 deletions

View File

@ -455,7 +455,8 @@ Charlie Jan 15 2009
- 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
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
to Dock, especially if window was closed using Dock menu.
- Mac: Fix XCode project for boinc_cmd.cpp moved to client/ from lib/.