We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b5b6bc commit 57aabc0Copy full SHA for 57aabc0
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 0.2.14 (November 9th, 2011)
4
+* use rb_wait_for_single_fd() if available
5
+* fixed a bug with inheriting query options
6
+* remove ext/ from the default loadpath
7
+* fix build issues on OSX with Xcode 4.2 (gcc-llvm compiler)
8
+
9
## 0.2.13 (August 16th, 2011)
10
* fix stupid bug around symbol encoding support (thanks coderrr!)
11
@@ -167,4 +173,4 @@
167
173
* updated extconf (thanks to the mysqlplus project) for easier gem building
168
174
169
175
## 0.1.0 (April 6th, 2010)
170
-* initial release
176
+* initial release
lib/mysql2/version.rb
@@ -1,3 +1,3 @@
module Mysql2
- VERSION = "0.2.13"
-end
+ VERSION = "0.2.14"
+end
0 commit comments