Skip to content

Commit

Permalink
Release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Nov 26, 2010
1 parent 94514ca commit c4f8e42
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions 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 0.3.1 / 2010-11-24
================== ==================


Expand Down
2 changes: 1 addition & 1 deletion lib/canvas.js
Expand Up @@ -28,7 +28,7 @@ var Canvas = exports = module.exports = Canvas;
* Library version. * Library version.
*/ */


exports.version = '0.3.1'; exports.version = '0.3.2';


/** /**
* Cairo version. * Cairo version.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{ "name": "canvas" { "name": "canvas"
, "description": "Canvas graphics API backed by Cairo" , "description": "Canvas graphics API backed by Cairo"
, "version": "0.3.1" , "version": "0.3.2"
, "author": "TJ Holowaychuk <tj@learnboost.com>" , "author": "TJ Holowaychuk <tj@learnboost.com>"
, "keywords": ["canvas", "graphic", "graphics"] , "keywords": ["canvas", "graphic", "graphics"]
, "scripts": { , "scripts": {
Expand Down

0 comments on commit c4f8e42

Please sign in to comment.