File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1+ 1.0.1 2010-5-7
2+
3+ * set Encoding.default_internal
4+ * DEPRECATE JavaScript string on Collection#find. You now must specify $where explicitly.
5+ * Added Grid#exist? and GridFileSystem#exist?
6+ * Support for replication acknowledgment
7+ * Support for $slice
8+ * Namespaced OrderedHash under BSON (sleverbor)
9+
1101.0 2010-4-29
211Note: if upgrading from versions prior to 0.20, be sure to upgrade
312to 0.20 before upgrading to 1.0.
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- #define VERSION "1.0"
17+ #define VERSION "1.0.1 "
Original file line number Diff line number Diff line change 33$:. unshift ( File . join ( File . dirname ( __FILE__ ) , '..' , 'lib' ) )
44
55module BSON
6- VERSION = "1.0"
6+ VERSION = "1.0.1 "
77 def self . serialize ( obj , check_keys = false , move_id = false )
88 BSON_CODER . serialize ( obj , check_keys , move_id )
99 end
Original file line number Diff line number Diff line change 33$:. unshift ( File . join ( File . dirname ( __FILE__ ) , '..' , 'lib' ) )
44
55module Mongo
6- VERSION = "1.0"
6+ VERSION = "1.0.1 "
77end
88
99module Mongo
You can’t perform that action at this time.
0 commit comments