You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2013/12/18 01:56:28 UTC

svn commit: r1551791 [2/2] - in /cordova/site: public/ public/announcements/2013/11/22/ public/announcements/2013/12/ public/announcements/2013/12/16/ public/blog/ public/blog/releases/2013/11/06/ public/news/2013/12/04/ www/ www/_posts/

Modified: cordova/site/public/rss.xml
URL: http://svn.apache.org/viewvc/cordova/site/public/rss.xml?rev=1551791&r1=1551790&r2=1551791&view=diff
==============================================================================
--- cordova/site/public/rss.xml (original)
+++ cordova/site/public/rss.xml Wed Dec 18 00:56:28 2013
@@ -5,8 +5,8 @@
         <description>Apache Cordova - Apache Cordova is a set of device APIs that allow a web mobile app developer to access native device function from JavaScript.</description>
         <atom:link href="http://cordova.apache.org/rss.xml" rel="self" type="application/rss+xml" />
         <link>http://cordova.apache.org/rss.xml</link>
-        <lastBuildDate>Fri, 13 Dec 2013 11:06:50 -0800</lastBuildDate>
-        <pubDate>Fri, 13 Dec 2013 11:06:50 -0800</pubDate>
+        <lastBuildDate>Wed, 18 Dec 2013 00:54:15 +0000</lastBuildDate>
+        <pubDate>Wed, 18 Dec 2013 00:54:15 +0000</pubDate>
         <ttl>1800</ttl>
         <image>
             <url>http://cordova.apache.org</url>
@@ -19,6 +19,176 @@
 
 
         <item>
+                <title>Apache Cordova 3.3.0</title>
+                <description>
+&lt;p&gt;On Friday, &lt;code&gt;Cordova 3.3&lt;/code&gt; went live on npm. Woohoo!&lt;/p&gt;
+
+&lt;p&gt;This release brings with it initial support for &lt;a href=&quot;http://cordova.apache.org/docs/en/3.3.0/guide_platforms_ubuntu_index.md.html&quot;&gt;Ubuntu Touch&lt;/a&gt; as well as &lt;a href=&quot;http://cordova.apache.org/docs/en/3.3.0/guide_platforms_amazonfireos_index.md.html&quot;&gt;Amazon Fire OS&lt;/a&gt;!&lt;/p&gt;
+
+&lt;p&gt;To upgrade: (replace &lt;code&gt;android&lt;/code&gt; with the platform you want to update):&lt;/p&gt;
+
+&lt;pre&gt;&lt;code&gt;npm install -g cordova
+cd my_project
+cordova platform update android&lt;/code&gt;&lt;/pre&gt;
+
+&lt;p&gt;For non-CLI projects or for pre-3.0 projects, refer to the &lt;a href=&quot;http://cordova.apache.org/docs/en/3.3.0/guide_platforms_index.md.html&quot;&gt;upgrade guides&lt;/a&gt;.&lt;/p&gt;
+&lt;!--more--&gt;
+&lt;h2 id=&quot;whats_new_in_android&quot;&gt;What’s new in Android&lt;/h2&gt;
+
+&lt;p&gt;41 commits from 11 authors. Highlights include:&lt;/p&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5481&quot;&gt;CB-5481&lt;/a&gt; Fix for Cordova trying to get config.xml from the wrong namespace&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5487&quot;&gt;CB-5487&lt;/a&gt; Enable Remote Debugging when your Android app is debuggable.&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5445&quot;&gt;CB-5445&lt;/a&gt; Adding onScrollChanged and the ScrollEvent object&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5422&quot;&gt;CB-5422&lt;/a&gt; Don’t require JAVA_HOME to be defined&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5490&quot;&gt;CB-5490&lt;/a&gt; Add javadoc target to ant script&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5471&quot;&gt;CB-5471&lt;/a&gt; Deprecated DroidGap class&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5255&quot;&gt;CB-5255&lt;/a&gt; Prefer Google API targets over android-## targets when building.&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5232&quot;&gt;CB-5232&lt;/a&gt; Change create script to use Cordova as a Library Project instead of a .jar&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5302&quot;&gt;CB-5302&lt;/a&gt; Massive movement to get tests working again&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4996&quot;&gt;CB-4996&lt;/a&gt; Fix paths with spaces while launching on emulator and device&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5209&quot;&gt;CB-5209&lt;/a&gt; Cannot build Android app if project path contains spaces&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h2 id=&quot;whats_new_in_ios&quot;&gt;What’s new in iOS&lt;/h2&gt;
+
+&lt;ul&gt;
+&lt;li&gt;No significant Changes&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h2 id=&quot;whats_new_in_windows_phone_7__8&quot;&gt;What’s new in Windows Phone 7 &amp;amp; 8&lt;/h2&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5360&quot;&gt;CB-5360&lt;/a&gt; Removed Compiler warnings&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4538&quot;&gt;CB-4538&lt;/a&gt; Copy check_reqs scripts in create script&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4103&quot;&gt;CB-4103&lt;/a&gt; Make config parameter checks case-insensitive WP7+WP8&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-2347&quot;&gt;CB-2347&lt;/a&gt; Add support for config.xml preference: ‘fullscreen’&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5203&quot;&gt;CB-5203&lt;/a&gt; Using XmlHTTPRequest.open on WP8 raises a TypeError&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5435&quot;&gt;CB-5435&lt;/a&gt; Handle missing preferences gracefully ( config.xml )&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5354&quot;&gt;CB-5354&lt;/a&gt; Networking becomes a required permission so that XHR can work&lt;/li&gt;
+
+&lt;li&gt;disable Idle detection when debugging for wp7+wp8&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;&lt;strong&gt;Windows Phone 7 is now deprecated!&lt;/strong&gt; Consider upgrading your projects to Windows Phone 8 as we will be dropping support completely in version 3.7.0 Read the retrospective here: &lt;a href=&quot;http://www.risingj.com/archives/585&quot;&gt;http://www.risingj.com/archives/585&lt;/a&gt;&lt;/p&gt;
+
+&lt;h2 id=&quot;whats_new_in_windows_8&quot;&gt;What’s new in Windows 8&lt;/h2&gt;
+
+&lt;ul&gt;
+&lt;li&gt;No significant Changes&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h2 id=&quot;whats_new_in_blackberry_10&quot;&gt;What’s new in BlackBerry 10&lt;/h2&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5434&quot;&gt;CB-5434&lt;/a&gt; Windows: Always use USERPROFILE for home directory&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5443&quot;&gt;CB-5443&lt;/a&gt; Windows: Handle installed 64 bit Java&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5468&quot;&gt;CB-5468&lt;/a&gt; Improve config.xml encoding handling&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5509&quot;&gt;CB-5509&lt;/a&gt; Remove ability to set default target (since device detection is now used)&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5510&quot;&gt;CB-5510&lt;/a&gt; Update response codes for plugin success/fail&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5413&quot;&gt;CB-5413&lt;/a&gt; Device detection - iterate through all 169.254.x networks&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5317&quot;&gt;CB-5317&lt;/a&gt; Move signing warn logic to build/run scripts&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5258&quot;&gt;CB-5258&lt;/a&gt; Use exit library for process.exit&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h2 id=&quot;whats_new_in_firefoxos&quot;&gt;What’s new in FirefoxOS&lt;/h2&gt;
+
+&lt;ul&gt;
+&lt;li&gt;No significant Changes&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h2 id=&quot;whats_new_in_cordovacli&quot;&gt;What’s new in Cordova-CLI&lt;/h2&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5347&quot;&gt;CB-5347&lt;/a&gt; Handle dangling platform symlink in cordova platform add&lt;/li&gt;
+
+&lt;li&gt;Added deprecation notice about wp7&lt;/li&gt;
+
+&lt;li&gt;Updated plugman version to 0.17.0
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5238&quot;&gt;CB-5238&lt;/a&gt; Adds support on iOS for &lt;code&gt;&amp;lt;framework src=&amp;quot;...&amp;quot; custom=&amp;quot;true&amp;quot; /&amp;gt;&lt;/code&gt;&lt;/li&gt;
+&lt;/ul&gt;
+&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5573&quot;&gt;CB-5573&lt;/a&gt; relies on stderr content and error codes to detect a problem with xcode installation.&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4382&quot;&gt;CB-4382&lt;/a&gt; Pass cli arguments to project-level hooks&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5362&quot;&gt;CB-5362&lt;/a&gt; blackberry parser: support local cordova-blackberry&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5345&quot;&gt;CB-5345&lt;/a&gt; Add pre_package event for windows8 parser.&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h2 id=&quot;plugin_versions_tested_with_this_release&quot;&gt;Plugin versions tested with this release&lt;/h2&gt;
+
+&lt;ul&gt;
+&lt;li&gt;cordova-plugin-battery-status: 0.2.5&lt;/li&gt;
+
+&lt;li&gt;cordova-plugin-camera: 0.2.5&lt;/li&gt;
+
+&lt;li&gt;cordova-plugin-console: 0.2.5&lt;/li&gt;
+
+&lt;li&gt;cordova-plugin-contacts: 0.2.6&lt;/li&gt;
+
+&lt;li&gt;cordova-plugin-device: 0.2.5&lt;/li&gt;
+
+&lt;li&gt;cordova-plugin-device-motion: 0.2.4&lt;/li&gt;
+
+&lt;li&gt;cordova-plugin-device-orientation: 0.3.3&lt;/li&gt;
+
+&lt;li&gt;cordova-plugin-dialogs: 0.2.4&lt;/li&gt;
+
+&lt;li&gt;cordova-plugin-file: 0.2.5&lt;/li&gt;
+
+&lt;li&gt;cordova-plugin-file-transfer: 0.4.0&lt;/li&gt;
+
+&lt;li&gt;cordova-plugin-geolocation: 0.3.4&lt;/li&gt;
+
+&lt;li&gt;cordova-plugin-globalization: 0.2.4&lt;/li&gt;
+
+&lt;li&gt;cordova-plugin-inappbrowser: 0.2.5&lt;/li&gt;
+
+&lt;li&gt;cordova-plugin-media: 0.2.6&lt;/li&gt;
+
+&lt;li&gt;cordova-plugin-media-capture: 0.2.5&lt;/li&gt;
+
+&lt;li&gt;cordova-plugin-network-information: 0.2.5&lt;/li&gt;
+
+&lt;li&gt;cordova-plugin-splashscreen: 0.2.5&lt;/li&gt;
+
+&lt;li&gt;cordova-plugin-vibration: 0.3.5&lt;/li&gt;
+&lt;/ul&gt;
+</description>
+                <link>http://cordova.apache.org/announcements/2013/12/16/cordova-330.html</link>
+                <guid>http://cordova.apache.org/announcements/2013/12/16/cordova-330</guid>
+                <pubDate>Mon, 16 Dec 2013</pubDate>
+        </item>
+
+        <item>
                 <title>Apache Cordova 3.3.0 RC1</title>
                 <description>
 &lt;p&gt;The &lt;a href=&quot;http://cordova.apache.org/&quot;&gt;Apache Cordova&lt;/a&gt; team has just released the first release candidate for Cordova 3.3.0! We will be aiming to release the final version near the end of next week! Just in time for some holiday hacking!&lt;/p&gt;
