You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ia...@apache.org on 2014/04/17 17:09:32 UTC

git commit: CB-6452 Updated version and RELEASENOTES.md for release 0.2.9

Repository: cordova-plugin-camera
Updated Branches:
  refs/heads/dev f2a41e4b5 -> b76b5ae67
Updated Tags:  refs/tags/r0.2.9 [created] b76b5ae67


CB-6452 Updated version and RELEASENOTES.md for release 0.2.9


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/commit/b76b5ae6
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/tree/b76b5ae6
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/diff/b76b5ae6

Branch: refs/heads/dev
Commit: b76b5ae670bdff4dd4c716e889ab12e049f9c733
Parents: f2a41e4
Author: Ian Clelland <ic...@chromium.org>
Authored: Thu Apr 17 10:53:20 2014 -0400
Committer: Ian Clelland <ic...@chromium.org>
Committed: Thu Apr 17 10:53:20 2014 -0400

----------------------------------------------------------------------
 RELEASENOTES.md | 9 +++++++++
 plugin.xml      | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/b76b5ae6/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 531019e..836bc27 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -71,3 +71,12 @@
 
 ### 0.2.8 (Feb 26, 2014)
 * CB-1826 Catch OOM on gallery image resize
+
+### 0.2.9 (Apr 17, 2014)
+* CB-6460: Update license headers
+* CB-6422: [windows8] use cordova/exec/proxy
+* [WP8] When only targetWidth or targetHeight is provided, use it as the only bound
+* CB-4027, CB-5102, CB-2737, CB-2387: [WP] Fix camera issues, cropping, memory leaks
+* CB-6212: [iOS] fix warnings compiled under arm64 64-bit
+* [BlackBerry10] Add rim xml namespaces declaration
+* Add NOTICE file

http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/b76b5ae6/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index b9f1b02..252fc3e 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -22,7 +22,7 @@
     xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     id="org.apache.cordova.camera"
-    version="0.2.9-dev">
+    version="0.2.9">
     <name>Camera</name>
     <description>Cordova Camera Plugin</description>
     <license>Apache 2.0</license>