dc2d2fe872316c26136cab012da0e61e9b8a6376
[sdnc/oam.git] / dgbuilder / dgeflows / node_modules / serve-static / HISTORY.md
1 1.9.1 / 2015-02-17
2 ==================
3
4   * deps: send@0.12.1
5     - Fix regression sending zero-length files
6
7 1.9.0 / 2015-02-16
8 ==================
9
10   * deps: send@0.12.0
11     - Always read the stat size from the file
12     - Fix mutating passed-in `options`
13     - deps: mime@1.3.4
14
15 1.8.1 / 2015-01-20
16 ==================
17
18   * Fix redirect loop in Node.js 0.11.14
19   * deps: send@0.11.1
20     - Fix root path disclosure
21
22 1.8.0 / 2015-01-05
23 ==================
24
25   * deps: send@0.11.0
26     - deps: debug@~2.1.1
27     - deps: etag@~1.5.1
28     - deps: ms@0.7.0
29     - deps: on-finished@~2.2.0
30
31 1.7.2 / 2015-01-02
32 ==================
33
34   * Fix potential open redirect when mounted at root
35
36 1.7.1 / 2014-10-22
37 ==================
38
39   * deps: send@0.10.1
40     - deps: on-finished@~2.1.1
41
42 1.7.0 / 2014-10-15
43 ==================
44
45   * deps: send@0.10.0
46     - deps: debug@~2.1.0
47     - deps: depd@~1.0.0
48     - deps: etag@~1.5.0
49
50 1.6.5 / 2015-02-04
51 ==================
52
53   * Fix potential open redirect when mounted at root
54     - Back-ported from v1.7.2
55
56 1.6.4 / 2014-10-08
57 ==================
58
59   * Fix redirect loop when index file serving disabled
60
61 1.6.3 / 2014-09-24
62 ==================
63
64   * deps: send@0.9.3
65     - deps: etag@~1.4.0
66
67 1.6.2 / 2014-09-15
68 ==================
69
70   * deps: send@0.9.2
71     - deps: depd@0.4.5
72     - deps: etag@~1.3.1
73     - deps: range-parser@~1.0.2
74
75 1.6.1 / 2014-09-07
76 ==================
77
78   * deps: send@0.9.1
79     - deps: fresh@0.2.4
80
81 1.6.0 / 2014-09-07
82 ==================
83
84   * deps: send@0.9.0
85     - Add `lastModified` option
86     - Use `etag` to generate `ETag` header
87     - deps: debug@~2.0.0
88
89 1.5.4 / 2014-09-04
90 ==================
91
92   * deps: send@0.8.5
93     - Fix a path traversal issue when using `root`
94     - Fix malicious path detection for empty string path
95
96 1.5.3 / 2014-08-17
97 ==================
98
99   * deps: send@0.8.3
100
101 1.5.2 / 2014-08-14
102 ==================
103
104   * deps: send@0.8.2
105     - Work around `fd` leak in Node.js 0.10 for `fs.ReadStream`
106
107 1.5.1 / 2014-08-09
108 ==================
109
110   * Fix parsing of weird `req.originalUrl` values
111   * deps: parseurl@~1.3.0
112   * deps: utils-merge@1.0.0
113
114 1.5.0 / 2014-08-05
115 ==================
116
117   * deps: send@0.8.1
118     - Add `extensions` option
119
120 1.4.4 / 2014-08-04
121 ==================
122
123   * deps: send@0.7.4
124     - Fix serving index files without root dir
125
126 1.4.3 / 2014-07-29
127 ==================
128
129   * deps: send@0.7.3
130     - Fix incorrect 403 on Windows and Node.js 0.11
131
132 1.4.2 / 2014-07-27
133 ==================
134
135   * deps: send@0.7.2
136     - deps: depd@0.4.4
137
138 1.4.1 / 2014-07-26
139 ==================
140
141   * deps: send@0.7.1
142     - deps: depd@0.4.3
143
144 1.4.0 / 2014-07-21
145 ==================
146
147   * deps: parseurl@~1.2.0
148     - Cache URLs based on original value
149     - Remove no-longer-needed URL mis-parse work-around
150     - Simplify the "fast-path" `RegExp`
151   * deps: send@0.7.0
152     - Add `dotfiles` option
153     - deps: debug@1.0.4
154     - deps: depd@0.4.2
155
156 1.3.2 / 2014-07-11
157 ==================
158
159   * deps: send@0.6.0
160     - Cap `maxAge` value to 1 year
161     - deps: debug@1.0.3
162
163 1.3.1 / 2014-07-09
164 ==================
165
166   * deps: parseurl@~1.1.3
167     - faster parsing of href-only URLs
168
169 1.3.0 / 2014-06-28
170 ==================
171
172   * Add `setHeaders` option
173   * Include HTML link in redirect response
174   * deps: send@0.5.0
175     - Accept string for `maxAge` (converted by `ms`)
176
177 1.2.3 / 2014-06-11
178 ==================
179
180   * deps: send@0.4.3
181     - Do not throw un-catchable error on file open race condition
182     - Use `escape-html` for HTML escaping
183     - deps: debug@1.0.2
184     - deps: finished@1.2.2
185     - deps: fresh@0.2.2
186
187 1.2.2 / 2014-06-09
188 ==================
189
190   * deps: send@0.4.2
191     - fix "event emitter leak" warnings
192     - deps: debug@1.0.1
193     - deps: finished@1.2.1
194
195 1.2.1 / 2014-06-02
196 ==================
197
198   * use `escape-html` for escaping
199   * deps: send@0.4.1
200     - Send `max-age` in `Cache-Control` in correct format
201
202 1.2.0 / 2014-05-29
203 ==================
204
205   * deps: send@0.4.0
206     - Calculate ETag with md5 for reduced collisions
207     - Fix wrong behavior when index file matches directory
208     - Ignore stream errors after request ends
209     - Skip directories in index file search
210     - deps: debug@0.8.1
211
212 1.1.0 / 2014-04-24
213 ==================
214
215   * Accept options directly to `send` module
216   * deps: send@0.3.0
217
218 1.0.4 / 2014-04-07
219 ==================
220
221   * Resolve relative paths at middleware setup
222   * Use parseurl to parse the URL from request
223
224 1.0.3 / 2014-03-20
225 ==================
226
227   * Do not rely on connect-like environments
228
229 1.0.2 / 2014-03-06
230 ==================
231
232   * deps: send@0.2.0
233
234 1.0.1 / 2014-03-05
235 ==================
236
237   * Add mime export for back-compat
238
239 1.0.0 / 2014-03-05
240 ==================
241
242   * Genesis from `connect`