@@ -63,15 +233,15 @@ cordova platform update android&lt;/code
 
 &lt;li&gt;Geolocation Plugin now supports Firefox OS&lt;/li&gt;
 
-&lt;li&gt;CB-3420 WP feature hidden=yes implemented for inappbrowser&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-3420&quot;&gt;CB-3420&lt;/a&gt; WP feature hidden=yes implemented for inappbrowser&lt;/li&gt;
 
-&lt;li&gt;CB-4724 WP8 - Fixed UriFormatException for inappbrowser&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4724&quot;&gt;CB-4724&lt;/a&gt; WP8 - Fixed UriFormatException for inappbrowser&lt;/li&gt;
 
-&lt;li&gt;CB-5291 iOS - Media Capture Audio - status bar issues under iOS 7&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5291&quot;&gt;CB-5291&lt;/a&gt; iOS - Media Capture Audio - status bar issues under iOS 7&lt;/li&gt;
 
-&lt;li&gt;CB-5275 Fixed media-capture’s ability to select images &amp;amp; videos on Android&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5275&quot;&gt;CB-5275&lt;/a&gt; Fixed media-capture’s ability to select images &amp;amp; videos on Android&lt;/li&gt;
 
-&lt;li&gt;CB-4747 Fixed BlackBerry background vibrate&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4747&quot;&gt;CB-4747&lt;/a&gt; Fixed BlackBerry background vibrate&lt;/li&gt;
 &lt;/ul&gt;
 
 &lt;p&gt;The plugins have been updated on our registry at &lt;a href=&quot;http://plugins.cordova.io/&quot;&gt;plugins.cordova.io&lt;/a&gt;.&lt;/p&gt;
@@ -110,21 +280,21 @@ cordova platform update android&lt;/code
 &lt;h2 id=&quot;whats_new_in_android&quot;&gt;What’s new in Android&lt;/h2&gt;
 
 &lt;ul&gt;
-&lt;li&gt;CB-5301 add missing license headers&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5301&quot;&gt;CB-5301&lt;/a&gt; add missing license headers&lt;/li&gt;
 
-&lt;li&gt;CB-5349: fixed regression in update script&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5349&quot;&gt;CB-5349&lt;/a&gt;: fixed regression in update script&lt;/li&gt;
 
-&lt;li&gt;CB-5193 Fix Android WebSQL sometime throwing SECURITY_ERR.&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5193&quot;&gt;CB-5193&lt;/a&gt; Fix Android WebSQL sometime throwing SECURITY_ERR.&lt;/li&gt;
 
-&lt;li&gt;CB-5191 Deprecate url-filter&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5191&quot;&gt;CB-5191&lt;/a&gt; Deprecate url-filter&lt;/li&gt;
 
-&lt;li&gt;CB-4872 - moved version script to promise model&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4872&quot;&gt;CB-4872&lt;/a&gt; - moved version script to promise model&lt;/li&gt;
 
-&lt;li&gt;CB-4872 - make sure to copy over version scripts to project&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4872&quot;&gt;CB-4872&lt;/a&gt; - make sure to copy over version scripts to project&lt;/li&gt;
 
-&lt;li&gt;[CB-4872] - added android version scripts&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4872&quot;&gt;CB-4872&lt;/a&gt; - added android version scripts&lt;/li&gt;
 
-&lt;li&gt;CB-5117: Output confirmation message if check_reqs passes.&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5117&quot;&gt;CB-5117&lt;/a&gt;: Output confirmation message if check_reqs passes.&lt;/li&gt;
 
 &lt;li&gt;Refactoring Android project-level and platform scripts to use Q.js&lt;/li&gt;
 
@@ -132,11 +302,11 @@ cordova platform update android&lt;/code
 
 &lt;li&gt;Remove cordova.xml fallback from Config.java (it was removed from PluginManager for 3.0)&lt;/li&gt;
 
-&lt;li&gt;CB-5080 Find resources in a way that works with aapt’s –rename-manifest-package&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5080&quot;&gt;CB-5080&lt;/a&gt; Find resources in a way that works with aapt’s –rename-manifest-package&lt;/li&gt;
 
-&lt;li&gt;CB-4961: shell.js returns the full path on ls, rebuilding the full path isn’t really needed&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4961&quot;&gt;CB-4961&lt;/a&gt;: shell.js returns the full path on ls, rebuilding the full path isn’t really needed&lt;/li&gt;
 
-&lt;li&gt;[CB-4892] Fix create script only escaping the first space instead of all spaces.&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4892&quot;&gt;CB-4892&lt;/a&gt; Fix create script only escaping the first space instead of all spaces.&lt;/li&gt;
 
 &lt;li&gt;Fix update script to clobber cordova.js file (missing -f)&lt;/li&gt;
 
@@ -146,29 +316,29 @@ cordova platform update android&lt;/code
 &lt;h2 id=&quot;whats_new_in_ios&quot;&gt;What’s new in iOS&lt;/h2&gt;
 
 &lt;ul&gt;
-&lt;li&gt;CB-5124 - Remove splashscreen config.xml values from iOS Configuration Docs, move to plugin docs&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5124&quot;&gt;CB-5124&lt;/a&gt; - Remove splashscreen config.xml values from iOS Configuration Docs, move to plugin docs&lt;/li&gt;
 
-&lt;li&gt;CB-5229 - cordova/emulate important improvements (stderr, check ios-sim before build)&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5229&quot;&gt;CB-5229&lt;/a&gt; - cordova/emulate important improvements (stderr, check ios-sim before build)&lt;/li&gt;
 
-&lt;li&gt;CB-5058 - CordovaLib xcode project gets assigned problematic Build Active Architecture Only settings.&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5058&quot;&gt;CB-5058&lt;/a&gt; - CordovaLib xcode project gets assigned problematic Build Active Architecture Only settings.&lt;/li&gt;
 
-&lt;li&gt;CB-5217 - cordova emulate ios doesn’t exit&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5217&quot;&gt;CB-5217&lt;/a&gt; - cordova emulate ios doesn’t exit&lt;/li&gt;
 
-&lt;li&gt;CB-4805 - Update cordova/run and cordova/lib/install-device to use latest ios-deploy for iOS 7&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4805&quot;&gt;CB-4805&lt;/a&gt; - Update cordova/run and cordova/lib/install-device to use latest ios-deploy for iOS 7&lt;/li&gt;
 
-&lt;li&gt;CB-5103 - Fix cordova/run: –emulate should be –emulator (fix CLI usage)&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5103&quot;&gt;CB-5103&lt;/a&gt; - Fix cordova/run: –emulate should be –emulator (fix CLI usage)&lt;/li&gt;
 
-&lt;li&gt;CB-4872 - added iOS sdk version scripts&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4872&quot;&gt;CB-4872&lt;/a&gt; - added iOS sdk version scripts&lt;/li&gt;
 
-&lt;li&gt;CB-5099 - Add missing icons especially iOS 7 120x120 icon to default template&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5099&quot;&gt;CB-5099&lt;/a&gt; - Add missing icons especially iOS 7 120x120 icon to default template&lt;/li&gt;
 
-&lt;li&gt;CB-5037 - Fix bridge sometimes not resetting properly during page transitions&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5037&quot;&gt;CB-5037&lt;/a&gt; - Fix bridge sometimes not resetting properly during page transitions&lt;/li&gt;
 
-&lt;li&gt;CB-4990 - Can’t run emulator from cordova cli&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4990&quot;&gt;CB-4990&lt;/a&gt; - Can’t run emulator from cordova cli&lt;/li&gt;
 
-&lt;li&gt;CB-4978 - iOS - Remove HideKeyboardFormAccessoryBar and KeyboardShrinksView preferences in config.xml&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4978&quot;&gt;CB-4978&lt;/a&gt; - iOS - Remove HideKeyboardFormAccessoryBar and KeyboardShrinksView preferences in config.xml&lt;/li&gt;
 
-&lt;li&gt;CB-4935 - iOS - Remove Keyboard preferences code into its own plugin&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4935&quot;&gt;CB-4935&lt;/a&gt; - iOS - Remove Keyboard preferences code into its own plugin&lt;/li&gt;
 
 &lt;li&gt;Make CDVWebViewDelegate able to load pages after a failed load.&lt;/li&gt;
 
@@ -178,25 +348,25 @@ cordova platform update android&lt;/code
 &lt;h2 id=&quot;whats_new_in_windows_phone_7__8&quot;&gt;What’s new in Windows Phone 7 &amp;amp; 8&lt;/h2&gt;
 
 &lt;ul&gt;
-&lt;li&gt;CB-5418 BrowserMouseHelper fails on WP8 for WP7 apps&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5418&quot;&gt;CB-5418&lt;/a&gt; BrowserMouseHelper fails on WP8 for WP7 apps&lt;/li&gt;
 
-&lt;li&gt;CB-5437 Inconsistent default new project names for wp7 and wp8 visual studio templates&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5437&quot;&gt;CB-5437&lt;/a&gt; Inconsistent default new project names for wp7 and wp8 visual studio templates&lt;/li&gt;
 
 &lt;li&gt;Fixes the invalid pattern used to test msbuild availability&lt;/li&gt;
 
-&lt;li&gt;CB-5076 String.Format issue causing exception in exception handler&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5076&quot;&gt;CB-5076&lt;/a&gt; String.Format issue causing exception in exception handler&lt;/li&gt;
 
 &lt;li&gt;Update regex to handle international version strings&lt;/li&gt;
 
-&lt;li&gt;CB-4872 changed version script file location to right spot and modified sdk version output&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4872&quot;&gt;CB-4872&lt;/a&gt; changed version script file location to right spot and modified sdk version output&lt;/li&gt;
 
-&lt;li&gt;CB-4872 - added os version and edition check&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4872&quot;&gt;CB-4872&lt;/a&gt; - added os version and edition check&lt;/li&gt;
 
-&lt;li&gt;CB-4872: Added wp7 and wp8 sdk version&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4872&quot;&gt;CB-4872&lt;/a&gt;: Added wp7 and wp8 sdk version&lt;/li&gt;
 
-&lt;li&gt;[CB-3621] backbutton events can now throw an exception&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-3621&quot;&gt;CB-3621&lt;/a&gt; backbutton events can now throw an exception&lt;/li&gt;
 
-&lt;li&gt;[CB-4850] only write device guid if it does not exist&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4850&quot;&gt;CB-4850&lt;/a&gt; only write device guid if it does not exist&lt;/li&gt;
 
 &lt;li&gt;added case-insensitivity to check_reqs for wp8, just like @albanf did for wp7&lt;/li&gt;
 
@@ -210,93 +380,93 @@ cordova platform update android&lt;/code
 &lt;h2 id=&quot;whats_new_in_windows_8&quot;&gt;What’s new in Windows 8&lt;/h2&gt;
 
 &lt;ul&gt;
