<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,11 +1,11 @@
-0.23
+0.24  15 Oct 2009
 
-  - find_one takes optional fields parameter
-  - corrected documentation
-  - DateTime used for dates
   - Fix for uninitialized array values (David Morrison)
+  - boolean support
+  - Connection memory leak fix
+  - added MongoDB::Cursor::count
 
-0.22
+0.23  25 Sept 2009
 
   Changes in this version by Ask Bj&#248;rn Hansen, Florian Ragwitz,
   Orlando Vazquez, Kristina Chodorow, and Eric Wilhelm:
@@ -15,8 +15,9 @@
   - Added non-unique ensure_index
   - Added GridFS
   - Added regex support
+  - find_one takes optional fields parameter
+  - DateTime used for dates
   - No C++ driver dependency
 
-
 0.01  06 May 2009
   - Initial release.</diff>
      <filename>Changes</filename>
    </modified>
    <modified>
      <diff>@@ -1,14 +1,23 @@
-Install Instruction
--------------------
+Installation Instructions
+-------------------------
 
 If they aren't already installed, you will need the following modules:
   sudo cpan Module::Install
   sudo cpan Test::Exception
   sudo cpan Any::Moose
   sudo cpan Class::Method::Modifiers
+  sudo cpan Tie::IxHash (most db commands, MongoDBensure_index)
+
+A couple methods (that you might not run into) require:
+  sudo cpan boolean (MongoDB::Collection::ensure_index)
+  sudo cpan Digest::MD5 (MongoDB::Connection::authenticate)
+
+And if you want to use dates, you need:
+  sudo cpan DateTime
+
 
 Then do:
-  MONGO_SDK=/path/to/mongodb-full-../ perl Makefile.PL
-  make
-  make test
-  make install
+  $ perl Makefile.PL
+  $ make
+  $ make test
+  $ make install</diff>
      <filename>INSTALL</filename>
    </modified>
    <modified>
      <diff>@@ -42,7 +42,7 @@ version 0.24
 
     use MongoDB;
 
-    my $connection = MongoDB::Connection-&gt;new(host =&gt; 'localhost, port =&gt; 27017);
+    my $connection = MongoDB::Connection-&gt;new(host =&gt; 'localhost', port =&gt; 27017);
     my $database   = $connection-&gt;get_database('foo');
     my $collection = $database-&gt;get_collection('bar');
     my $id         = $collection-&gt;insert({ some =&gt; 'data' });</diff>
      <filename>lib/MongoDB.pm</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>04028edee1686f149d952b1030d43e17ca50df2d</id>
    </parent>
  </parents>
  <author>
    <name>kristina</name>
    <email>k@wooster.(none)</email>
  </author>
  <url>http://github.com/mongodb/mongo-perl-driver/commit/65ce33ac5344e50af5abef8f7f8a2ba96b581ee4</url>
  <id>65ce33ac5344e50af5abef8f7f8a2ba96b581ee4</id>
  <committed-date>2009-10-14T15:21:39-07:00</committed-date>
  <authored-date>2009-10-14T15:21:39-07:00</authored-date>
  <message>doc MINOR</message>
  <tree>9362ef810511cc683ff2e9a2afe48baf73a69958</tree>
  <committer>
    <name>kristina</name>
    <email>k@wooster.(none)</email>
  </committer>
</commit>
