From c4f8e42ff08f4361723436504811860108d480ab Mon Sep 17 00:00:00 2001 From: Tj Holowaychuk Date: Fri, 26 Nov 2010 14:22:43 -0800 Subject: [PATCH] Release 0.3.2 --- History.md | 11 +++++++++++ lib/canvas.js | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index 5b2ad39..5a07b59 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,15 @@ +0.3.2 / 2010-11-26 +================== + + * Added --profile option to config + * Fixed `eio_custom` segfault(s). Closes #46 + * Fixed two named colors. Closes #62 [thanks noonat] + * Fixed a few warnings + * Fixed; freeing data in `Image::loadJPEG()` on failure + * Fixed; include _jpeglib_ only when __HAVE_JPEG__ + * Fixed; using `strstr()` instead of `strnstr()` + 0.3.1 / 2010-11-24 ================== diff --git a/lib/canvas.js b/lib/canvas.js index 9d9dfef..7fe5205 100644 --- a/lib/canvas.js +++ b/lib/canvas.js @@ -28,7 +28,7 @@ var Canvas = exports = module.exports = Canvas; * Library version. */ -exports.version = '0.3.1'; +exports.version = '0.3.2'; /** * Cairo version. diff --git a/package.json b/package.json index 7015eff..01cecdc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "canvas" , "description": "Canvas graphics API backed by Cairo" - , "version": "0.3.1" + , "version": "0.3.2" , "author": "TJ Holowaychuk " , "keywords": ["canvas", "graphic", "graphics"] , "scripts": {