Updated Branches:
  refs/heads/master ba63ae2eb -> 132fd93cd

Updated RELEASENOTES.md for 2.1.0


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/commit/132fd93c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/132fd93c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/diff/132fd93c

Branch: refs/heads/master
Commit: 132fd93cdf92cf52221d1a61343e04440c2c1452
Parents: ba63ae2
Author: Shazron Abdullah <shaz...@apache.org>
Authored: Tue Sep 11 22:42:10 2012 -0700
Committer: Shazron Abdullah <shaz...@apache.org>
Committed: Tue Sep 11 22:42:10 2012 -0700

----------------------------------------------------------------------
 RELEASENOTES.md |   27 +++++++++++++++------------
 1 files changed, 15 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/132fd93c/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index a42542b..07a2057 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -22,17 +22,7 @@
   
 Cordova is a static library that enables developers to include the Cordova API 
in their iOS application projects easily, and also create new Cordova-based iOS 
application projects through the command-line.
 
-### 2.1.0rc2 (20120831) ###
-
-* [CB-1296] Update .js with fix for broken bridge on 4.2
-* [CB-1315] Setting the view controller's view size in viewWillAppear, use 
rootViewController
-* [CB-1182] Fixing IOS6 screen orientation/rotation without breaking ios5.1 or 
xcode 4.4 build.
-* [CB-1258] Add documentation for the new logic to toggle between different 
exec() techniques on iOS.
-* Fixed headers for CDVDebugView
-
-<br />
-
-### 2.1.0rc1 (20120824) ###
+### 2.1.0 (20120913) ###
 
 * [CB-45] Add support for full urls in white-list, extract hostname
 * [CB-274] iOS Cordova Template Project is not compilable with default Apple's 
ARC compiler 3.0
@@ -47,21 +37,33 @@ Cordova is a static library that enables developers to 
include the Cordova API i
 * [CB-1091] Added check for if xcode is running, and throw error if it is.
 * [CB-1105] Add JSONKit doc issue for iOS Plugin Upgrade Guide
 * [CB-1106] Deprecate old plugin signature
+* [CB-1122] Diagnostic tool for Cordova iOS Xcode projects
+* [CB-1124] "create" script (and possibly others) provided in bin directory do 
not escape arguments
 * [CB-1136] symlink to bin/create script fails
 * [CB-1137] emulate and log script failure when launched from external working 
directory
 * [CB-1138] Default logging level for file access should not log file contents.
 * [CB-1149] hello-world sample web app is missing lib folder, in a newly 
created app
-* [CB-1124] "create" script (and possibly others) provided in bin directory do 
not escape arguments
 * [CB-1164] Fix warnings and analyzer issues reported with the newer LLVM in 
Xcode 4.4
 * [CB-1166] Remove dependency on VERSION file
 * [CB-1173] Clean up default project template
+* [CB-1182] Fixing IOS6 screen orientation/rotation without breaking ios5.1 or 
xcode 4.4 build.
+iOS.
 * [CB-1186] Update README.md, FirstRun.md for new install method
 * [CB-1187] Move the Objective-C unit-tests out of CordovaLib.xcodeproj, into 
its own .xcodeproj
 * [CB-1188] Update Plugin Upgrade Guide for new iOS plugin signature (old one 
still supported, but deprecated)
 * [CB-1190] Crash when contacts are edited (mass edit)
 * [CB-1192] Update template to set GCC_THUMB_SUPPORT=NO in Build Settings
+* [CB-1204] CDVViewController-loaded view doesn't respect applicationFrame
 * [CB-1209] CDVViewController.supportedOrientations not set in a timely fashion
 * [CB-1223] CORDOVALIB Xcode variable - allow this to be read in from 
xcodebuild cli
+* [CB-1237] CDVDebugWebView no longer works since the ARC changes.
+* [CB-1258] Add documentation for the new logic to toggle between different 
exec() techniques on 
+* [CB-1296] Update .js with fix for broken bridge on 4.2
+* [CB-1315] Setting the view controller's view size in viewWillAppear, use 
rootViewController
+* [CB-1385] Fix executing legacy plugins when callbackId is null.
+* [CB-1380] Fix data URIlgith from being blocked
+* [CB-1384] Online .wav files cannot be played, but ones local to www can
+* [CB-1402] Media API - wrong JavaScript callback is called for onStatus (typo)
 * [GH-PR 34] Refactor chooseContact() to retrieve contact information instead 
of just a contactId.
 * [GH-PR 35] Enhances iOS FileTransfer's support for upload headers
 * Change default wire format of exec handler (was iframe, now xhr) see 
[CB-593].
@@ -72,6 +74,7 @@ Cordova is a static library that enables developers to 
include the Cordova API i
 * Support JS->Native messages via an XHR & URL Protocol see [CB-593]
 * Refactor peoplePickerNavigationControllerDidCancel, always return 
dictionnary with id kABRecordInvalidID.
 * Deployment target for CordovaLib was not updated to 4.2 (we changed it in 
the template, but not the lib)
+* Fixed null dereference in FileTransfer upload when URL is invalid.
 
 <br />
 

Reply via email to