*** empty log message ***

svn path=/trunk/boinc/; revision=9370
This commit is contained in:
Charlie Fenton 2006-02-01 02:08:53 +00:00
parent fa5f5e96a6
commit 7fe105ebd6
3 changed files with 11 additions and 7 deletions

View File

@ -1200,14 +1200,18 @@ Charlie 31 Jan 2006
Fix buildWxMac.sh script to fix wxRegEx problems.
Fix bug so a new default item is selected when the old selected item
is deleted within a single selection list control.
Update release scripts for separate ppc_Deployment build directory.
(Tagged changed files for boinc_core_release_5_3_16.)
clientgui/
BOINCBaseView.cpp
mac_build/
buildWxMac.sh
boinc.xcodeproj/
project.pbxproj
mac_installer/
release_boinc.sh
release_GridRepublic.sh
Rom 31 Jan 2006
- Bug Fix: If the wizard is configured for usernames, do not use the email

View File

@ -1,7 +1,7 @@
#!/bin/csh
##
# Release Script for Macintosh BOINC Manager 1/23/06 by Charlie Fenton
# Release Script for Macintosh BOINC Manager 1/31/06 by Charlie Fenton
##
## Usage:
@ -48,8 +48,8 @@ if [ "$4" = "-dev" ]; then
BUILDPATH="mac_build/build"
fi
else
if [ -d mac_build/build/Deployment/ ]; then
BUILDPATH="mac_build/build/Deployment"
if [ -d mac_build/build/ppc_Deployment/ ]; then
BUILDPATH="mac_build/build/ppc_Deployment"
else
BUILDPATH="mac_build/build"
fi

View File

@ -1,7 +1,7 @@
#!/bin/csh
##
# Release Script for Macintosh BOINC Manager 1/23/06 by Charlie Fenton
# Release Script for Macintosh BOINC Manager 1/31/06 by Charlie Fenton
##
## Usage:
@ -36,8 +36,8 @@ if [ "$4" = "-dev" ]; then
BUILDPATH="mac_build/build"
fi
else
if [ -d mac_build/build/Deployment/ ]; then
BUILDPATH="mac_build/build/Deployment"
if [ -d mac_build/build/ppc_Deployment/ ]; then
BUILDPATH="mac_build/build/ppc_Deployment"
else
BUILDPATH="mac_build/build"
fi