Update maintainer and release info
[ruby-mogilefs-client.git] / History.txt
blob4abccea20a8c44549b7dca9da657d984e128d72a
1 = 1.3.0
3 * Fixed MogileFS#rename.  Bug #14465 submitted by Justin Dossey.
4 * Removed infinite loop in MogileFS::HTTPFile#store_file.  Patch #13789
5   submitted by  Andy Lo-A-Foe.
6 * Made MogileFS#get_file_data timeout configurable.  Bug #13490 submitted by
7   Andy Lo-A-Foe.
8 * Add MogileFS#size.  Feature Request #14484 submitted by Justin Dossey.
9 * Fix MogileFS#get_file_data to return the data for HTTP mode.  Bug #7133
10   submitted by John Wanko.
11 * New maintainer: Eric Wong
12 * Add `mog' command-line tool as a demo/example
13 * Lower memory consumption with large files
14 * Allow get_file_data to accept a block for large files
15 * Fix each_keys loop termination condition
16 * Apply error handling patch from Matthew Willson.  Bug #15987
17 * Merge large file patch from Andy Lo-A-Foe.  Bug #13764
19 = 1.2.1
21 * Switched to Hoe.
22 * Moved to p4.
23 * Fixed bug #7273 in HTTP mode of client where data would not get
24   returned.  Submitted by Matthew Willson.
26 = 1.2.0
28 * Changes lost to time.