-&lt;li&gt;CB-5024 Localized output of msbuild -v was not properly parsed.&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5024&quot;&gt;CB-5024&lt;/a&gt; Localized output of msbuild -v was not properly parsed.&lt;/li&gt;
 &lt;/ul&gt;
 
 &lt;h2 id=&quot;whats_new_in_blackberry_10&quot;&gt;What’s new in BlackBerry 10&lt;/h2&gt;
 
 &lt;ul&gt;
-&lt;li&gt;CB-5433 init.bat use %USERPROFILE% on Windows&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5433&quot;&gt;CB-5433&lt;/a&gt; init.bat use %USERPROFILE% on Windows&lt;/li&gt;
 
 &lt;li&gt;Fix unit tests&lt;/li&gt;
 
-&lt;li&gt;CB-5317 Move signing warn logic to build/run scripts&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5317&quot;&gt;CB-5317&lt;/a&gt; Move signing warn logic to build/run scripts&lt;/li&gt;
 
-&lt;li&gt;CB-5258 use exit library for process.exit&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5258&quot;&gt;CB-5258&lt;/a&gt; use exit library for process.exit&lt;/li&gt;
 
-&lt;li&gt;CB-5159 Add headers to files caught by Apache RAT&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5159&quot;&gt;CB-5159&lt;/a&gt; Add headers to files caught by Apache RAT&lt;/li&gt;
 
-&lt;li&gt;CB-4531 bin/check_reqs scripts exit with code 2 on error&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4531&quot;&gt;CB-4531&lt;/a&gt; bin/check_reqs scripts exit with code 2 on error&lt;/li&gt;
 
-&lt;li&gt;CB-5246 cordova/run disambiguate no target exists message&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5246&quot;&gt;CB-5246&lt;/a&gt; cordova/run disambiguate no target exists message&lt;/li&gt;
 
-&lt;li&gt;CB-5250 bb init script calls dirname with unquoted variables&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5250&quot;&gt;CB-5250&lt;/a&gt; bb init script calls dirname with unquoted variables&lt;/li&gt;
 
-&lt;li&gt;CB-5266 update create.js to copy all shell scripts regardless of host platform&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5266&quot;&gt;CB-5266&lt;/a&gt; update create.js to copy all shell scripts regardless of host platform&lt;/li&gt;
 
-&lt;li&gt;CB-5254 log useful error info to std err&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5254&quot;&gt;CB-5254&lt;/a&gt; log useful error info to std err&lt;/li&gt;
 
-&lt;li&gt;CB-5237 Implemented config-file support in config.xml to inject custom xml into the bar-descriptor.&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5237&quot;&gt;CB-5237&lt;/a&gt; Implemented config-file support in config.xml to inject custom xml into the bar-descriptor.&lt;/li&gt;
 
-&lt;li&gt;CB-4403 Combined check_reqs and init to allow prerequisite check before each script&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4403&quot;&gt;CB-4403&lt;/a&gt; Combined check_reqs and init to allow prerequisite check before each script&lt;/li&gt;
 
-&lt;li&gt;CB-4570 Removing unnecessary content check for config since index.html is in the default&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4570&quot;&gt;CB-4570&lt;/a&gt; Removing unnecessary content check for config since index.html is in the default&lt;/li&gt;
 
-&lt;li&gt;CB-5135 Mark scripts as requiring Bash instead of using a random system shell&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5135&quot;&gt;CB-5135&lt;/a&gt; Mark scripts as requiring Bash instead of using a random system shell&lt;/li&gt;
 
-&lt;li&gt;CB-5182 Adding generic error case to run script&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5182&quot;&gt;CB-5182&lt;/a&gt; Adding generic error case to run script&lt;/li&gt;
 
 &lt;li&gt;Auto-detect started simulator on Linux&lt;/li&gt;
 
-&lt;li&gt;CB-4767 Remove license from platform config.xml&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4767&quot;&gt;CB-4767&lt;/a&gt; Remove license from platform config.xml&lt;/li&gt;
 
-&lt;li&gt;CB-4340 Auto-detect target pin when its not there&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4340&quot;&gt;CB-4340&lt;/a&gt; Auto-detect target pin when its not there&lt;/li&gt;
 
-&lt;li&gt;CB-4768 Remove access_shared from default config.xml&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4768&quot;&gt;CB-4768&lt;/a&gt; Remove access_shared from default config.xml&lt;/li&gt;
 
-&lt;li&gt;[CB-4931] Updated signing process to allow passthrough of args&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4931&quot;&gt;CB-4931&lt;/a&gt; Updated signing process to allow passthrough of args&lt;/li&gt;
 
-&lt;li&gt;CB-4531 changed error codes in line with spec for helper scripts&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4531&quot;&gt;CB-4531&lt;/a&gt; changed error codes in line with spec for helper scripts&lt;/li&gt;
 
-&lt;li&gt;CB-4780 update script with windows support&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4780&quot;&gt;CB-4780&lt;/a&gt; update script with windows support&lt;/li&gt;
 
-&lt;li&gt;CB-4780 update script for cli platform update command&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4780&quot;&gt;CB-4780&lt;/a&gt; update script for cli platform update command&lt;/li&gt;
 
-&lt;li&gt;CB-5139 - fix to able call bb10 version script from anywhere&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5139&quot;&gt;CB-5139&lt;/a&gt; - fix to able call bb10 version script from anywhere&lt;/li&gt;
 
-&lt;li&gt;CB-4872 - added bb10 ndk version scripts&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4872&quot;&gt;CB-4872&lt;/a&gt; - added bb10 ndk version scripts&lt;/li&gt;
 
 &lt;li&gt;Adding a missing null check -Rewriting boolean equation for readability&lt;/li&gt;
 
-&lt;li&gt;CB-3015 Moving dependencies to .cordova folder to speed up create time&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-3015&quot;&gt;CB-3015&lt;/a&gt; Moving dependencies to .cordova folder to speed up create time&lt;/li&gt;
 
-&lt;li&gt;CB-3015 Fix syntax issue in definition check in init.bat&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-3015&quot;&gt;CB-3015&lt;/a&gt; Fix syntax issue in definition check in init.bat&lt;/li&gt;
 
-&lt;li&gt;[CB-4774] Adding defaults.xml for new prepare flow&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4774&quot;&gt;CB-4774&lt;/a&gt; Adding defaults.xml for new prepare flow&lt;/li&gt;
 
-&lt;li&gt;[CB-4887] Added support for true/false for hidekeyboardformaccessorybar&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4887&quot;&gt;CB-4887&lt;/a&gt; Added support for true/false for hidekeyboardformaccessorybar&lt;/li&gt;
 
-&lt;li&gt;[CB-2980] Added the install-emulator script&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-2980&quot;&gt;CB-2980&lt;/a&gt; Added the install-emulator script&lt;/li&gt;
 
-&lt;li&gt;[CB-2988] Added the install-device script&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-2988&quot;&gt;CB-2988&lt;/a&gt; Added the install-device script&lt;/li&gt;
 
-&lt;li&gt;[CB-4913] Updates warnings to check for BBID token&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4913&quot;&gt;CB-4913&lt;/a&gt; Updates warnings to check for BBID token&lt;/li&gt;
 
-&lt;li&gt;[CB-4901] Removed custom modified wrench + wrench bump to 1.4.4&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4901&quot;&gt;CB-4901&lt;/a&gt; Removed custom modified wrench + wrench bump to 1.4.4&lt;/li&gt;
 
-&lt;li&gt;[CB-4345] Added warning message for when signing keys are not installed&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4345&quot;&gt;CB-4345&lt;/a&gt; Added warning message for when signing keys are not installed&lt;/li&gt;
 &lt;/ul&gt;
 
 &lt;h2 id=&quot;whats_new_in_firefoxos&quot;&gt;What’s new in FirefoxOS&lt;/h2&gt;
 
 &lt;ul&gt;
-&lt;li&gt;CB-5234: fixed ffos update script&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5234&quot;&gt;CB-5234&lt;/a&gt;: fixed ffos update script&lt;/li&gt;
 
-&lt;li&gt;CB-5234: added update scripts for ffos&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5234&quot;&gt;CB-5234&lt;/a&gt;: added update scripts for ffos&lt;/li&gt;
 
 &lt;li&gt;added values to defaults.xml&lt;/li&gt;
 
-&lt;li&gt;CB-5051: moved defaults.xml to cordova folder&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5051&quot;&gt;CB-5051&lt;/a&gt;: moved defaults.xml to cordova folder&lt;/li&gt;
 &lt;/ul&gt;
 
 &lt;h2 id=&quot;whats_new_in_cordovacli&quot;&gt;What’s new in Cordova-CLI&lt;/h2&gt;
@@ -304,43 +474,43 @@ cordova platform update android&lt;/code
 &lt;ul&gt;
 &lt;li&gt;add the output of the plugman results to the console&lt;/li&gt;
 
-&lt;li&gt;CB-5363 Improve config_json error reporting&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5363&quot;&gt;CB-5363&lt;/a&gt; Improve config_json error reporting&lt;/li&gt;
 
-&lt;li&gt;CB-5364 config_parser - check for null element text&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5364&quot;&gt;CB-5364&lt;/a&gt; config_parser - check for null element text&lt;/li&gt;
 
 &lt;li&gt;Fix issue not finding platform script when in subdir - check platforms which have subdir&lt;/li&gt;
 
-&lt;li&gt;CB-5377 serve: should only indicate listening when it is&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5377&quot;&gt;CB-5377&lt;/a&gt; serve: should only indicate listening when it is&lt;/li&gt;
 
-&lt;li&gt;CB-5368 Cordova serve deflate content breaks IE&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5368&quot;&gt;CB-5368&lt;/a&gt; Cordova serve deflate content breaks IE&lt;/li&gt;
 
 &lt;li&gt;Change cordova serve’s project.json to include etags.&lt;/li&gt;
 
-&lt;li&gt;CB-5280 Update serve’s help text to remove platform arguments&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5280&quot;&gt;CB-5280&lt;/a&gt; Update serve’s help text to remove platform arguments&lt;/li&gt;
 
-&lt;li&gt;CB-5364 config_parser - handle duplicates with children and text when merging&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5364&quot;&gt;CB-5364&lt;/a&gt; config_parser - handle duplicates with children and text when merging&lt;/li&gt;
 
-&lt;li&gt;CB-4400: cd to project root in most cordova commands.&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4400&quot;&gt;CB-4400&lt;/a&gt;: cd to project root in most cordova commands.&lt;/li&gt;
 
-&lt;li&gt;CB-5063: Revert to copying cordova.js before user www dir&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5063&quot;&gt;CB-5063&lt;/a&gt;: Revert to copying cordova.js before user www dir&lt;/li&gt;
 
 &lt;li&gt;fix 3 failing tests for windows8 and wp8 and add assertions for wp7 too.&lt;/li&gt;
 
 &lt;li&gt;Adding instructions for installing on master.&lt;/li&gt;
 
-&lt;li&gt;CB-5063: Keep cordova.js in platform_www to avoid copying it from lib.&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5063&quot;&gt;CB-5063&lt;/a&gt;: Keep cordova.js in platform_www to avoid copying it from lib.&lt;/li&gt;
 
