BUMP 1.5.2

This commit is contained in:
Kyle Banker 2011-12-13 15:35:37 -05:00
parent 6eaa9e4d62
commit 7756a133e5
3 changed files with 10 additions and 3 deletions

View File

@ -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

View File

@ -14,4 +14,4 @@
* limitations under the License.
*/
#define VERSION "1.5.1"
#define VERSION "1.5.2"

View File

@ -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