From 738371fd4aedddedfe086cf80bb1f64c6dc26a77 Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Fri, 13 Sep 2013 23:59:32 +0200 Subject: [PATCH] sync --- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS b/NEWS index e517d320..77fd00df 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ += RubyMotion 2.9 = + + * Work around what is very likely a bug in the App Store verification + process which would reject RubyMotion apps based on the fact that certain + __builtin__xxx_chk() functions of the C runtime are marked as private API. + These functions are called by the compiler in certain scenarios in order + to detect overflows. So far we know Apple rejects __strlcpy_chk() and + __strlcat_chk() calls, so we removed them from the RubyMotion runtime. + = RubyMotion 2.8 = * Added support for iOS 7.0 GM and Xcode 5.0 GM.