File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1
1
# MongoDB Ruby Driver History
2
2
3
+ ### 1.1.2
4
+ 2010-11-4
5
+
6
+ * Two critical fixes to automated failover and replica sets.
7
+ * Bug passing : timeout to Cursor.
8
+ * Permit safe mode specification on Connection, Collection, and DB levels.
9
+ * Specify replica set name on connect to verify connection to the right set.
10
+ * Misc. reorganization of project and docs.
11
+
3
12
### 1.1.1
4
13
2010-10-14
5
14
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.1 "
17
+ #define VERSION "1.1.2 "
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.1 "
5
+ MINIMUM_BSON_EXT_VERSION = "1.1.2 "
6
6
7
7
module BSON
8
- VERSION = "1.1.1 "
8
+ VERSION = "1.1.2 "
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.1 "
6
+ VERSION = "1.1.2 "
7
7
end
8
8
9
9
module Mongo
You can’t perform that action at this time.
0 commit comments