3 * Allow fetching hashtype in get_domains (eric wong)
7 * Fix error in NewHTTPFile (Daniel.Bergmann)
9 * Fixed build if the directory is named perl-MogileFS-Client. (Andrei Pascha <apa@dev1.nbg1.kwick.de>)
13 * support the file_debug command (dormando <dormando@rydia.net>)
15 * file_info command for fetching file metadata (dormando <dormando@rydia.net>)
17 * update some variables (dormando <dormando@rydia.net>)
19 * Update specfile version (Jonathan Steinert <hachi@sixapart.com>)
21 * Ignore INSTALL_BASE during rpm building. (Jonathan Steinert <hachi@sixapart.com>)
25 * rebalance admin commands
29 * update_class command (requires 2.37 of mogilefs-server) (t0m)
31 * Improve error message on hostname lookup failure (t0m)
35 * Support replpolicy as an argument to class add/modify (dormando)
37 * Don't reuse dead socket on more error conditions (t0m)
39 * Add chunk_size option for store_file to speed up large uploads
42 * Add extra info to write failure errors (t0m)
46 * Support sending a timeout for admin commands (robbat2)
50 * Change really misleading timeout error message.
52 * Add optional startpos argument to fsck_reset.
54 * Add experimental 'edit_file' command, making use of ClientHTTPFile.
56 * Add 'read_file' command, which returns a seekable filehandle
57 to a mogile key, making use of ClientHTTPFile.
59 * Add new ClientHTTPFile backend as an alternate to NewHTTPFile.
60 This is used if the 'largefile' option is passed to new_file.
64 * Include update_device command for consistency.
66 * Include 'clear_cache' command.
72 * 'settings list' and 'settings set <key> <value>' commands.
73 use for enabling rebalancing, slaves, memcaches, etc.
77 * add fsck mgmt/status/querying commands to MogileFS::Admin
83 * Add create_open_args and create_close_args which can be passed to
84 new_file (plus store_file and store_content). This can be used to
85 pass extra information to plugins running in the tracker.
89 * add observed_state and I/O utiliz% columns to mogadm check.
91 * removed support for non-http:// storage node URLs. that is,
92 "NFS mode" is now gone. yay. it always sucked.
96 * rename from MogileFS to MogileFS::Client, add POD, prep for
99 * more verbose error messages
101 * AUTOLOAD-proxy unknown methods to server for server-based
104 * Andreas J. Koenig <andreas.koenig.gmwojprw@franz.ak.mind.de>:
105 The following bugfix guards against externally influenced $/. In
106 our case, somebody (not @danga :) had set $/ to undef and so the
107 application was hanging forever.
111 * fix CPU spinning bug in _getline where we didn't handle
112 sysread() returning 0. (Brad)