-
Notifications
You must be signed in to change notification settings - Fork 261
/
HISTORY
105 lines (79 loc) · 3.13 KB
/
HISTORY
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
Version 1.24 2023-12-05
* you must upgrade your FastDFS to v6.11 or higher version
Version 1.23 2022-09-15
* you must upgrade your FastDFS to v6.09 or higher version
Version 1.22 2019-11-19
* you must upgrade your FastDFS to v6.03 or higher version
Version 1.21 2019-10-16
* you must upgrade your FastDFS to v6.00 or higher version
Version 1.20 2018-07-12
* support multi regions for HTTP Range
* you must upgrade your FastDFS to v5.12 or higher version
Version 1.19 2017-04-14
* change INT64_PRINTF_FORMAT to PRId64
* ignore range->end >= file_size
* fix HTTP status when file id is invalid
Version 1.18 2016-02-24
* bug fixed: do NOT use header_only field of request,
use method field instead
Version 1.17 2014-11-22
* change include path of fastcommon and fastdfs
you must upgrade your FastDFS server to v5.04
or higher version
Version 1.16 2014-05-04
* mod_fastdfs.conf remove parameter: http.need_find_content_type
* bug fixed: remove flv duplicate start variable define
* flv support end parameter
* bug fixed: in function proxy_create_request, use r->unparsed_uri
when r->valid_unparsed_uri is true, otherwise use r->uri and r->args
Version 1.15 2013-01-13
* add storage server port config with multi groups
* support flv, you must upgrade your FastDFS server to v4.06
or higher version
Version 1.14 2012-12-29
* bug fixed: do not check store path index when not same group
you must upgrade your FastDFS server to v4.05 or higher version
* proxy handler deal headers more gracefully
* set last modified time correctly
* support multi groups
Version 1.13 2012-11-14
* support filename include storage server ID
must upgrade your FastDFS server to v4.03 or higher version
* call function fdfs_mod_init change from ngx_http_fastdfs_set to
ngx_http_fastdfs_process_init
Version 1.12 2012-10-20
* log detail error info when stat file fail
* mod_fastdfs.conf add parameter: load_fdfs_parameters_from_tracker,
not load parameters from the FDFS tracker server by default
Version 1.11 2012-08-27
* add more debug info
* use nginx error page when HTTP status is not ok
Version 1.10 2012-01-03
* use r->uri and r->args instead of r->unparsed_uri to support
rewrite correctly
Version 1.09 2011-11-26
* bug fixed: correct HTTP status when nginx send file with range
Version 1.08 2011-08-21
* add store path count in startup log info
* support HTTP range
Version 1.07 2011-07-31
* add more error log
* bug fixed: miss sub dir data in data path
Version 1.06 2011-06-11
* bug fixed: cross group does not proxy or redirect when the file upload
one day ago
* support trunk file (FastDFS server version >= 3.00)
Version 1.05 2011-03-16
* support request header if_modified_since
Version 1.04 2011-03-12
* support url parameter "filename" to specify attachment filename
* add Last-Modified header
Version 1.03 2011-01-31
* use FastDFS V2.08 client library
Version 1.02 2010-12-20
* fix signedness and signed assignment
* change ngx_http_fastdfs_proxy_handler return type from ngx_int_t to int
Version 1.01 2010-11-15
* use nginx proxy deal approach
Version 1.00 2010-11-08
* first version