Skip to content

Commit 9767959

Browse files
FatmeFatme
authored andcommitted
Merge pull request #529 from NativeScript/fatme/merge-release-1.0.2
Merge release 1.0.2
2 parents 4d84a07 + c9c451a commit 9767959

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
NativeScript CLI Changelog
22
================
33

4+
1.0.2 (2015, May 27)
5+
==
6+
7+
### Fixed
8+
9+
* [Fixed #498](https://github.com/NativeScript/nativescript-cli/issues/498): On some Linux and OS X systems, when the USER or SUDO_USER environment variables are missing, you cannot run NativeScript CLI commands. The following error appears when you attempt to run `nativescript` or `tns` commands: `TypeError: Arguments to path.join must be strings`.
10+
411
1.0.1 (2015, May 8)
512
==
613

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ You can install and run the NativeScript CLI on Windows or OS X.
7070
* Windows Vista or later
7171
* [Node.js 0.10.26][Node.js 0.10.26] or a later stable official release
7272
* (Optional) [Chocolatey][Chocolatey]
73-
* [JDK 7][JDK 7] or a later stable official release
73+
* [JDK 8][JDK 8] or a later stable official release
7474
* [Apache Ant 1.8][Apache Ant 1.8] or a later stable official release
7575
* [Android SDK 19][Android SDK 19] or a later stable official release
7676
* (Optional) [Genymotion][Genymotion]
@@ -142,7 +142,7 @@ If you have installed Chocolatey, you can complete these steps to set up JDK, Ap
142142
* [Latest Xcode][12]
143143
* [Xcode command-line tools][12]
144144
* For Android development
145-
* [JDK 7][JDK 7] or a later stable official release
145+
* [JDK 8][JDK 8] or a later stable official release
146146
* [Apache Ant 1.8][Apache Ant 1.8] or a later stable official release
147147
* [Android SDK 19][Android SDK 19] or a later stable official release
148148
* (Optional) [Genymotion][Genymotion]
@@ -180,7 +180,7 @@ export PATH=${PATH}:/ant/apache-ant-1.9.4/bin:/Applications/Android Studio.app/s
180180
```Shell
181181
sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 libstdc++6:i386
182182
```
183-
* [JDK 7][JDK 7] or a later stable official release
183+
* [JDK 8][JDK 8] or a later stable official release
184184
* [Apache Ant 1.8][Apache Ant 1.8] or a later stable official release
185185
* [Android SDK 19][Android SDK 19] or a later stable official release
186186
* (Optional) [Genymotion][Genymotion]
@@ -525,7 +525,7 @@ This software is licensed under the Apache 2.0 license, quoted <a href="LICENSE"
525525
[12]: https://developer.apple.com/xcode/downloads/
526526
[Node.js 0.10.26]: http://nodejs.org/download/
527527
[Chocolatey]: https://chocolatey.org/
528-
[JDK 7]: http://www.oracle.com/technetwork/java/javase/downloads/index.html
528+
[JDK 8]: http://www.oracle.com/technetwork/java/javase/downloads/index.html
529529
[Apache Ant 1.8]: http://ant.apache.org/bindownload.cgi
530530
[Android SDK 19]: http://developer.android.com/sdk/index.html
531531
[Genymotion]: https://www.genymotion.com/#!/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nativescript",
33
"preferGlobal": true,
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"author": "Telerik <[email protected]>",
66
"description": "Command-line interface for building NativeScript projects",
77
"bin": {

0 commit comments

Comments
 (0)