3 * Fix missing MogileFS::Util include for sysrwloop in MogileFS::MogileFS
7 * Fixed MogileFS#rename. Bug #14465 submitted by Justin Dossey.
8 * Removed infinite loop in MogileFS::HTTPFile#store_file. Patch #13789
9 submitted by Andy Lo-A-Foe.
10 * Made MogileFS#get_file_data timeout configurable. Bug #13490 submitted by
12 * Add MogileFS#size. Feature Request #14484 submitted by Justin Dossey.
13 * Fix MogileFS#get_file_data to return the data for HTTP mode. Bug #7133
14 submitted by John Wanko.
15 * New maintainer: Eric Wong
16 * Add `mog' command-line tool as a demo/example
17 * Lower memory consumption with large files
18 * Allow get_file_data to accept a block for large files
19 * Fix each_keys loop termination condition
20 * Apply error handling patch from Matthew Willson. Bug #15987
21 * Merge large file patch from Andy Lo-A-Foe. Bug #13764
27 * Fixed bug #7273 in HTTP mode of client where data would not get
28 returned. Submitted by Matthew Willson.
32 * Changes lost to time.