Skip to content

Commit ebe7c1d

Browse files
committed
merge in 0.2.x, bump version for 0.3.8 release
2 parents 0146e58 + 57aabc0 commit ebe7c1d

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changelog
22

3-
## HEAD
3+
## 0.3.8 (November 9th, 2011)
44
* remove fiber support from mysql2, the code has moved to the
55
em-synchrony gem.
6+
* use rb_wait_for_single_fd() if available
7+
* fixed a bug with inheriting query options
8+
* remove ext/ from the default loadpath
9+
* fix build issues on OSX with Xcode 4.2 (gcc-llvm compiler)
610

711
## 0.3.7 (August 16th, 2011)
812
* ensure symbolized column names support encodings in 1.9
@@ -40,6 +44,12 @@
4044
* BREAKING CHANGE: the ActiveRecord adapter has been pulled into Rails 3.1 and is no longer part of the gem
4145
* added Mysql2::Client.escape (class-level) for raw one-off non-encoding-aware escaping
4246

47+
## 0.2.14 (November 9th, 2011)
48+
* use rb_wait_for_single_fd() if available
49+
* fixed a bug with inheriting query options
50+
* remove ext/ from the default loadpath
51+
* fix build issues on OSX with Xcode 4.2 (gcc-llvm compiler)
52+
4353
## 0.2.13 (August 16th, 2011)
4454
* fix stupid bug around symbol encoding support (thanks coderrr!)
4555

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.3.7"
2+
VERSION = "0.3.8"
33
end

0 commit comments

Comments
 (0)