11.17 - 2013-08-07
2
3   * Makefile.PL: declare explicit Time::HiRes dependency (Eric Wong <normalperson@yhbt.net>)
4
5   * add force_disconnect function (Dave Lambley <davel@state51.co.uk>)
6
7   * avoid retrying bad trackers (Dave Lambley <davel@state51.co.uk>)
8
91.16 - 2012-03-30
10
11   * Allow fetching hashtype in get_domains (eric wong)
12
131.15 - 2012-01-27
14
15   * Fix error in NewHTTPFile (Daniel.Bergmann)
16
17   * Fixed build if the directory is named perl-MogileFS-Client. (Andrei Pascha <apa@dev1.nbg1.kwick.de>)
18
191.14 - 2011-01-08
20
21   * support the file_debug command (dormando <dormando@rydia.net>)
22
23   * file_info command for fetching file metadata (dormando <dormando@rydia.net>)
24
25   * update some variables (dormando <dormando@rydia.net>)
26
27   * Update specfile version (Jonathan Steinert <hachi@sixapart.com>)
28
29   * Ignore INSTALL_BASE during rpm building. (Jonathan Steinert <hachi@sixapart.com>)
30
311.13 - 2010-09-28
32
33        * rebalance admin commands
34
351.12 - 2010-08-13
36
37        * update_class command (requires 2.37 of mogilefs-server) (t0m)
38
39        * Improve error message on hostname lookup failure (t0m)
40
411.11 - 2010-04-02
42
43        * Support replpolicy as an argument to class add/modify (dormando)
44
45        * Don't reuse dead socket on more error conditions (t0m)
46
47        * Add chunk_size option for store_file to speed up large uploads
48          (dormando)
49
50        * Add extra info to write failure errors (t0m)
51
521.10 - 2009-12-05
53
54        * Support sending a timeout for admin commands (robbat2)
55
561.09 - 2009-10-16
57
58        * Change really misleading timeout error message.
59
60        * Add optional startpos argument to fsck_reset.
61
62        * Add experimental 'edit_file' command, making use of ClientHTTPFile.
63
64        * Add 'read_file' command, which returns a seekable filehandle
65        to a mogile key, making use of ClientHTTPFile.
66
67        * Add new ClientHTTPFile backend as an alternate to NewHTTPFile.
68        This is used if the 'largefile' option is passed to new_file.
69
701.08 - 2007-08-06
71
72        * Include update_device command for consistency.
73
74        * Include 'clear_cache' command.
75
76        * updated docs
77
781.07 - 2006-05-03
79
80        * 'settings list' and 'settings set <key> <value>' commands.
81          use for enabling rebalancing, slaves, memcaches, etc.
82
831.06 - 2006-04-20
84
85        * add fsck mgmt/status/querying commands to MogileFS::Admin
86
871.05 - 2007-04-16
88
89        * POD docs!
90
91        * Add create_open_args and create_close_args which can be passed to
92          new_file (plus store_file and store_content). This can be used to
93          pass extra information to plugins running in the tracker.
94
951.04 - Mar 26, 2007
96
97        * add observed_state and I/O utiliz% columns to mogadm check.
98
99        * removed support for non-http:// storage node URLs.  that is,
100          "NFS mode" is now gone.  yay.  it always sucked.
101
1021.03 - Sep 25, 2006
103
104        * rename from MogileFS to MogileFS::Client, add POD, prep for
105          future work.
106
107        * more verbose error messages
108
109        * AUTOLOAD-proxy unknown methods to server for server-based
110          plugins (Mark Smith)
111
112        * Andreas J. Koenig <andreas.koenig.gmwojprw@franz.ak.mind.de>:
113          The following bugfix guards against externally influenced $/. In
114          our case, somebody (not @danga :) had set $/ to undef and so the
115          application was hanging forever.
116
1171.01 - Jan 10, 2005
118
119        * fix CPU spinning bug in _getline where we didn't handle
120          sysread() returning 0.  (Brad)
121
122