aboutsummaryrefslogtreecommitdiff
path: root/ReleaseNotes.txt
diff options
context:
space:
mode:
authorGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2009-03-27 17:15:24 +0000
committerGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2009-03-27 17:15:24 +0000
commite3c268753ab7a8cf62bdf66d64d86707a850a933 (patch)
tree24c0380f59a0ec0d5f9999e53ea634c0b1b974c1 /ReleaseNotes.txt
parent6545da262e160fc959e1fe869c517daeff1e184e (diff)
[Author: dmaclach]
Change build script so that it removes all of the gcda files for the current config project wide, which in general is what people will want. Added unit testing to GTMHotKeyTextField. From about 6% up to 90%. DELTA=10 (3 added, 0 deleted, 7 changed) R=thomasvl
Diffstat (limited to 'ReleaseNotes.txt')
-rw-r--r--ReleaseNotes.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index 92dbdba..2c6fd75 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -258,9 +258,9 @@ Changes since 1.5.1
- Added GTMTheme for doing product wide theme modifications.
-- The Run*UnitTest.sh script now support an env var to have them delete the
- current target/configs *.gcda files to avoid coverage data warning when you
- edit source.
+- The Run*UnitTest.sh script now delete the current projects *.gcda files to
+ avoid coverage data warning when you edit source. If you do not want this to
+ occur, you can set GTM_DO_NOT_REMOVE_GCOV_DATA to a non-zero value.
- Added OBJC_DEBUG_UNLOAD=YES, and OBJC_DEBUG_NIL_SYNC=YES to our unittest shell
scripts to try and flush out some more bugs. We have intentionally NOT turned