Skip to content

Commit d96354a

Browse files
committed
[README] 0.25.3 and ChangeLog
1 parent 415720f commit d96354a

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.25.3 / 09-23-2017
2+
===================
3+
- Update Chromium to [61.0.3163.100](https://chromereleases.googleblog.com/2017/09/stable-channel-update-for-desktop_21.html)
4+
- Ship swiftshader on Linux & Win; Fix Failed to load libGLESv2.so [(#6142)](https://github.com/nwjs/nw.js/issues/6142)
5+
- Fix: [macOS] crash if additional_trust_anchors provided [(#6135)](https://github.com/nwjs/nw.js/issues/6135)
6+
- Fix: [macOS] Crash when called window nw.Window.get().setProgessBar() [(#6143)](https://github.com/nwjs/nw.js/issues/6143)
7+
- Fix: Second instance hang with '--in-process-gpu' [(#6059)](https://github.com/nwjs/nw.js/issues/6059)
8+
- Fix: crash with some compiled JS binary [(#6061)](https://github.com/nwjs/nw.js/issues/6061)
9+
110
0.25.2 / 09-18-2017
211
===================
312
- Update Chromium to [61.0.3163.91](https://chromereleases.googleblog.com/2017/09/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.25.2:** (Sep 18, 2017, based off of Node.js v8.5.0, Chromium 61.0.3163.91): [release notes](https://nwjs.io/blog/v0.25.2/)
29+
* **v0.25.3:** (Sep 25, 2017, based off of Node.js v8.5.0, Chromium 61.0.3163.100): [release notes](https://nwjs.io/blog/v0.25.3/)
3030
**NOTE** You might want the **SDK build**. Please read the release notes.
31-
* Linux: [32bit](https://dl.nwjs.io/v0.25.2/nwjs-v0.25.2-linux-ia32.tar.gz) / [64bit](https://dl.nwjs.io/v0.25.2/nwjs-v0.25.2-linux-x64.tar.gz)
32-
* Windows: [32bit](https://dl.nwjs.io/v0.25.2/nwjs-v0.25.2-win-ia32.zip) / [64bit](https://dl.nwjs.io/v0.25.2/nwjs-v0.25.2-win-x64.zip)
33-
* Mac 10.9+: [64bit](https://dl.nwjs.io/v0.25.2/nwjs-v0.25.2-osx-x64.zip)
31+
* Linux: [32bit](https://dl.nwjs.io/v0.25.3/nwjs-v0.25.3-linux-ia32.tar.gz) / [64bit](https://dl.nwjs.io/v0.25.3/nwjs-v0.25.3-linux-x64.tar.gz)
32+
* Windows: [32bit](https://dl.nwjs.io/v0.25.3/nwjs-v0.25.3-win-ia32.zip) / [64bit](https://dl.nwjs.io/v0.25.3/nwjs-v0.25.3-win-x64.zip)
33+
* Mac 10.9+: [64bit](https://dl.nwjs.io/v0.25.3/nwjs-v0.25.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)