Skip to content

Commit

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

## 0.3.11 (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.3.10 (November 9th, 2011)

## 0.3.9 (November 9th, 2011)
Expand Down Expand Up @@ -48,6 +55,13 @@
* BREAKING CHANGE: the ActiveRecord adapter has been pulled into Rails 3.1 and is no longer part of the gem
* added Mysql2::Client.escape (class-level) for raw one-off non-encoding-aware escaping

## 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.3.10"
VERSION = "0.3.11"
end

0 comments on commit 2fd0369

Please sign in to comment.