Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
Release 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ronkorving committed Mar 31, 2015
1 parent 2fd26ac commit bfd80e3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions History.md
@@ -1,3 +1,12 @@
2.11.0 / 2015-03-31
===================

* Added pause() and resume() APIs on sockets to allow backpressure [philip1986]
* Elegant handling of EINTR return codes [hurricaneLTG]
* Small performance improvements in send() and internal flush methods [ronkorving]
* Updated test suite to cover io.js and Node 0.12 (removed 0.11) [ronkorving]
* Added "make perf" for easy benchmarking [ronkorving]

2.10.0 / 2015-01-22
===================

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "zmq",
"version": "2.10.0",
"version": "2.11.0",
"description": "Bindings for node.js and io.js to ZeroMQ",
"main": "index",
"repository": {
Expand Down

0 comments on commit bfd80e3

Please sign in to comment.