Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
einaros committed Feb 4, 2012
1 parent 6d6b16a commit 6c8f92e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v0.4.3 - Feb 4th 2012
=====================

* Prioritized update: Corrected issue which would cause sockets to stay open longer than necessary, and resource leakage because of this. [einaros]

v0.4.2 - Feb 4th 2012
=====================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Einar Otto Stangvik <einaros@gmail.com> (http://2x.io)",
"name": "ws",
"description": "simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455",
"version": "0.4.2",
"version": "0.4.3",
"repository": {
"type": "git",
"url": "git://github.com/einaros/ws.git"
Expand Down
4 changes: 2 additions & 2 deletions wscript
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
srcdir = '.'
blddir = 'build'
VERSION = '0.4.2'
VERSION = '0.4.3'

def set_options(opt):
opt.tool_options('compiler_cxx')
Expand All @@ -10,7 +10,7 @@ def configure(conf):
conf.check_tool('node_addon')
conf.env.append_value('CCFLAGS', ['-O3'])
conf.env.append_value('CXXFLAGS', ['-O3'])

def build(bld):
obj = bld.new_task_gen('cxx', 'shlib', 'node_addon')
obj.target = 'validation'
Expand Down

0 comments on commit 6c8f92e

Please sign in to comment.