Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / serve-static / HISTORY.md
1 1.10.3 / 2016-05-30
2 ===================
3
4   * deps: send@0.13.2
5     - Fix invalid `Content-Type` header when `send.mime.default_type` unset
6
7 1.10.2 / 2016-01-19
8 ===================
9
10   * deps: parseurl@~1.3.1
11     - perf: enable strict mode
12
13 1.10.1 / 2016-01-16
14 ===================
15
16   * deps: escape-html@~1.0.3
17     - perf: enable strict mode
18     - perf: optimize string replacement
19     - perf: use faster string coercion
20   * deps: send@0.13.1
21     - deps: depd@~1.1.0
22     - deps: destroy@~1.0.4
23     - deps: escape-html@~1.0.3
24     - deps: range-parser@~1.0.3
25
26 1.10.0 / 2015-06-17
27 ===================
28
29   * Add `fallthrough` option
30     - Allows declaring this middleware is the final destination
31     - Provides better integration with Express patterns
32   * Fix reading options from options prototype
33   * Improve the default redirect response headers
34   * deps: escape-html@1.0.2
35   * deps: send@0.13.0
36     - Allow Node.js HTTP server to set `Date` response header
37     - Fix incorrectly removing `Content-Location` on 304 response
38     - Improve the default redirect response headers
39     - Send appropriate headers on default error response
40     - Use `http-errors` for standard emitted errors
41     - Use `statuses` instead of `http` module for status messages
42     - deps: escape-html@1.0.2
43     - deps: etag@~1.7.0
44     - deps: fresh@0.3.0
45     - deps: on-finished@~2.3.0
46     - perf: enable strict mode
47     - perf: remove unnecessary array allocations
48   * perf: enable strict mode
49   * perf: remove argument reassignment
50
51 1.9.3 / 2015-05-14
52 ==================
53
54   * deps: send@0.12.3
55     - deps: debug@~2.2.0
56     - deps: depd@~1.0.1
57     - deps: etag@~1.6.0
58     - deps: ms@0.7.1
59     - deps: on-finished@~2.2.1
60
61 1.9.2 / 2015-03-14
62 ==================
63
64   * deps: send@0.12.2
65     - Throw errors early for invalid `extensions` or `index` options
66     - deps: debug@~2.1.3
67
68 1.9.1 / 2015-02-17
69 ==================
70
71   * deps: send@0.12.1
72     - Fix regression sending zero-length files
73
74 1.9.0 / 2015-02-16
75 ==================
76
77   * deps: send@0.12.0
78     - Always read the stat size from the file
79     - Fix mutating passed-in `options`
80     - deps: mime@1.3.4
81
82 1.8.1 / 2015-01-20
83 ==================
84
85   * Fix redirect loop in Node.js 0.11.14
86   * deps: send@0.11.1
87     - Fix root path disclosure
88
89 1.8.0 / 2015-01-05
90 ==================
91
92   * deps: send@0.11.0
93     - deps: debug@~2.1.1
94     - deps: etag@~1.5.1
95     - deps: ms@0.7.0
96     - deps: on-finished@~2.2.0
97
98 1.7.2 / 2015-01-02
99 ==================
100
101   * Fix potential open redirect when mounted at root
102
103 1.7.1 / 2014-10-22
104 ==================
105
106   * deps: send@0.10.1
107     - deps: on-finished@~2.1.1
108
109 1.7.0 / 2014-10-15
110 ==================
111
112   * deps: send@0.10.0
113     - deps: debug@~2.1.0
114     - deps: depd@~1.0.0
115     - deps: etag@~1.5.0
116
117 1.6.5 / 2015-02-04
118 ==================
119
120   * Fix potential open redirect when mounted at root
121     - Back-ported from v1.7.2
122
123 1.6.4 / 2014-10-08
124 ==================
125
126   * Fix redirect loop when index file serving disabled
127
128 1.6.3 / 2014-09-24
129 ==================
130
131   * deps: send@0.9.3
132     - deps: etag@~1.4.0
133
134 1.6.2 / 2014-09-15
135 ==================
136
137   * deps: send@0.9.2
138     - deps: depd@0.4.5
139     - deps: etag@~1.3.1
140     - deps: range-parser@~1.0.2
141
142 1.6.1 / 2014-09-07
143 ==================
144
145   * deps: send@0.9.1
146     - deps: fresh@0.2.4
147
148 1.6.0 / 2014-09-07
149 ==================
150
151   * deps: send@0.9.0
152     - Add `lastModified` option
153     - Use `etag` to generate `ETag` header
154     - deps: debug@~2.0.0
155
156 1.5.4 / 2014-09-04
157 ==================
158
159   * deps: send@0.8.5
160     - Fix a path traversal issue when using `root`
161     - Fix malicious path detection for empty string path
162
163 1.5.3 / 2014-08-17
164 ==================
165
166   * deps: send@0.8.3
167
168 1.5.2 / 2014-08-14
169 ==================
170
171   * deps: send@0.8.2
172     - Work around `fd` leak in Node.js 0.10 for `fs.ReadStream`
173
174 1.5.1 / 2014-08-09
175 ==================
176
177   * Fix parsing of weird `req.originalUrl` values
178   * deps: parseurl@~1.3.0
179   * deps: utils-merge@1.0.0
180
181 1.5.0 / 2014-08-05
182 ==================
183
184   * deps: send@0.8.1
185     - Add `extensions` option
186
187 1.4.4 / 2014-08-04
188 ==================
189
190   * deps: send@0.7.4
191     - Fix serving index files without root dir
192
193 1.4.3 / 2014-07-29
194 ==================
195
196   * deps: send@0.7.3
197     - Fix incorrect 403 on Windows and Node.js 0.11
198
199 1.4.2 / 2014-07-27
200 ==================
201
202   * deps: send@0.7.2
203     - deps: depd@0.4.4
204
205 1.4.1 / 2014-07-26
206 ==================
207
208   * deps: send@0.7.1
209     - deps: depd@0.4.3
210
211 1.4.0 / 2014-07-21
212 ==================
213
214   * deps: parseurl@~1.2.0
215     - Cache URLs based on original value
216     - Remove no-longer-needed URL mis-parse work-around
217     - Simplify the "fast-path" `RegExp`
218   * deps: send@0.7.0
219     - Add `dotfiles` option
220     - deps: debug@1.0.4
221     - deps: depd@0.4.2
222
223 1.3.2 / 2014-07-11
224 ==================
225
226   * deps: send@0.6.0
227     - Cap `maxAge` value to 1 year
228     - deps: debug@1.0.3
229
230 1.3.1 / 2014-07-09
231 ==================
232
233   * deps: parseurl@~1.1.3
234     - faster parsing of href-only URLs
235
236 1.3.0 / 2014-06-28
237 ==================
238
239   * Add `setHeaders` option
240   * Include HTML link in redirect response
241   * deps: send@0.5.0
242     - Accept string for `maxAge` (converted by `ms`)
243
244 1.2.3 / 2014-06-11
245 ==================
246
247   * deps: send@0.4.3
248     - Do not throw un-catchable error on file open race condition
249     - Use `escape-html` for HTML escaping
250     - deps: debug@1.0.2
251     - deps: finished@1.2.2
252     - deps: fresh@0.2.2
253
254 1.2.2 / 2014-06-09
255 ==================
256
257   * deps: send@0.4.2
258     - fix "event emitter leak" warnings
259     - deps: debug@1.0.1
260     - deps: finished@1.2.1
261
262 1.2.1 / 2014-06-02
263 ==================
264
265   * use `escape-html` for escaping
266   * deps: send@0.4.1
267     - Send `max-age` in `Cache-Control` in correct format
268
269 1.2.0 / 2014-05-29
270 ==================
271
272   * deps: send@0.4.0
273     - Calculate ETag with md5 for reduced collisions
274     - Fix wrong behavior when index file matches directory
275     - Ignore stream errors after request ends
276     - Skip directories in index file search
277     - deps: debug@0.8.1
278
279 1.1.0 / 2014-04-24
280 ==================
281
282   * Accept options directly to `send` module
283   * deps: send@0.3.0
284
285 1.0.4 / 2014-04-07
286 ==================
287
288   * Resolve relative paths at middleware setup
289   * Use parseurl to parse the URL from request
290
291 1.0.3 / 2014-03-20
292 ==================
293
294   * Do not rely on connect-like environments
295
296 1.0.2 / 2014-03-06
297 ==================
298
299   * deps: send@0.2.0
300
301 1.0.1 / 2014-03-05
302 ==================
303
304   * Add mime export for back-compat
305
306 1.0.0 / 2014-03-05
307 ==================
308
309   * Genesis from `connect`