From c9ee4b3975aaa8fc9f6f6e0a6171c0a6cbdef57f Mon Sep 17 00:00:00 2001 From: kangax Date: Sun, 8 Jun 2014 18:10:13 +0200 Subject: [PATCH] Version 1.1.4 --- History.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index df23f5b..644921a 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,14 @@ +1.1.4 / 2014-06-08 +================== + +* Fix compile error with Visual C++ +* Add support for the lineDash API +* Update NAN +* New V8 compatibility +* Correctly limit bounds in PutImageData to prevent segment fault +* Fix segfault when onload and onerror are not function +* Add support for Node 0.11.9 + 1.1.3 / 2014-01-08 ================== diff --git a/package.json b/package.json index 0fb984e..f13eee5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "canvas" , "description": "Canvas graphics API backed by Cairo" - , "version": "1.1.3" + , "version": "1.1.4" , "author": "TJ Holowaychuk " , "contributors": [ "Nathan Rajlich "