Skip to content

Commit

Permalink
bump version for 0.2.18 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmario committed Dec 6, 2011
1 parent 4244ae2 commit b3a220b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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

## 0.2.17 (November 9th, 2011)

## 0.2.16 (November 9th, 2011)
Expand Down
2 changes: 1 addition & 1 deletion lib/mysql2/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Mysql2
VERSION = "0.2.17"
VERSION = "0.2.18"
end

0 comments on commit b3a220b

Please sign in to comment.