From 0832654093f6cc1961ba1e5b8d2e50f0df84b7bb Mon Sep 17 00:00:00 2001 From: fengmk2 Date: Wed, 1 Apr 2015 23:38:41 +0800 Subject: [PATCH] Release 2.0.0 --- AUTHORS | 1 + History.md | 6 ++++++ README.md | 3 --- package.json | 4 ++-- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/AUTHORS b/AUTHORS index 1d4ad25..0af90f0 100644 --- a/AUTHORS +++ b/AUTHORS @@ -5,3 +5,4 @@ fengmk2 (https://github.com/fengmk2) Will White (https://github.com/willwhite) dead-horse (https://github.com/dead-horse) +Zsolt Lattmann (https://github.com/lattmann) diff --git a/History.md b/History.md index 74e1f2f..82945bd 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,10 @@ +2.0.0 / 2015-04-01 +================== + + * fix: socket.destroyed always be undefined on 0.10.x + * Make it compatible with node v0.10.x (@lattmann) + 1.2.1 / 2015-03-23 ================== diff --git a/README.md b/README.md index 5764d2d..cfbffff 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,6 @@ The Node.js's missing `keep alive` `http.Agent`. Support `http` and `https`. -* `node >= 0.11.0`, `iojs >= 1.0.0`: use agentkeepalive@>=1.2.0 -* `node = 0.10.x`: use agentkeepalive@0.2.x - ## Install ```bash diff --git a/package.json b/package.json index 6d5b0c2..a520d97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agentkeepalive", - "version": "1.2.1", + "version": "2.0.0", "description": "Missing keepalive http.Agent", "main": "index.js", "files": [ @@ -40,6 +40,6 @@ "should-http": "~0.0.2" }, "engines": { "node": ">= 0.10.0" }, - "author": "fengmk2 (http://fengmk2.github.com)", + "author": "fengmk2 (http://fengmk2.com)", "license": "MIT" }