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 2014/01/15 19:39:01 UTC

git commit: CB-5802 Updated version and RELEASENOTES.md for release 0.18.0

Updated Branches:
  refs/heads/master 865ad7c71 -> 840c31bb3


CB-5802 Updated version and RELEASENOTES.md for release 0.18.0


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugman/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugman/commit/840c31bb
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/840c31bb
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/840c31bb

Branch: refs/heads/master
Commit: 840c31bb3dd656bf48ebf142f78e22a96fe4ccdb
Parents: 865ad7c
Author: Andrew Grieve <ag...@chromium.org>
Authored: Wed Jan 15 13:15:05 2014 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Wed Jan 15 13:15:05 2014 -0500

----------------------------------------------------------------------
 RELEASENOTES.md | 30 +++++++++++++++++++++++++++++-
 package.json    |  2 +-
 2 files changed, 30 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/840c31bb/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index a81f61f..6d6649d 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -1,4 +1,32 @@
-# Changelog
+<!--
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+-->
+# Cordova-plugman Release Notes
+
+### 0.18.0 (Jan 15, 2014)
+* CB-5770 plugman prepare.js script content wrapping no longer allows ending parens/braces to be commented out from end of line comment
+* CB-4871 Reduced package size significantly.
+* CB-5720 Allow <resource-file> on Android
+* CB-5006 Add --searchpath option for local plugin search path
+* CB-5701 Reference custom frameworks using relative paths
+* CB-5495, CB=5568 Fix config.xml path for ios
 
 ## 0.17.0 (Dec 11, 2013)
 * CB-5579 Add support for --www param for install, uninstall, prepare commands.

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/840c31bb/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 3c07a09..2530543 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "author": "Andrew Lunny <al...@gmail.com>",
   "name": "plugman",
   "description": "install/uninstall Cordova plugins",
-  "version": "0.17.0",
+  "version": "0.18.0",
   "repository": {
     "type": "git",
     "url": "git://git-wip-us.apache.org/repos/asf/cordova-plugman.git"