Skip to content

Commit

Permalink
node-webkit v0.2.3 is released
Browse files Browse the repository at this point in the history
Changelog:

Node
* Update to v0.8.8
* Rename OpenSSL symbols to solve conflicts with NSS

Core
* Fix crashes caused by prerender elements
* Fix bugs in --url and manifest
* Locale checking don't rely on locales folder now
* Grant universal access in our WebKit
* Don't insert node.js symbols in normal web pages
* window.open partly works now

Mac
* Fix window.positon in manifest file
* Much better integration with application menubar

Linux
* Use NSS stack instead of OpenSSL for Chromium's networking
  • Loading branch information
zcbenz committed Aug 27, 2012
1 parent 1998eb1 commit d81323f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nw_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#define NW_MAJOR_VERSION 0
#define NW_MINOR_VERSION 2
#define NW_PATCH_VERSION 3
#define NW_VERSION_IS_RELEASE 0
#define NW_VERSION_IS_RELEASE 1

#ifndef NW_STRINGIFY
#define NW_STRINGIFY(n) NW_STRINGIFY_HELPER(n)
Expand Down

0 comments on commit d81323f

Please sign in to comment.