-&lt;li&gt;CB-5307: Remove references to Callback and Incubator&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5307&quot;&gt;CB-5307&lt;/a&gt;: Remove references to Callback and Incubator&lt;/li&gt;
 
 &lt;li&gt;tests were failing attempting to match lib/dir and lib\dir on windows&lt;/li&gt;
 
-&lt;li&gt;CB-5183 WP7/8 lib path is not correctly resolved by CLI (additional changes)&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5183&quot;&gt;CB-5183&lt;/a&gt; WP7/8 lib path is not correctly resolved by CLI (additional changes)&lt;/li&gt;
 
-&lt;li&gt;CB-5283 Improved cordova serve message to be more descriptive&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5283&quot;&gt;CB-5283&lt;/a&gt; Improved cordova serve message to be more descriptive&lt;/li&gt;
 
-&lt;li&gt;[CB-4866] Execute hooks in ascending order of any leading numbers&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4866&quot;&gt;CB-4866&lt;/a&gt; Execute hooks in ascending order of any leading numbers&lt;/li&gt;
 
-&lt;li&gt;[CB-5143] Locate the actual Android app .java file much more carefully.&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5143&quot;&gt;CB-5143&lt;/a&gt; Locate the actual Android app .java file much more carefully.&lt;/li&gt;
 
 &lt;li&gt;Cleaning up wp7+8 parsers’ use of promises. Fix tests.&lt;/li&gt;
 
@@ -354,9 +524,9 @@ cordova platform update android&lt;/code
 
 &lt;li&gt;readability + code quality in wp7+8 parsers&lt;/li&gt;
 
-&lt;li&gt;CB-5183 WP7/8 custom_path is not correctly resolved by CLI&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5183&quot;&gt;CB-5183&lt;/a&gt; WP7/8 custom_path is not correctly resolved by CLI&lt;/li&gt;
 
-&lt;li&gt;[CB-4994] Update xcode dependency to handle Xcode 5 capabilities.&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4994&quot;&gt;CB-4994&lt;/a&gt; Update xcode dependency to handle Xcode 5 capabilities.&lt;/li&gt;
 &lt;/ul&gt;
 
 &lt;h2 id=&quot;plugin_versions_tested_with_this_release&quot;&gt;Plugin versions tested with this release&lt;/h2&gt;
@@ -459,11 +629,11 @@ cordova platform update android&lt;/code
 &lt;ul&gt;
 &lt;li&gt;Update JS snapshot to version 2.9.1 (via coho)&lt;/li&gt;
 
-&lt;li&gt;CB-5193 Fix Android WebSQL sometime throwing SECURITY_ERR.&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5193&quot;&gt;CB-5193&lt;/a&gt; Fix Android WebSQL sometime throwing SECURITY_ERR.&lt;/li&gt;
 
 &lt;li&gt;Move java files back into api/ directory.&lt;/li&gt;
 
-&lt;li&gt;CB-4817 Remove unused assets in project template.&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4817&quot;&gt;CB-4817&lt;/a&gt; Remove unused assets in project template.&lt;/li&gt;
 
 &lt;li&gt;Update InAppBrowser.java&lt;/li&gt;
 
@@ -471,97 +641,97 @@ cordova platform update android&lt;/code
 
 &lt;li&gt;Update snapshot of FileTransfer.java&lt;/li&gt;
 
