aboutsummaryrefslogtreecommitdiff
path: root/ReleaseNotes.txt
diff options
context:
space:
mode:
authorGravatar thomasvl@gmail.com <thomasvl@gmail.com@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2009-01-22 21:37:19 +0000
committerGravatar thomasvl@gmail.com <thomasvl@gmail.com@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2009-01-22 21:37:19 +0000
commitba7d45cf8c3b1938a51a9b3580919c61bf750f9d (patch)
treecf058378356511d3615e921e35b481c72019f902 /ReleaseNotes.txt
parent4fd103b5de98d2f469b982677ea389e7ee7d64b3 (diff)
Fixing a like Avi found w/ our use of CFRunLoop from some kqueue code.
Diffstat (limited to 'ReleaseNotes.txt')
-rw-r--r--ReleaseNotes.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index b592a31..993c885 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -12,7 +12,8 @@ Changes since 1.5.1
- Added GTMSignalHandler for simple signal handling (via kqueue/runloop). This
has gotten an api tweak, so some code that started using it will need
- updating.
+ updating. Initial landing had a bug where it could leak memory due to
+ how CFRunLoops work, now fixed.
- Fixed up GTMIPhoneUnitTestDelegate to be pickier about which tests it runs
@@ -193,7 +194,8 @@ Changes since 1.5.1
issues that were interfering with unittests.
- Added GTMFileSystemKQueue. It provides a simple wrapper for kqueuing
- something in the file system and tracking changes to it.
+ something in the file system and tracking changes to it. Initial landing
+ had a bug where it could leak memory due to how CFRunLoops work, now fixed.
- RunIPhoneUnitTest.sh now cleans up the user home directory and creates
a documents directory within it, used when requesting a NSDocumentDirectory.