BUMP 1.5.2
This commit is contained in:
parent
6eaa9e4d62
commit
7756a133e5
|
@ -1,5 +1,12 @@
|
|||
# MongoDB Ruby Driver History
|
||||
|
||||
### 1.5.2
|
||||
2011-12-13
|
||||
|
||||
* Lots of fixes for replica set connection edge cases.
|
||||
* Set default op_timeout and connect_timeout to 30 seconds.
|
||||
* Support GeoHaystack indexing.
|
||||
|
||||
### 1.5.1
|
||||
2011-11-29
|
||||
|
||||
|
|
|
@ -14,4 +14,4 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#define VERSION "1.5.1"
|
||||
#define VERSION "1.5.2"
|
||||
|
|
|
@ -16,10 +16,10 @@
|
|||
# limitations under the License.
|
||||
# ++
|
||||
|
||||
MINIMUM_BSON_EXT_VERSION = "1.5.1"
|
||||
MINIMUM_BSON_EXT_VERSION = "1.5.2"
|
||||
|
||||
module BSON
|
||||
VERSION = "1.5.1"
|
||||
VERSION = "1.5.2"
|
||||
|
||||
if defined? Mongo::DEFAULT_MAX_BSON_SIZE
|
||||
DEFAULT_MAX_BSON_SIZE = Mongo::DEFAULT_MAX_BSON_SIZE
|
||||
|
|
Loading…
Reference in New Issue