Skip to content

Commit b3a220b

Browse files
committed
bump version for 0.2.18 release
1 parent 4244ae2 commit b3a220b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 0.2.18 (December 6th, 2011)
4+
* change mysql error detection strategy from using mysql_field_count to the more explicit mysql_errno
5+
* bugfix to avoid race condition with active connections that error out
6+
* revert back to using xmalloc/xfree for allocations
7+
* avoid potentially unsafe Ruby C API usage w/o GVL
8+
* reacquire GVL before retrying on EINTR on connect
9+
310
## 0.2.17 (November 9th, 2011)
411

512
## 0.2.16 (November 9th, 2011)

lib/mysql2/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Mysql2
2-
VERSION = "0.2.17"
2+
VERSION = "0.2.18"
33
end

0 commit comments

Comments
 (0)