Replace the last of the ad-hoc RuntimeError exceptions
[ruby-mogilefs-client.git] / History.txt
blob860559dd1a4ea7e1dd251a381e8bf2fca72c56c2
1 = 1.3.1
3 * Fix missing MogileFS::Util include for sysrwloop in MogileFS::MogileFS
5 = 1.3.0
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
11   Andy Lo-A-Foe.
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
23 = 1.2.1
25 * Switched to Hoe.
26 * Moved to p4.
27 * Fixed bug #7273 in HTTP mode of client where data would not get
28   returned.  Submitted by Matthew Willson.
30 = 1.2.0
32 * Changes lost to time.