-&lt;li&gt;CB-5080 Find resources in a way that works with aapt’s –rename-manifest-package (cherry picked fro&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5080&quot;&gt;CB-5080&lt;/a&gt; Find resources in a way that works with aapt’s –rename-manifest-package (cherry picked fro&lt;/li&gt;
 
 &lt;li&gt;Tweak the online bridge to not send excess online events.&lt;/li&gt;
 
-&lt;li&gt;CB-4495 Modify start-emulator script to exit immediately on a fatal emulator error. (cherry picke&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4495&quot;&gt;CB-4495&lt;/a&gt; Modify start-emulator script to exit immediately on a fatal emulator error. (cherry picke&lt;/li&gt;
 
 &lt;li&gt;Fix data URI decoding in CordovaResourceApi&lt;/li&gt;
 
-&lt;li&gt;CB-4466 fixed jscript check_reqs to get target from project.properties&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4466&quot;&gt;CB-4466&lt;/a&gt; fixed jscript check_reqs to get target from project.properties&lt;/li&gt;
 
-&lt;li&gt;CB-4463 Updated bin/check_reqs to looks for android-18 target.Also fixed an issue in unix version&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4463&quot;&gt;CB-4463&lt;/a&gt; Updated bin/check_reqs to looks for android-18 target.Also fixed an issue in unix version&lt;/li&gt;
 
-&lt;li&gt;CB-4198 bin/create script should be better at handling non-word characters in activity name. Patc&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4198&quot;&gt;CB-4198&lt;/a&gt; bin/create script should be better at handling non-word characters in activity name. Patc&lt;/li&gt;
 
-&lt;li&gt;CB-4198 bin/create should handle spaces in activity better.&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4198&quot;&gt;CB-4198&lt;/a&gt; bin/create should handle spaces in activity better.&lt;/li&gt;
 
-&lt;li&gt;CB-3384 Fix thread assertion when plugins remap URIs (cherry picked from commit b915aafb5be319121&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-3384&quot;&gt;CB-3384&lt;/a&gt; Fix thread assertion when plugins remap URIs (cherry picked from commit b915aafb5be319121&lt;/li&gt;
 
-&lt;li&gt;CB-3384 Use the ExposedJsApi to detect webCore thread instead of IceCreamCordovaWebViewClient.&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-3384&quot;&gt;CB-3384&lt;/a&gt; Use the ExposedJsApi to detect webCore thread instead of IceCreamCordovaWebViewClient.&lt;/li&gt;
 
-&lt;li&gt;CB-3384 Reworked UriResolver into CordovaResourceApi.&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-3384&quot;&gt;CB-3384&lt;/a&gt; Reworked UriResolver into CordovaResourceApi.&lt;/li&gt;
 
-&lt;li&gt;CB-3384 Add a length getter for UriResolver. Change from interface -&amp;gt; abstract class.&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-3384&quot;&gt;CB-3384&lt;/a&gt; Add a length getter for UriResolver. Change from interface -&amp;gt; abstract class.&lt;/li&gt;
 
-&lt;li&gt;CB-3384 Make UriResolver assert that IO is not on the UI nor WebCore threads. (cherry picked from&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-3384&quot;&gt;CB-3384&lt;/a&gt; Make UriResolver assert that IO is not on the UI nor WebCore threads. (cherry picked from&lt;/li&gt;
 
 &lt;li&gt;Backporting FileUtils fixes to 2.9&lt;/li&gt;
 
-&lt;li&gt;CB-4633: Backporting to Android 2.9.x&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4633&quot;&gt;CB-4633&lt;/a&gt;: Backporting to Android 2.9.x&lt;/li&gt;
 
-&lt;li&gt;CB-4013 Fixed loadUrlTimeoutValue preference.&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4013&quot;&gt;CB-4013&lt;/a&gt; Fixed loadUrlTimeoutValue preference.&lt;/li&gt;
 
-&lt;li&gt;CB-4155: Cordova Android - navigator.app.clearCache(); is called on (prospectively unsupported) Web&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4155&quot;&gt;CB-4155&lt;/a&gt;: Cordova Android - navigator.app.clearCache(); is called on (prospectively unsupported) Web&lt;/li&gt;
 
-&lt;li&gt;CB-4103 Made config parameters case-insensitive.&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4103&quot;&gt;CB-4103&lt;/a&gt; Made config parameters case-insensitive.&lt;/li&gt;
 
-&lt;li&gt;CB-4038 Move non-deprecated classes from the api package into the main package. (cherry picked fr&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4038&quot;&gt;CB-4038&lt;/a&gt; Move non-deprecated classes from the api package into the main package. (cherry picked fr&lt;/li&gt;
 
-&lt;li&gt;CB-3384 Rewrite of DataResource into UriResolver + UriResolvers&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-3384&quot;&gt;CB-3384&lt;/a&gt; Rewrite of DataResource into UriResolver + UriResolvers&lt;/li&gt;
 
-&lt;li&gt;CB-3998 video duration is an int&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-3998&quot;&gt;CB-3998&lt;/a&gt; video duration is an int&lt;/li&gt;
 
-&lt;li&gt;CB-3927 Fix start-up race condition that could cause exec() responses to be dropped.&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-3927&quot;&gt;CB-3927&lt;/a&gt; Fix start-up race condition that could cause exec() responses to be dropped.&lt;/li&gt;
 
-&lt;li&gt;CB-3949: Adding code to mitigate broken intents with the application installer&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-3949&quot;&gt;CB-3949&lt;/a&gt;: Adding code to mitigate broken intents with the application installer&lt;/li&gt;
 
-&lt;li&gt;CB-3854: Added support for wildcard.&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-3854&quot;&gt;CB-3854&lt;/a&gt;: Added support for wildcard.&lt;/li&gt;
 
-&lt;li&gt;CB-3932 Remove baseUrl comment in handleDestroy method made redundant by CB-3766&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-3932&quot;&gt;CB-3932&lt;/a&gt; Remove baseUrl comment in handleDestroy method made redundant by &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-3766&quot;&gt;CB-3766&lt;/a&gt;&lt;/li&gt;
 
-&lt;li&gt;CB-3902: Explicitly add market URIs to CordovaWebViewClient so this always works, not just sometime&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-3902&quot;&gt;CB-3902&lt;/a&gt;: Explicitly add market URIs to CordovaWebViewClient so this always works, not just sometime&lt;/li&gt;
 
-&lt;li&gt;CB-3625 CB-3338 updated windows cli scripts and added version option&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-3625&quot;&gt;CB-3625&lt;/a&gt; &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-3338&quot;&gt;CB-3338&lt;/a&gt; updated windows cli scripts and added version option&lt;/li&gt;
 
-&lt;li&gt;CB-3998 video duration is an int&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-3998&quot;&gt;CB-3998&lt;/a&gt; video duration is an int&lt;/li&gt;
 &lt;/ul&gt;
 
 &lt;h2 id=&quot;whats_new_in_ios&quot;&gt;What’s new in iOS&lt;/h2&gt;
 
 &lt;ul&gt;
-&lt;li&gt;CB-5199 - Media Capture - UI issues under iOS 7 (uncrustify style fix-ups as well)&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5199&quot;&gt;CB-5199&lt;/a&gt; - Media Capture - UI issues under iOS 7 (uncrustify style fix-ups as well)&lt;/li&gt;
 
-&lt;li&gt;CB-5189 - ios - Backport of v2.9.1 - add CoreMotion.framework to the default template&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5189&quot;&gt;CB-5189&lt;/a&gt; - ios - Backport of v2.9.1 - add CoreMotion.framework to the default template&lt;/li&gt;
 
-&lt;li&gt;CB-5189 - ios - Backport of v2.9.1 from CB-4825, CB-5035 (Device Motion / Accelerometer)&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5189&quot;&gt;CB-5189&lt;/a&gt; - ios - Backport of v2.9.1 from &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4825&quot;&gt;CB-4825&lt;/a&gt;, &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5035&quot;&gt;CB-5035&lt;/a&gt; (Device Motion / Accelerometer)&lt;/li&gt;
 
-&lt;li&gt;CB-5189 - ios - Backport of v2.9.1 from CB-4847 (Media only)&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5189&quot;&gt;CB-5189&lt;/a&gt; - ios - Backport of v2.9.1 from &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4847&quot;&gt;CB-4847&lt;/a&gt; (Media only)&lt;/li&gt;
 
-&lt;li&gt;CB-5189 - ios - Backport of v2.9.1 from CB-4847 (Media Capture only)&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5189&quot;&gt;CB-5189&lt;/a&gt; - ios - Backport of v2.9.1 from &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4847&quot;&gt;CB-4847&lt;/a&gt; (Media Capture only)&lt;/li&gt;
 
-&lt;li&gt;CB-5189 - ios - Backport for v2.9.1 of CB-4806, CB-4355 (Splashscreen)&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5189&quot;&gt;CB-5189&lt;/a&gt; - ios - Backport for v2.9.1 of &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4806&quot;&gt;CB-4806&lt;/a&gt;, &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4355&quot;&gt;CB-4355&lt;/a&gt; (Splashscreen)&lt;/li&gt;
 
-&lt;li&gt;CB-5189 - ios - Backport for v2.9.1 of CB-4930 (InAppBrowser)&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5189&quot;&gt;CB-5189&lt;/a&gt; - ios - Backport for v2.9.1 of &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4930&quot;&gt;CB-4930&lt;/a&gt; (InAppBrowser)&lt;/li&gt;
 
-&lt;li&gt;CB-5189 - ios - Backport for v2.9.1 of CB-4958, CB-3482 and CB-3453 changes&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5189&quot;&gt;CB-5189&lt;/a&gt; - ios - Backport for v2.9.1 of &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4958&quot;&gt;CB-4958&lt;/a&gt;, &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-3482&quot;&gt;CB-3482&lt;/a&gt; and &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-3453&quot;&gt;CB-3453&lt;/a&gt; changes&lt;/li&gt;
 
-&lt;li&gt;CB-4480 Using 64 bit ints to store file size&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4480&quot;&gt;CB-4480&lt;/a&gt; Using 64 bit ints to store file size&lt;/li&gt;
 
-&lt;li&gt;CB-3448 bin/diagnose_project script fails if CORDOVALIB variable not in prefs plist&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-3448&quot;&gt;CB-3448&lt;/a&gt; bin/diagnose_project script fails if CORDOVALIB variable not in prefs plist&lt;/li&gt;
 
-&lt;li&gt;CB-3567 Redirect initiated in JavaScript fails the app from loading&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-3567&quot;&gt;CB-3567&lt;/a&gt; Redirect initiated in JavaScript fails the app from loading&lt;/li&gt;
 
-&lt;li&gt;CB-4147 Fixing crash when calling show() on an already open InAppBrowser window.&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4147&quot;&gt;CB-4147&lt;/a&gt; Fixing crash when calling show() on an already open InAppBrowser window.&lt;/li&gt;
 
-&lt;li&gt;CB-4104 Made config parameters case-insensitive.&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4104&quot;&gt;CB-4104&lt;/a&gt; Made config parameters case-insensitive.&lt;/li&gt;
 
-&lt;li&gt;CB-4033 Relaxed case-sensitivity of “UTF-8”.&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4033&quot;&gt;CB-4033&lt;/a&gt; Relaxed case-sensitivity of “UTF-8”.&lt;/li&gt;
 
-&lt;li&gt;CB-4037 Unable to Archive iOS projects for upload to App Store in 2.9&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4037&quot;&gt;CB-4037&lt;/a&gt; Unable to Archive iOS projects for upload to App Store in 2.9&lt;/li&gt;
 
-&lt;li&gt;CB-4025 iOS emulate command broken when run inside the cordova folder&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4025&quot;&gt;CB-4025&lt;/a&gt; iOS emulate command broken when run inside the cordova folder&lt;/li&gt;
 &lt;/ul&gt;
 
 &lt;h2 id=&quot;whats_new_in_windows_phone_7__8&quot;&gt;What’s new in Windows Phone 7 &amp;amp; 8&lt;/h2&gt;
@@ -571,9 +741,9 @@ cordova platform update android&lt;/code
 
 &lt;li&gt;Update File.write method with additional params&lt;/li&gt;
 
-&lt;li&gt;bumped version to 2.9.1 and removed dupe geolocation from config.xml for wp7+8 CB-4090&lt;/li&gt;
+&lt;li&gt;bumped version to 2.9.1 and removed dupe geolocation from config.xml for wp7+8 &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4090&quot;&gt;CB-4090&lt;/a&gt;&lt;/li&gt;
 
-&lt;li&gt;CB-4090 Broken notification handling&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4090&quot;&gt;CB-4090&lt;/a&gt; Broken notification handling&lt;/li&gt;
 
 &lt;li&gt;update templates to include all plugins for 2.9.1&lt;/li&gt;
 

Modified: cordova/site/www/_posts/2013-11-06-cordova-291.md
URL: http://svn.apache.org/viewvc/cordova/site/www/_posts/2013-11-06-cordova-291.md?rev=1551791&r1=1551790&r2=1551791&view=diff
==============================================================================
--- cordova/site/www/_posts/2013-11-06-cordova-291.md (original)
+++ cordova/site/www/_posts/2013-11-06-cordova-291.md Wed Dec 18 00:56:28 2013
@@ -19,66 +19,66 @@ We will continue to backport fixes for a
 ## What's new in Android
 
 * Update JS snapshot to version 2.9.1 (via coho)
-* CB-5193 Fix Android WebSQL sometime throwing SECURITY_ERR.
+* [CB-5193](https://issues.apache.org/jira/browse/CB-5193) Fix Android WebSQL sometime throwing SECURITY_ERR.
 * Move java files back into api/ directory.
-* CB-4817 Remove unused assets in project template.
+* [CB-4817](https://issues.apache.org/jira/browse/CB-4817) Remove unused assets in project template.
 * Update InAppBrowser.java 
 * Update snapshot of CameraLauncher.java 
 * Update snapshot of FileTransfer.java
-* CB-5080 Find resources in a way that works with aapt's --rename-manifest-package (cherry picked fro
+* [CB-5080](https://issues.apache.org/jira/browse/CB-5080) Find resources in a way that works with aapt's --rename-manifest-package (cherry picked fro
 * Tweak the online bridge to not send excess online events.
-* CB-4495 Modify start-emulator script to exit immediately on a fatal emulator error. (cherry picke
+* [CB-4495](https://issues.apache.org/jira/browse/CB-4495) Modify start-emulator script to exit immediately on a fatal emulator error. (cherry picke
 * Fix data URI decoding in CordovaResourceApi
-* CB-4466 fixed jscript check_reqs to get target from project.properties
-* CB-4463 Updated bin/check_reqs to looks for android-18 target.Also fixed an issue in unix version
-* CB-4198 bin/create script should be better at handling non-word characters in activity name. Patc
-* CB-4198 bin/create should handle spaces in activity better.
-* CB-3384 Fix thread assertion when plugins remap URIs (cherry picked from commit b915aafb5be319121
-* CB-3384 Use the ExposedJsApi to detect webCore thread instead of IceCreamCordovaWebViewClient.
-* CB-3384 Reworked UriResolver into CordovaResourceApi.
-* CB-3384 Add a length getter for UriResolver. Change from interface -> abstract class.
-* CB-3384 Make UriResolver assert that IO is not on the UI nor WebCore threads. (cherry picked from
+* [CB-4466](https://issues.apache.org/jira/browse/CB-4466) fixed jscript check_reqs to get target from project.properties
+* [CB-4463](https://issues.apache.org/jira/browse/CB-4463) Updated bin/check_reqs to looks for android-18 target.Also fixed an issue in unix version
+* [CB-4198](https://issues.apache.org/jira/browse/CB-4198) bin/create script should be better at handling non-word characters in activity name. Patc
+* [CB-4198](https://issues.apache.org/jira/browse/CB-4198) bin/create should handle spaces in activity better.
+* [CB-3384](https://issues.apache.org/jira/browse/CB-3384) Fix thread assertion when plugins remap URIs (cherry picked from commit b915aafb5be319121
+* [CB-3384](https://issues.apache.org/jira/browse/CB-3384) Use the ExposedJsApi to detect webCore thread instead of IceCreamCordovaWebViewClient.
+* [CB-3384](https://issues.apache.org/jira/browse/CB-3384) Reworked UriResolver into CordovaResourceApi.
+* [CB-3384](https://issues.apache.org/jira/browse/CB-3384) Add a length getter for UriResolver. Change from interface -> abstract class.
+* [CB-3384](https://issues.apache.org/jira/browse/CB-3384) Make UriResolver assert that IO is not on the UI nor WebCore threads. (cherry picked from
 * Backporting FileUtils fixes to 2.9
-* CB-4633: Backporting to Android 2.9.x
-* CB-4013 Fixed loadUrlTimeoutValue preference.
-* CB-4155: Cordova Android - navigator.app.clearCache(); is called on (prospectively unsupported) Web
-* CB-4103 Made config parameters case-insensitive.
-* CB-4038 Move non-deprecated classes from the api package into the main package. (cherry picked fr
-* CB-3384 Rewrite of DataResource into UriResolver + UriResolvers
-* CB-3998 video duration is an int
-* CB-3927 Fix start-up race condition that could cause exec() responses to be dropped.
-* CB-3949: Adding code to mitigate broken intents with the application installer
-* CB-3854: Added support for wildcard. 
-* CB-3932 Remove baseUrl comment in handleDestroy method made redundant by CB-3766
-* CB-3902: Explicitly add market URIs to CordovaWebViewClient so this always works, not just sometime
-* CB-3625 CB-3338 updated windows cli scripts and added version option
-* CB-3998 video duration is an int
+* [CB-4633](https://issues.apache.org/jira/browse/CB-4633): Backporting to Android 2.9.x
+* [CB-4013](https://issues.apache.org/jira/browse/CB-4013) Fixed loadUrlTimeoutValue preference.
+* [CB-4155](https://issues.apache.org/jira/browse/CB-4155): Cordova Android - navigator.app.clearCache(); is called on (prospectively unsupported) Web
+* [CB-4103](https://issues.apache.org/jira/browse/CB-4103) Made config parameters case-insensitive.
+* [CB-4038](https://issues.apache.org/jira/browse/CB-4038) Move non-deprecated classes from the api package into the main package. (cherry picked fr
+* [CB-3384](https://issues.apache.org/jira/browse/CB-3384) Rewrite of DataResource into UriResolver + UriResolvers
+* [CB-3998](https://issues.apache.org/jira/browse/CB-3998) video duration is an int
+* [CB-3927](https://issues.apache.org/jira/browse/CB-3927) Fix start-up race condition that could cause exec() responses to be dropped.
+* [CB-3949](https://issues.apache.org/jira/browse/CB-3949): Adding code to mitigate broken intents with the application installer
+* [CB-3854](https://issues.apache.org/jira/browse/CB-3854): Added support for wildcard. 
+* [CB-3932](https://issues.apache.org/jira/browse/CB-3932) Remove baseUrl comment in handleDestroy method made redundant by [CB-3766](https://issues.apache.org/jira/browse/CB-3766)
+* [CB-3902](https://issues.apache.org/jira/browse/CB-3902): Explicitly add market URIs to CordovaWebViewClient so this always works, not just sometime
+* [CB-3625](https://issues.apache.org/jira/browse/CB-3625) [CB-3338](https://issues.apache.org/jira/browse/CB-3338) updated windows cli scripts and added version option
+* [CB-3998](https://issues.apache.org/jira/browse/CB-3998) video duration is an int
 
 ## What's new in iOS
 
-* CB-5199 - Media Capture - UI issues under iOS 7 (uncrustify style fix-ups as well)
-* CB-5189 - ios - Backport of v2.9.1 - add CoreMotion.framework to the default template
-* CB-5189 - ios - Backport of v2.9.1 from CB-4825, CB-5035 (Device Motion / Accelerometer)
-* CB-5189 - ios - Backport of v2.9.1 from CB-4847 (Media only)
-* CB-5189 - ios - Backport of v2.9.1 from CB-4847 (Media Capture only)
-* CB-5189 - ios - Backport for v2.9.1 of CB-4806, CB-4355 (Splashscreen)
-* CB-5189 - ios - Backport for v2.9.1 of CB-4930 (InAppBrowser)
-* CB-5189 - ios - Backport for v2.9.1 of CB-4958, CB-3482 and CB-3453 changes
-* CB-4480 Using 64 bit ints to store file size
-* CB-3448 bin/diagnose_project script fails if CORDOVALIB variable not in prefs plist
-* CB-3567 Redirect initiated in JavaScript fails the app from loading
-* CB-4147 Fixing crash when calling show() on an already open InAppBrowser window.
-* CB-4104 Made config parameters case-insensitive.
-* CB-4033 Relaxed case-sensitivity of "UTF-8".
-* CB-4037 Unable to Archive iOS projects for upload to App Store in 2.9
-* CB-4025 iOS emulate command broken when run inside the cordova folder
+* [CB-5199](https://issues.apache.org/jira/browse/CB-5199) - Media Capture - UI issues under iOS 7 (uncrustify style fix-ups as well)
+* [CB-5189](https://issues.apache.org/jira/browse/CB-5189) - ios - Backport of v2.9.1 - add CoreMotion.framework to the default template
+* [CB-5189](https://issues.apache.org/jira/browse/CB-5189) - ios - Backport of v2.9.1 from [CB-4825](https://issues.apache.org/jira/browse/CB-4825), [CB-5035](https://issues.apache.org/jira/browse/CB-5035) (Device Motion / Accelerometer)
+* [CB-5189](https://issues.apache.org/jira/browse/CB-5189) - ios - Backport of v2.9.1 from [CB-4847](https://issues.apache.org/jira/browse/CB-4847) (Media only)
+* [CB-5189](https://issues.apache.org/jira/browse/CB-5189) - ios - Backport of v2.9.1 from [CB-4847](https://issues.apache.org/jira/browse/CB-4847) (Media Capture only)
+* [CB-5189](https://issues.apache.org/jira/browse/CB-5189) - ios - Backport for v2.9.1 of [CB-4806](https://issues.apache.org/jira/browse/CB-4806), [CB-4355](https://issues.apache.org/jira/browse/CB-4355) (Splashscreen)
+* [CB-5189](https://issues.apache.org/jira/browse/CB-5189) - ios - Backport for v2.9.1 of [CB-4930](https://issues.apache.org/jira/browse/CB-4930) (InAppBrowser)
+* [CB-5189](https://issues.apache.org/jira/browse/CB-5189) - ios - Backport for v2.9.1 of [CB-4958](https://issues.apache.org/jira/browse/CB-4958), [CB-3482](https://issues.apache.org/jira/browse/CB-3482) and [CB-3453](https://issues.apache.org/jira/browse/CB-3453) changes
+* [CB-4480](https://issues.apache.org/jira/browse/CB-4480) Using 64 bit ints to store file size
+* [CB-3448](https://issues.apache.org/jira/browse/CB-3448) bin/diagnose_project script fails if CORDOVALIB variable not in prefs plist
+* [CB-3567](https://issues.apache.org/jira/browse/CB-3567) Redirect initiated in JavaScript fails the app from loading
+* [CB-4147](https://issues.apache.org/jira/browse/CB-4147) Fixing crash when calling show() on an already open InAppBrowser window.
+* [CB-4104](https://issues.apache.org/jira/browse/CB-4104) Made config parameters case-insensitive.
+* [CB-4033](https://issues.apache.org/jira/browse/CB-4033) Relaxed case-sensitivity of "UTF-8".
+* [CB-4037](https://issues.apache.org/jira/browse/CB-4037) Unable to Archive iOS projects for upload to App Store in 2.9
+* [CB-4025](https://issues.apache.org/jira/browse/CB-4025) iOS emulate command broken when run inside the cordova folder
 
 ## What's new in Windows Phone 7 & 8
 
 * support namespace, and deprecated plugin tags in config.xml
 * Update File.write method with additional params
-* bumped version to 2.9.1 and removed dupe geolocation from config.xml for wp7+8 CB-4090
-* CB-4090 Broken notification handling
+* bumped version to 2.9.1 and removed dupe geolocation from config.xml for wp7+8 [CB-4090](https://issues.apache.org/jira/browse/CB-4090)
+* [CB-4090](https://issues.apache.org/jira/browse/CB-4090) Broken notification handling
 * update templates to include all plugins for 2.9.1
 * update cordova.js for 2.9.1
 * Fix null reference exception

Modified: cordova/site/www/_posts/2013-11-22-cordova-320.md
URL: http://svn.apache.org/viewvc/cordova/site/www/_posts/2013-11-22-cordova-320.md?rev=1551791&r1=1551790&r2=1551791&view=diff
==============================================================================
--- cordova/site/www/_posts/2013-11-22-cordova-320.md (original)
+++ cordova/site/www/_posts/2013-11-22-cordova-320.md Wed Dec 18 00:56:28 2013
@@ -28,52 +28,52 @@ Please report any bugs on our [issue tra
 
 ## What's new in Android
 
-* CB-5301 add missing license headers
-* CB-5349: fixed regression in update script
-* CB-5193 Fix Android WebSQL sometime throwing SECURITY_ERR.
-* CB-5191 Deprecate url-filter
-* CB-4872 - moved version script to promise model
-* CB-4872 - make sure to copy over version scripts to project
-* [CB-4872] - added android version scripts
-* CB-5117: Output confirmation message if check_reqs passes.
+* [CB-5301](https://issues.apache.org/jira/browse/CB-5301) add missing license headers
+* [CB-5349](https://issues.apache.org/jira/browse/CB-5349): fixed regression in update script
+* [CB-5193](https://issues.apache.org/jira/browse/CB-5193) Fix Android WebSQL sometime throwing SECURITY_ERR.
+* [CB-5191](https://issues.apache.org/jira/browse/CB-5191) Deprecate url-filter
+* [CB-4872](https://issues.apache.org/jira/browse/CB-4872) - moved version script to promise model
+* [CB-4872](https://issues.apache.org/jira/browse/CB-4872) - make sure to copy over version scripts to project
+* [CB-4872](https://issues.apache.org/jira/browse/CB-4872) - added android version scripts
+* [CB-5117](https://issues.apache.org/jira/browse/CB-5117): Output confirmation message if check_reqs passes.
 * Refactoring Android project-level and platform scripts to use Q.js
 * Updating to latest shelljs, old version doesn't preserve +x bits
 * Remove cordova.xml fallback from Config.java (it was removed from PluginManager for 3.0)
-* CB-5080 Find resources in a way that works with aapt's --rename-manifest-package
-* CB-4961: shell.js returns the full path on ls, rebuilding the full path isn't really needed
-* [CB-4892] Fix create script only escaping the first space instead of all spaces.
+* [CB-5080](https://issues.apache.org/jira/browse/CB-5080) Find resources in a way that works with aapt's --rename-manifest-package
+* [CB-4961](https://issues.apache.org/jira/browse/CB-4961): shell.js returns the full path on ls, rebuilding the full path isn't really needed
+* [CB-4892](https://issues.apache.org/jira/browse/CB-4892) Fix create script only escaping the first space instead of all spaces.
 * Fix update script to clobber cordova.js file (missing -f)
 * Add missing copyright header for Whitelist.java.
 
 ## What's new in iOS
 
-* CB-5124 - Remove splashscreen config.xml values from iOS Configuration Docs, move to plugin docs
-* CB-5229 - cordova/emulate important improvements (stderr, check ios-sim before build)
-* CB-5058 - CordovaLib xcode project gets assigned problematic Build Active Architecture Only settings.
-* CB-5217 - cordova emulate ios doesn't exit
-* CB-4805 - Update cordova/run and cordova/lib/install-device to use latest ios-deploy for iOS 7
-* CB-5103 - Fix cordova/run: --emulate should be --emulator (fix CLI usage)
-* CB-4872 - added iOS sdk version scripts
-* CB-5099 - Add missing icons especially iOS 7 120x120 icon to default template
-* CB-5037 - Fix bridge sometimes not resetting properly during page transitions
-* CB-4990 - Can't run emulator from cordova cli
-* CB-4978 - iOS - Remove HideKeyboardFormAccessoryBar and KeyboardShrinksView preferences in config.xml
-* CB-4935 - iOS - Remove Keyboard preferences code into its own plugin
+* [CB-5124](https://issues.apache.org/jira/browse/CB-5124) - Remove splashscreen config.xml values from iOS Configuration Docs, move to plugin docs
+* [CB-5229](https://issues.apache.org/jira/browse/CB-5229) - cordova/emulate important improvements (stderr, check ios-sim before build)
+* [CB-5058](https://issues.apache.org/jira/browse/CB-5058) - CordovaLib xcode project gets assigned problematic Build Active Architecture Only settings.
+* [CB-5217](https://issues.apache.org/jira/browse/CB-5217) - cordova emulate ios doesn't exit
+* [CB-4805](https://issues.apache.org/jira/browse/CB-4805) - Update cordova/run and cordova/lib/install-device to use latest ios-deploy for iOS 7
+* [CB-5103](https://issues.apache.org/jira/browse/CB-5103) - Fix cordova/run: --emulate should be --emulator (fix CLI usage)
+* [CB-4872](https://issues.apache.org/jira/browse/CB-4872) - added iOS sdk version scripts
+* [CB-5099](https://issues.apache.org/jira/browse/CB-5099) - Add missing icons especially iOS 7 120x120 icon to default template
+* [CB-5037](https://issues.apache.org/jira/browse/CB-5037) - Fix bridge sometimes not resetting properly during page transitions
+* [CB-4990](https://issues.apache.org/jira/browse/CB-4990) - Can't run emulator from cordova cli
+* [CB-4978](https://issues.apache.org/jira/browse/CB-4978) - iOS - Remove HideKeyboardFormAccessoryBar and KeyboardShrinksView preferences in config.xml
+* [CB-4935](https://issues.apache.org/jira/browse/CB-4935) - iOS - Remove Keyboard preferences code into its own plugin
 * Make CDVWebViewDelegate able to load pages after a failed load.
 * Prevented automatic logging of whitelist failures.
 
 ## What's new in Windows Phone 7 & 8
 
-* CB-5418 BrowserMouseHelper fails on WP8 for WP7 apps
-* CB-5437 Inconsistent default new project names for wp7 and wp8 visual studio templates
+* [CB-5418](https://issues.apache.org/jira/browse/CB-5418) BrowserMouseHelper fails on WP8 for WP7 apps
+* [CB-5437](https://issues.apache.org/jira/browse/CB-5437) Inconsistent default new project names for wp7 and wp8 visual studio templates
 * Fixes the invalid pattern used to test msbuild availability
-* CB-5076 String.Format issue causing exception in exception handler
+* [CB-5076](https://issues.apache.org/jira/browse/CB-5076) String.Format issue causing exception in exception handler
 * Update regex to handle international version strings
-* CB-4872 changed version script file location to right spot and modified sdk version output
-* CB-4872 - added os version and edition check
-* CB-4872: Added wp7 and wp8 sdk version
-* [CB-3621] backbutton events can now throw an exception
-* [CB-4850] only write device guid if it does not exist
+* [CB-4872](https://issues.apache.org/jira/browse/CB-4872) changed version script file location to right spot and modified sdk version output
+* [CB-4872](https://issues.apache.org/jira/browse/CB-4872) - added os version and edition check
+* [CB-4872](https://issues.apache.org/jira/browse/CB-4872): Added wp7 and wp8 sdk version
+* [CB-3621](https://issues.apache.org/jira/browse/CB-3621) backbutton events can now throw an exception
+* [CB-4850](https://issues.apache.org/jira/browse/CB-4850) only write device guid if it does not exist
 * added case-insensitivity to check_reqs for wp8, just like @albanf did for wp7
 * Version check regexps should be case insensitive
 * pulled in and re-jiggered templates
@@ -81,83 +81,83 @@ Please report any bugs on our [issue tra
 
 ## What's new in Windows 8
 
-* CB-5024 Localized output of msbuild -v was not properly parsed.
+* [CB-5024](https://issues.apache.org/jira/browse/CB-5024) Localized output of msbuild -v was not properly parsed.
 
 ## What's new in BlackBerry 10
 
-* CB-5433 init.bat use %USERPROFILE% on Windows
+* [CB-5433](https://issues.apache.org/jira/browse/CB-5433) init.bat use %USERPROFILE% on Windows
 * Fix unit tests
-* CB-5317 Move signing warn logic to build/run scripts
-* CB-5258 use exit library for process.exit
-* CB-5159 Add headers to files caught by Apache RAT
-* CB-4531 bin/check_reqs scripts exit with code 2 on error
-* CB-5246 cordova/run disambiguate no target exists message
-* CB-5250 bb init script calls dirname with unquoted variables
-* CB-5266 update create.js to copy all shell scripts regardless of host platform
-* CB-5254 log useful error info to std err
-* CB-5237 Implemented config-file support in config.xml to inject custom xml into the bar-descriptor.
-* CB-4403 Combined check_reqs and init to allow prerequisite check before each script
-* CB-4570 Removing unnecessary content check for config since index.html is in the default
-* CB-5135 Mark scripts as requiring Bash instead of using a random system shell
-* CB-5182 Adding generic error case to run script
+* [CB-5317](https://issues.apache.org/jira/browse/CB-5317) Move signing warn logic to build/run scripts
+* [CB-5258](https://issues.apache.org/jira/browse/CB-5258) use exit library for process.exit
+* [CB-5159](https://issues.apache.org/jira/browse/CB-5159) Add headers to files caught by Apache RAT
+* [CB-4531](https://issues.apache.org/jira/browse/CB-4531) bin/check_reqs scripts exit with code 2 on error
+* [CB-5246](https://issues.apache.org/jira/browse/CB-5246) cordova/run disambiguate no target exists message
+* [CB-5250](https://issues.apache.org/jira/browse/CB-5250) bb init script calls dirname with unquoted variables
+* [CB-5266](https://issues.apache.org/jira/browse/CB-5266) update create.js to copy all shell scripts regardless of host platform
+* [CB-5254](https://issues.apache.org/jira/browse/CB-5254) log useful error info to std err
+* [CB-5237](https://issues.apache.org/jira/browse/CB-5237) Implemented config-file support in config.xml to inject custom xml into the bar-descriptor.
+* [CB-4403](https://issues.apache.org/jira/browse/CB-4403) Combined check_reqs and init to allow prerequisite check before each script
+* [CB-4570](https://issues.apache.org/jira/browse/CB-4570) Removing unnecessary content check for config since index.html is in the default
+* [CB-5135](https://issues.apache.org/jira/browse/CB-5135) Mark scripts as requiring Bash instead of using a random system shell
+* [CB-5182](https://issues.apache.org/jira/browse/CB-5182) Adding generic error case to run script
 * Auto-detect started simulator on Linux
-* CB-4767 Remove license from platform config.xml
-* CB-4340 Auto-detect target pin when its not there
-* CB-4768 Remove access_shared from default config.xml
-* [CB-4931] Updated signing process to allow passthrough of args
-* CB-4531 changed error codes in line with spec for helper scripts
-* CB-4780 update script with windows support
-* CB-4780 update script for cli platform update command
-* CB-5139 - fix to able call bb10 version script from anywhere
-* CB-4872 - added bb10 ndk version scripts
+* [CB-4767](https://issues.apache.org/jira/browse/CB-4767) Remove license from platform config.xml
+* [CB-4340](https://issues.apache.org/jira/browse/CB-4340) Auto-detect target pin when its not there
+* [CB-4768](https://issues.apache.org/jira/browse/CB-4768) Remove access_shared from default config.xml
+* [CB-4931](https://issues.apache.org/jira/browse/CB-4931) Updated signing process to allow passthrough of args
+* [CB-4531](https://issues.apache.org/jira/browse/CB-4531) changed error codes in line with spec for helper scripts
+* [CB-4780](https://issues.apache.org/jira/browse/CB-4780) update script with windows support
+* [CB-4780](https://issues.apache.org/jira/browse/CB-4780) update script for cli platform update command
+* [CB-5139](https://issues.apache.org/jira/browse/CB-5139) - fix to able call bb10 version script from anywhere
+* [CB-4872](https://issues.apache.org/jira/browse/CB-4872) - added bb10 ndk version scripts
 * Adding a missing null check   -Rewriting boolean equation for readability
-* CB-3015 Moving dependencies to .cordova folder to speed up create time
-* CB-3015 Fix syntax issue in definition check in init.bat
-* [CB-4774] Adding defaults.xml for new prepare flow
-* [CB-4887] Added support for true/false for hidekeyboardformaccessorybar
-* [CB-2980] Added the install-emulator script
-* [CB-2988] Added the install-device script
-* [CB-4913] Updates warnings to check for BBID token
-* [CB-4901] Removed custom modified wrench + wrench bump to 1.4.4
-* [CB-4345] Added warning message for when signing keys are not installed
+* [CB-3015](https://issues.apache.org/jira/browse/CB-3015) Moving dependencies to .cordova folder to speed up create time
+* [CB-3015](https://issues.apache.org/jira/browse/CB-3015) Fix syntax issue in definition check in init.bat
+* [CB-4774](https://issues.apache.org/jira/browse/CB-4774) Adding defaults.xml for new prepare flow
+* [CB-4887](https://issues.apache.org/jira/browse/CB-4887) Added support for true/false for hidekeyboardformaccessorybar
+* [CB-2980](https://issues.apache.org/jira/browse/CB-2980) Added the install-emulator script
+* [CB-2988](https://issues.apache.org/jira/browse/CB-2988) Added the install-device script
+* [CB-4913](https://issues.apache.org/jira/browse/CB-4913) Updates warnings to check for BBID token
+* [CB-4901](https://issues.apache.org/jira/browse/CB-4901) Removed custom modified wrench + wrench bump to 1.4.4
+* [CB-4345](https://issues.apache.org/jira/browse/CB-4345) Added warning message for when signing keys are not installed
 
 ## What's new in FirefoxOS
 
-* CB-5234: fixed ffos update script
-* CB-5234: added update scripts for ffos
+* [CB-5234](https://issues.apache.org/jira/browse/CB-5234): fixed ffos update script
+* [CB-5234](https://issues.apache.org/jira/browse/CB-5234): added update scripts for ffos
 * added values to defaults.xml
-* CB-5051: moved defaults.xml to cordova folder
+* [CB-5051](https://issues.apache.org/jira/browse/CB-5051): moved defaults.xml to cordova folder
 
 ## What's new in Cordova-CLI
 
 * add the output of the plugman results to the console
-* CB-5363 Improve config_json error reporting
-* CB-5364 config_parser - check for null element text
+* [CB-5363](https://issues.apache.org/jira/browse/CB-5363) Improve config_json error reporting
+* [CB-5364](https://issues.apache.org/jira/browse/CB-5364) config_parser - check for null element text
 * Fix issue not finding platform script when in subdir - check platforms which have subdir
-* CB-5377 serve: should only indicate listening when it is
-* CB-5368 Cordova serve deflate content breaks IE
+* [CB-5377](https://issues.apache.org/jira/browse/CB-5377) serve: should only indicate listening when it is
+* [CB-5368](https://issues.apache.org/jira/browse/CB-5368) Cordova serve deflate content breaks IE
 * Change cordova serve's project.json to include etags.
-* CB-5280 Update serve's help text to remove platform arguments
-* CB-5364 config_parser - handle duplicates with children and text when merging
-* CB-4400: cd to project root in most cordova commands.
-* CB-5063: Revert to copying cordova.js before user www dir
+* [CB-5280](https://issues.apache.org/jira/browse/CB-5280) Update serve's help text to remove platform arguments
+* [CB-5364](https://issues.apache.org/jira/browse/CB-5364) config_parser - handle duplicates with children and text when merging
+* [CB-4400](https://issues.apache.org/jira/browse/CB-4400): cd to project root in most cordova commands.
+* [CB-5063](https://issues.apache.org/jira/browse/CB-5063): Revert to copying cordova.js before user www dir
 * fix 3 failing tests for windows8 and wp8 and add assertions for wp7 too.
 * Adding instructions for installing on master.
-* CB-5063: Keep cordova.js in platform_www to avoid copying it from lib.
-* CB-5307: Remove references to Callback and Incubator
+* [CB-5063](https://issues.apache.org/jira/browse/CB-5063): Keep cordova.js in platform_www to avoid copying it from lib.
+* [CB-5307](https://issues.apache.org/jira/browse/CB-5307): Remove references to Callback and Incubator
 * tests were failing attempting to match lib/dir and lib\\dir on windows
-* CB-5183 WP7/8 lib path is not correctly resolved by CLI (additional changes)
-* CB-5283 Improved cordova serve message to be more descriptive
-* [CB-4866] Execute hooks in ascending order of any leading numbers
-* [CB-5143] Locate the actual Android app .java file much more carefully.
+* [CB-5183](https://issues.apache.org/jira/browse/CB-5183) WP7/8 lib path is not correctly resolved by CLI (additional changes)
+* [CB-5283](https://issues.apache.org/jira/browse/CB-5283) Improved cordova serve message to be more descriptive
+* [CB-4866](https://issues.apache.org/jira/browse/CB-4866) Execute hooks in ascending order of any leading numbers
+* [CB-5143](https://issues.apache.org/jira/browse/CB-5143) Locate the actual Android app .java file much more carefully.
 * Cleaning up wp7+8 parsers' use of promises. Fix tests.
 * serve: Fix doRoot() not being called & remove duplicated table.
 * serve: provide basic entry point
 * Wait for the pre_package event to finish, or the update_csproj function might give unexpected results
 * Add pre_package event to wp8 project
 * readability + code quality in wp7+8 parsers
-* CB-5183 WP7/8 custom_path is not correctly resolved by CLI
-* [CB-4994] Update xcode dependency to handle Xcode 5 capabilities.
+* [CB-5183](https://issues.apache.org/jira/browse/CB-5183) WP7/8 custom_path is not correctly resolved by CLI
+* [CB-4994](https://issues.apache.org/jira/browse/CB-4994) Update xcode dependency to handle Xcode 5 capabilities.
 
 ## Plugin versions tested with this release
 

Modified: cordova/site/www/_posts/2013-12-04-plugins-release.md
URL: http://svn.apache.org/viewvc/cordova/site/www/_posts/2013-12-04-plugins-release.md?rev=1551791&r1=1551790&r2=1551791&view=diff
==============================================================================
--- cordova/site/www/_posts/2013-12-04-plugins-release.md (original)
+++ cordova/site/www/_posts/2013-12-04-plugins-release.md Wed Dec 18 00:56:28 2013
@@ -14,11 +14,11 @@ Today we are doing a plugins release in 
 * WP8 add support for battery-level
 * Camera Plugin now supports Firefox OS
 * Geolocation Plugin now supports Firefox OS
-* CB-3420 WP feature hidden=yes implemented for inappbrowser
-* CB-4724 WP8 - Fixed UriFormatException for inappbrowser 
-* CB-5291 iOS - Media Capture Audio - status bar issues under iOS 7
-* CB-5275 Fixed media-capture's ability to select images & videos on Android
-* CB-4747 Fixed BlackBerry background vibrate
+* [CB-3420](https://issues.apache.org/jira/browse/CB-3420) WP feature hidden=yes implemented for inappbrowser
+* [CB-4724](https://issues.apache.org/jira/browse/CB-4724) WP8 - Fixed UriFormatException for inappbrowser 
+* [CB-5291](https://issues.apache.org/jira/browse/CB-5291) iOS - Media Capture Audio - status bar issues under iOS 7
+* [CB-5275](https://issues.apache.org/jira/browse/CB-5275) Fixed media-capture's ability to select images & videos on Android
+* [CB-4747](https://issues.apache.org/jira/browse/CB-4747) Fixed BlackBerry background vibrate
 
 The plugins have been updated on our registry at [plugins.cordova.io](http://plugins.cordova.io/).
 

Added: cordova/site/www/_posts/2013-12-16-cordova-330.md
URL: http://svn.apache.org/viewvc/cordova/site/www/_posts/2013-12-16-cordova-330.md?rev=1551791&view=auto
==============================================================================
--- cordova/site/www/_posts/2013-12-16-cordova-330.md (added)
+++ cordova/site/www/_posts/2013-12-16-cordova-330.md Wed Dec 18 00:56:28 2013
@@ -0,0 +1,111 @@
+---
+layout: post
+author:
+    name: Andrew Grieve
+    url: https://twitter.com/GrieveAndrew
+title:  "Apache Cordova 3.3.0"
+categories: announcements
+tags: news releases
+---
+
+On Friday, `Cordova 3.3` went live on npm. Woohoo!
+
+This release brings with it initial support for [Ubuntu Touch](http://cordova.apache.org/docs/en/3.3.0/guide_platforms_ubuntu_index.md.html)
+ as well as [Amazon Fire OS](http://cordova.apache.org/docs/en/3.3.0/guide_platforms_amazonfireos_index.md.html)!
+
+To upgrade: (replace `android` with the platform you want to update):
+
+    npm install -g cordova
+    cd my_project
+    cordova platform update android
+    
+For non-CLI projects or for pre-3.0 projects, refer to the [upgrade guides](http://cordova.apache.org/docs/en/3.3.0/guide_platforms_index.md.html).
+
+<!--more-->
+
+## What's new in Android
+
+41 commits from 11 authors. Highlights include:
+
+* [CB-5481](https://issues.apache.org/jira/browse/CB-5481) Fix for Cordova trying to get config.xml from the wrong namespace
+* [CB-5487](https://issues.apache.org/jira/browse/CB-5487) Enable Remote Debugging when your Android app is debuggable.
+* [CB-5445](https://issues.apache.org/jira/browse/CB-5445) Adding onScrollChanged and the ScrollEvent object
+* [CB-5422](https://issues.apache.org/jira/browse/CB-5422) Don't require JAVA_HOME to be defined
+* [CB-5490](https://issues.apache.org/jira/browse/CB-5490) Add javadoc target to ant script
+* [CB-5471](https://issues.apache.org/jira/browse/CB-5471) Deprecated DroidGap class
+* [CB-5255](https://issues.apache.org/jira/browse/CB-5255) Prefer Google API targets over android-## targets when building.
+* [CB-5232](https://issues.apache.org/jira/browse/CB-5232) Change create script to use Cordova as a Library Project instead of a .jar
+* [CB-5302](https://issues.apache.org/jira/browse/CB-5302) Massive movement to get tests working again
+* [CB-4996](https://issues.apache.org/jira/browse/CB-4996) Fix paths with spaces while launching on emulator and device
+* [CB-5209](https://issues.apache.org/jira/browse/CB-5209) Cannot build Android app if project path contains spaces
+
+## What's new in iOS
+
+* No significant Changes
+
+## What's new in Windows Phone 7 & 8
+
+* [CB-5360](https://issues.apache.org/jira/browse/CB-5360) Removed Compiler warnings
+* [CB-4538](https://issues.apache.org/jira/browse/CB-4538) Copy check_reqs scripts in create script
+* [CB-4103](https://issues.apache.org/jira/browse/CB-4103) Make config parameter checks case-insensitive WP7+WP8
+* [CB-2347](https://issues.apache.org/jira/browse/CB-2347) Add support for config.xml preference: 'fullscreen'
+* [CB-5203](https://issues.apache.org/jira/browse/CB-5203) Using XmlHTTPRequest.open on WP8 raises a TypeError
+* [CB-5435](https://issues.apache.org/jira/browse/CB-5435) Handle missing preferences gracefully ( config.xml )
+* [CB-5354](https://issues.apache.org/jira/browse/CB-5354) Networking becomes a required permission so that XHR can work
+* disable Idle detection when debugging for wp7+wp8
+
+**Windows Phone 7 is now deprecated!**  Consider upgrading your projects to
+Windows Phone 8 as we will be dropping support completely in version 3.7.0
+Read the retrospective here: [http://www.risingj.com/archives/585](http://www.risingj.com/archives/585)
+
+
+## What's new in Windows 8
+
+* No significant Changes
+
+## What's new in BlackBerry 10
+
+* [CB-5434](https://issues.apache.org/jira/browse/CB-5434) Windows: Always use USERPROFILE for home directory
+* [CB-5443](https://issues.apache.org/jira/browse/CB-5443) Windows: Handle installed 64 bit Java
+* [CB-5468](https://issues.apache.org/jira/browse/CB-5468) Improve config.xml encoding handling
+* [CB-5509](https://issues.apache.org/jira/browse/CB-5509) Remove ability to set default target (since device detection is now used)
+* [CB-5510](https://issues.apache.org/jira/browse/CB-5510) Update response codes for plugin success/fail
+* [CB-5413](https://issues.apache.org/jira/browse/CB-5413) Device detection - iterate through all 169.254.x networks
+* [CB-5317](https://issues.apache.org/jira/browse/CB-5317) Move signing warn logic to build/run scripts
+* [CB-5258](https://issues.apache.org/jira/browse/CB-5258) Use exit library for process.exit
+
+## What's new in FirefoxOS
+
+* No significant Changes
+
+## What's new in Cordova-CLI
+
+* [CB-5347](https://issues.apache.org/jira/browse/CB-5347) Handle dangling platform symlink in cordova platform add
+* Added deprecation notice about wp7
+* Updated plugman version to 0.17.0
+  * [CB-5238](https://issues.apache.org/jira/browse/CB-5238) Adds support on iOS for `<framework src="..." custom="true" />`
+* [CB-5573](https://issues.apache.org/jira/browse/CB-5573) relies on stderr content and error codes to detect a problem with xcode installation.
+* [CB-4382](https://issues.apache.org/jira/browse/CB-4382) Pass cli arguments to project-level hooks
+* [CB-5362](https://issues.apache.org/jira/browse/CB-5362) blackberry parser: support local cordova-blackberry
+* [CB-5345](https://issues.apache.org/jira/browse/CB-5345) Add pre_package event for windows8 parser.
+
+## Plugin versions tested with this release
+
+* cordova-plugin-battery-status: 0.2.5
+* cordova-plugin-camera: 0.2.5
+* cordova-plugin-console: 0.2.5
+* cordova-plugin-contacts: 0.2.6
+* cordova-plugin-device: 0.2.5
+* cordova-plugin-device-motion: 0.2.4
+* cordova-plugin-device-orientation: 0.3.3
+* cordova-plugin-dialogs: 0.2.4
+* cordova-plugin-file: 0.2.5
+* cordova-plugin-file-transfer: 0.4.0
+* cordova-plugin-geolocation: 0.3.4
+* cordova-plugin-globalization: 0.2.4
+* cordova-plugin-inappbrowser: 0.2.5
+* cordova-plugin-media: 0.2.6
+* cordova-plugin-media-capture: 0.2.5
+* cordova-plugin-network-information: 0.2.5
+* cordova-plugin-splashscreen: 0.2.5
+* cordova-plugin-vibration: 0.3.5

Modified: cordova/site/www/index.html
URL: http://svn.apache.org/viewvc/cordova/site/www/index.html?rev=1551791&r1=1551790&r2=1551791&view=diff
==============================================================================
--- cordova/site/www/index.html (original)
+++ cordova/site/www/index.html Wed Dec 18 00:56:28 2013
@@ -41,8 +41,8 @@ title: Apache Cordova
     {% for post in site.posts limit:3 %}
       <li><span>{{ post.date | date_to_string }}</span> &raquo; <a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a>
       {{post.excerpt}}
+      <div style="padding-bottom:2em"><a href="{{ site.baseurl }}{{ post.url }}">Read More</a></div>
     {% endfor %}
-
   </ul>
   {% if  site.posts.size > 3 %}
   <p>