File tree 4 files changed +10
-4
lines changed
4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
# MongoDB Ruby Driver History
2
2
3
+ ### 1.1.4
4
+ 2010-11-30
5
+
6
+ * Important connection failure fix.
7
+ * ObjectId#to_s optimization (David Cuadrado).
8
+
3
9
### 1.1.3
4
10
2010-11-29
5
11
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- #define VERSION "1.1.3 "
17
+ #define VERSION "1.1.4 "
Original file line number Diff line number Diff line change 2
2
3
3
$:. unshift ( File . join ( File . dirname ( __FILE__ ) , '..' , 'lib' ) )
4
4
5
- MINIMUM_BSON_EXT_VERSION = "1.1.3 "
5
+ MINIMUM_BSON_EXT_VERSION = "1.1.4 "
6
6
7
7
module BSON
8
- VERSION = "1.1.3 "
8
+ VERSION = "1.1.4 "
9
9
def self . serialize ( obj , check_keys = false , move_id = false )
10
10
BSON_CODER . serialize ( obj , check_keys , move_id )
11
11
end
Original file line number Diff line number Diff line change 3
3
$:. unshift ( File . join ( File . dirname ( __FILE__ ) , '..' , 'lib' ) )
4
4
5
5
module Mongo
6
- VERSION = "1.1.3 "
6
+ VERSION = "1.1.4 "
7
7
end
8
8
9
9
module Mongo
You can’t perform that action at this time.
0 commit comments