aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--GTM.xcodeproj/project.pbxproj2
-rw-r--r--ReleaseNotes.txt9
2 files changed, 9 insertions, 2 deletions
diff --git a/GTM.xcodeproj/project.pbxproj b/GTM.xcodeproj/project.pbxproj
index 824ef32..bc8b288 100644
--- a/GTM.xcodeproj/project.pbxproj
+++ b/GTM.xcodeproj/project.pbxproj
@@ -1487,7 +1487,7 @@
GCC_PREFIX_HEADER = GTM_Prefix.pch;
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
- "$(SRCROOT)/TigerGcov",
+ "\"$(SRCROOT)/TigerGcov\"",
);
OTHER_LDFLAGS = "-lgcov";
};
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index fba80a8..d730a07 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -3,6 +3,12 @@ Google Toolbox for Mac Release Notes
Project site: http://code.google.com/p/google-toolbox-for-mac/
Discussion group: http://groups.google.com/group/google-toolbox-for-mac
+Release 1.5.1
+Changes since 1.5.0
+16-June-2008
+
+- Fixed building tiger gcov w/ a directory path that contains a space.
+
Release 1.5.0
Changes since 1.0.0
@@ -125,7 +131,8 @@ Changes since 1.0.0
- Extracted GTMIPhoneUnitTestDelegate from GTMIPhoneUnitTestMain.m to its own
file. Tests can now be run from another application.
-
+
+
Release 1.0.0
14-January-2008