|
| 1 | + |
| 2 | +Version 1.16 2014-05-04 |
| 3 | + * mod_fastdfs.conf remove parameter: http.need_find_content_type |
| 4 | + * bug fixed: remove flv duplicate start variable define |
| 5 | + * flv support end parameter |
| 6 | + * bug fixed: in function proxy_create_request, use r->unparsed_uri |
| 7 | + when r->valid_unparsed_uri is true, otherwise use r->uri and r->args |
| 8 | + |
| 9 | +Version 1.15 2013-01-13 |
| 10 | + * add storage server port config with multi groups |
| 11 | + * support flv, you must upgrade your FastDFS server to v4.06 |
| 12 | + or higher version |
| 13 | + |
| 14 | +Version 1.14 2012-12-29 |
| 15 | + * bug fixed: do not check store path index when not same group |
| 16 | + you must upgrade your FastDFS server to v4.05 or higher version |
| 17 | + * proxy handler deal headers more gracefully |
| 18 | + * set last modified time correctly |
| 19 | + * support multi groups |
| 20 | + |
| 21 | +Version 1.13 2012-11-14 |
| 22 | + * support filename include storage server ID |
| 23 | + must upgrade your FastDFS server to v4.03 or higher version |
| 24 | + * call function fdfs_mod_init change from ngx_http_fastdfs_set to |
| 25 | + ngx_http_fastdfs_process_init |
| 26 | + |
| 27 | +Version 1.12 2012-10-20 |
| 28 | + * log detail error info when stat file fail |
| 29 | + * mod_fastdfs.conf add parameter: load_fdfs_parameters_from_tracker, |
| 30 | + not load parameters from the FDFS tracker server by default |
| 31 | + |
| 32 | +Version 1.11 2012-08-27 |
| 33 | + * add more debug info |
| 34 | + * use nginx error page when HTTP status is not ok |
| 35 | + |
| 36 | +Version 1.10 2012-01-03 |
| 37 | + * use r->uri and r->args instead of r->unparsed_uri to support |
| 38 | + rewrite correctly |
| 39 | + |
| 40 | +Version 1.09 2011-11-26 |
| 41 | + * bug fixed: correct HTTP status when nginx send file with range |
| 42 | + |
| 43 | +Version 1.08 2011-08-21 |
| 44 | + * add store path count in startup log info |
| 45 | + * support HTTP range |
| 46 | + |
| 47 | +Version 1.07 2011-07-31 |
| 48 | + * add more error log |
| 49 | + * bug fixed: miss sub dir data in data path |
| 50 | + |
| 51 | +Version 1.06 2011-06-11 |
| 52 | + * bug fixed: cross group does not proxy or redirect when the file upload |
| 53 | + one day ago |
| 54 | + * support trunk file (FastDFS server version >= 3.00) |
| 55 | + |
| 56 | +Version 1.05 2011-03-16 |
| 57 | + * support request header if_modified_since |
| 58 | + |
| 59 | +Version 1.04 2011-03-12 |
| 60 | + * support url parameter "filename" to specify attachment filename |
| 61 | + * add Last-Modified header |
| 62 | + |
| 63 | +Version 1.03 2011-01-31 |
| 64 | + * use FastDFS V2.08 client library |
| 65 | + |
| 66 | +Version 1.02 2010-12-20 |
| 67 | + * fix signedness and signed assignment |
| 68 | + * change ngx_http_fastdfs_proxy_handler return type from ngx_int_t to int |
| 69 | + |
| 70 | +Version 1.01 2010-11-15 |
| 71 | + * use nginx proxy deal approach |
| 72 | + |
| 73 | +Version 1.00 2010-11-08 |
| 74 | + * first version |
| 75 | + |
0 commit comments