File tree 4 files changed +12
-4
lines changed
4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
1
# MongoDB Ruby Driver History
2
2
3
+ ### 1.2.4
4
+ 2011-2-23
5
+
6
+ * Fix the exception message shown when there's an IOError (malditogeek)
7
+ * Another update to map-reduce docs for v1.8. Note that if you use the new
8
+ output option {: out => {: inline => true}}, then you must also specify
9
+ : raw => true.
10
+
3
11
### 1.2.3
4
12
2011-2-22
5
13
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- #define VERSION "1.2.3 "
17
+ #define VERSION "1.2.4 "
Original file line number Diff line number Diff line change 18
18
19
19
$:. unshift ( File . join ( File . dirname ( __FILE__ ) , '..' , 'lib' ) )
20
20
21
- MINIMUM_BSON_EXT_VERSION = "1.2.3 "
21
+ MINIMUM_BSON_EXT_VERSION = "1.2.4 "
22
22
23
23
module BSON
24
- VERSION = "1.2.3 "
24
+ VERSION = "1.2.4 "
25
25
26
26
if defined? Mongo ::DEFAULT_MAX_BSON_SIZE
27
27
DEFAULT_MAX_BSON_SIZE = Mongo ::DEFAULT_MAX_BSON_SIZE
Original file line number Diff line number Diff line change 19
19
$:. unshift ( File . join ( File . dirname ( __FILE__ ) , '..' , 'lib' ) )
20
20
21
21
module Mongo
22
- VERSION = "1.2.3 "
22
+ VERSION = "1.2.4 "
23
23
end
24
24
25
25
module Mongo
You can’t perform that action at this time.
0 commit comments