Skip to content

Commit 76bc578

Browse files
committed
Bump version to 1.5.2
1 parent 19b104e commit 76bc578

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
Revision history for node-mysql-libmysqlclient,
44
the asynchronous MySQL binding for Node.js using libmysqlclient.
55

6+
## Version 1.5.2
7+
8+
* Handle unsigned fields correctly in MysqlStatement
9+
* Fixed MYSQL_TIME to JavaScript Date conversion in MysqlStatement
10+
* Compatibility with latest (v0.8.19 & v0.9.9) Node.js API
11+
612
## Version 1.5.1
713

814
* Allow null setSslSync() arguments, see #160

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "mysql-libmysqlclient",
3-
"version" : "1.5.1",
3+
"version" : "1.5.2",
44
"description" : "Binary MySQL bindings for Node.JS",
55
"keywords" : ["mysql", "libmysqlclient", "sql", "database", "addon"],
66
"homepage" : "http://sannis.github.com/node-mysql-libmysqlclient",
@@ -35,8 +35,8 @@
3535
"devDependencies" :
3636
{ "nodeunit" : ">= 0.7"
3737
, "nodelint" : ">= 0.6"
38-
, "async" : ">= 0.1.22"
39-
, "ndoc" : ">= 2.0.2"
38+
, "async" : ">= 0.2.4"
39+
, "ndoc" : ">= 2.0.4"
4040
},
4141
"engines" : { "node" : ">=0.6.x" }
4242
}

0 commit comments

Comments
 (0)