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/02/01 03:28:32 UTC

git commit: Curate up release notes & add 3.3.1-0.3.1

Updated Branches:
  refs/heads/master 6dedf20e3 -> c14bf7086


Curate up release notes & add 3.3.1-0.3.1


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

Branch: refs/heads/master
Commit: c14bf70868c6300ae7b5132fc7b087a2742f0de8
Parents: 6dedf20
Author: Andrew Grieve <ag...@chromium.org>
Authored: Fri Jan 31 21:27:57 2014 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Fri Jan 31 21:27:57 2014 -0500

----------------------------------------------------------------------
 RELEASENOTES.md | 17 +++++------------
 1 file changed, 5 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/c14bf708/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index a28ffe1..788562b 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,27 +20,20 @@
 -->
 # Cordova-cli Release Notes
 
-## 3.4.0-rc.1
-* updated to 3.4.0-rc.1
-* added firefoxos to readme
-* updated release notes
+## 3.3.1-0.3.1 (Jan 31, 2015)
+* CB-4153 Rename --source and --link flags to --copy-from and --link-to
 
 ## 3.3.1-0.3.0 (Jan 30, 2015)
-* Setting version to 3.3.1-0.3.0; updated plugman reference to 0.19.0
+* Updated plugman dependency to 0.19.0
 * CB-5913 Fail more gracefully on Windows when symlinks fail.
 * Fix isWindows check in util.js to support win64
 * CB-5907 Make `cordova update` get version from platform's version script
-* Fix tests (sorry)
-* Fix serve command when config.xml is in the root (not within www/)
-* CB-3612 Don't pass --device to "run" command by default. Update help text
+* CB-3612 Don't pass --device to "run" command by default.
 * CB-5493 lazy_load now downloads to a temp dir and then moves.
-* CB-5782 Use CordovaError wherever relevant.
+* CB-5782 Hide stack trace for explicitly handled error conditions
 * CB-5590 Have config.xml version map to CFBundleShortVersionString instead of CFBundleVersion
-* CB-5782 Add a derived exception class for better error reporting in CLI
 * CB-5299 Cache pbxproj to avoid re-parsing it for each plugin.
 * CB-5813 Fix missing quotes on update and ls commands
-* Bump node-xcode version
-* Add a verbose log when running update command
 * CB-5808 Fix lazy_load stripping off windows drive letters
 * Expose util.isCordova as cordova.findProjectRoot()
 * Allow lazy_load libs to work without an id and version for local paths.