diff --git a/External/Pearl b/External/Pearl index b0271de7..611f618e 160000 --- a/External/Pearl +++ b/External/Pearl @@ -1 +1 @@ -Subproject commit b0271de7eb8fc9b6bb3e83fa8872b440171191d9 +Subproject commit 611f618ed295f37753992d7c7a664ec9e042a79f diff --git a/TestFlight/TestFlight.h b/TestFlight/TestFlight.h index 6b23af51..0b6a92d3 100644 --- a/TestFlight/TestFlight.h +++ b/TestFlight/TestFlight.h @@ -6,7 +6,7 @@ // Copyright 2011 TestFlight. All rights reserved. #import -#define TESTFLIGHT_SDK_VERSION @"1.1" +#define TESTFLIGHT_SDK_VERSION @"1.2beta2" #undef TFLog #if __cplusplus diff --git a/TestFlight/libTestFlight.a b/TestFlight/libTestFlight.a index d1dc007b..cc58ef15 100644 Binary files a/TestFlight/libTestFlight.a and b/TestFlight/libTestFlight.a differ diff --git a/TestFlight/release_notes.md b/TestFlight/release_notes.md index 56914d95..f8d8aaf9 100644 --- a/TestFlight/release_notes.md +++ b/TestFlight/release_notes.md @@ -1,3 +1,12 @@ +##1.2 BETA 2 - October 9, 2012 + +* Resolved an instance of close_file being called on a bad file descriptor + +##1.2 BETA 1 - October 1, 2012 + +* Removed support for armv6 +* Exception handler now returns instead of raising a SIGTRAP + ##1.1 - September 13, 2012 * armv7s and iOS 6 support