Updated Branches: refs/heads/master 60eb7f1f1 -> d7ecb8edf
Updated VERSION to 2.6.0 Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/d7ecb8ed Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/d7ecb8ed Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/d7ecb8ed Branch: refs/heads/master Commit: d7ecb8edf6f7985abe4e6e80357302e3dbb68db1 Parents: 60eb7f1 Author: Shazron Abdullah <[email protected]> Authored: Thu Apr 4 10:18:14 2013 -0700 Committer: Shazron Abdullah <[email protected]> Committed: Thu Apr 4 10:18:14 2013 -0700 ---------------------------------------------------------------------- CordovaLib/VERSION | 2 +- RELEASENOTES.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/d7ecb8ed/CordovaLib/VERSION ---------------------------------------------------------------------- diff --git a/CordovaLib/VERSION b/CordovaLib/VERSION index f47de85..e70b452 100644 --- a/CordovaLib/VERSION +++ b/CordovaLib/VERSION @@ -1 +1 @@ -2.6.0rc1 +2.6.0 http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/d7ecb8ed/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index e83c647..aa501b0 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -24,6 +24,10 @@ ### 2.6.0 (20130401) ### +* [CB-2732] Only set camera device when allowed. +* [CB-2848] ShowSplashScreenSpinner not used +* [CB-2790] added splice function to header writer: accepts jpeg as NSData, +* [CB-2790] removed old splice code, replaced with JpegHeaderWriter api call * [CB-1547] Scope notifications to WebViews * [CB-2461] Distinguish sub-frame from top-level loads in InAppBrowser. * [CB-2523] Add setting to shrink webview when keyboard pops up
