Makefile.PL: declare explicit Time::HiRes dependency
[perl-MogileFS-Client.git] / CHANGES
blobce1dc6fc57aed6de57343ae2dde7fd27c093c5b1
1 1.16 - 2012-03-30
3    * Allow fetching hashtype in get_domains (eric wong)
5 1.15 - 2012-01-27
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>)
11 1.14 - 2011-01-08
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>)
23 1.13 - 2010-09-28
25         * rebalance admin commands
27 1.12 - 2010-08-13
29         * update_class command (requires 2.37 of mogilefs-server) (t0m)
31         * Improve error message on hostname lookup failure (t0m)
33 1.11 - 2010-04-02
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
40           (dormando)
42         * Add extra info to write failure errors (t0m)
44 1.10 - 2009-12-05
46         * Support sending a timeout for admin commands (robbat2)
48 1.09 - 2009-10-16
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.
62 1.08 - 2007-08-06
64         * Include update_device command for consistency.
66         * Include 'clear_cache' command.
68         * updated docs
70 1.07 - 2006-05-03
72         * 'settings list' and 'settings set <key> <value>' commands.
73           use for enabling rebalancing, slaves, memcaches, etc.
75 1.06 - 2006-04-20
77         * add fsck mgmt/status/querying commands to MogileFS::Admin
79 1.05 - 2007-04-16
81         * POD docs!
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.
87 1.04 - Mar 26, 2007
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.
94 1.03 - Sep 25, 2006
96         * rename from MogileFS to MogileFS::Client, add POD, prep for
97           future work.
99         * more verbose error messages
101         * AUTOLOAD-proxy unknown methods to server for server-based
102           plugins (Mark Smith)
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.
109 1.01 - Jan 10, 2005
111         * fix CPU spinning bug in _getline where we didn't handle
112           sysread() returning 0.  (Brad)