Skip to content

Commit f7d6f05

Browse files
committed
[README] 0.27.3 and ChangeLog
1 parent 047636c commit f7d6f05

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
0.27.3 / 12-22-2017
2+
===================
3+
- Add: %chromium_ver in user-agent field in manifest [(#5975)](https://github.com/nwjs/nw.js/issues/5975)
4+
- Fix: NodeJS child_process.exec - crashed on v0.27 [(#6339)](https://github.com/nwjs/nw.js/issues/6339)
5+
- Fix: NWJS framework crash with fatal error in , line 0 unimplemented code [(#6335)](https://github.com/nwjs/nw.js/issues/6335)
6+
- Fix: Crash on select file dialog when policy deny it [(#6340)](https://github.com/nwjs/nw.js/issues/6340)
7+
- Fix: macOS component build for development
8+
- [docs] %chromium_ver in user-agent field in manifest
9+
110
0.27.2 / 12-15-2017
211
===================
312
- Update Chromium to [63.0.3239.108](https://chromereleases.googleblog.com/2017/12/stable-channel-update-for-desktop_14.html)

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ It was created in the Intel Open Source Technology Center.
2626
* Available on Linux, Mac OS X and Windows.
2727

2828
## Downloads
29-
* **v0.27.2:** (Dec 15, 2017, based off of Node.js v9.3.0, Chromium 63.0.3239.108): [release notes](https://nwjs.io/blog/v0.27.2/)
29+
* **v0.27.3:** (Dec 22, 2017, based off of Node.js v9.3.0, Chromium 63.0.3239.108): [release notes](https://nwjs.io/blog/v0.27.3/)
3030
**NOTE** You might want the **SDK build**. Please read the release notes.
31-
* Linux: [32bit](https://dl.nwjs.io/v0.27.2/nwjs-v0.27.2-linux-ia32.tar.gz) / [64bit](https://dl.nwjs.io/v0.27.2/nwjs-v0.27.2-linux-x64.tar.gz)
32-
* Windows: [32bit](https://dl.nwjs.io/v0.27.2/nwjs-v0.27.2-win-ia32.zip) / [64bit](https://dl.nwjs.io/v0.27.2/nwjs-v0.27.2-win-x64.zip)
33-
* Mac 10.9+: [64bit](https://dl.nwjs.io/v0.27.2/nwjs-v0.27.2-osx-x64.zip)
31+
* Linux: [32bit](https://dl.nwjs.io/v0.27.3/nwjs-v0.27.3-linux-ia32.tar.gz) / [64bit](https://dl.nwjs.io/v0.27.3/nwjs-v0.27.3-linux-x64.tar.gz)
32+
* Windows: [32bit](https://dl.nwjs.io/v0.27.3/nwjs-v0.27.3-win-ia32.zip) / [64bit](https://dl.nwjs.io/v0.27.3/nwjs-v0.27.3-win-x64.zip)
33+
* Mac 10.9+: [64bit](https://dl.nwjs.io/v0.27.3/nwjs-v0.27.3-osx-x64.zip)
3434
* Use [Legacy build](http://nwjs.io/downloads/) for Win XP and early OSX.
3535

3636
* **latest nightly build from git tip**: https://dl.nwjs.io/live-build/

0 commit comments

Comments
 (0)