Merge "LOG SQL dump files getting installed"
[sdnc/oam.git] / dgbuilder / dgeflows / node_modules / serve-static / node_modules / send / HISTORY.md
1 0.12.1 / 2015-02-17
2 ===================
3
4   * Fix regression sending zero-length files
5
6 0.12.0 / 2015-02-16
7 ===================
8
9   * Always read the stat size from the file
10   * Fix mutating passed-in `options`
11   * deps: mime@1.3.4
12
13 0.11.1 / 2015-01-20
14 ===================
15
16   * Fix `root` path disclosure
17
18 0.11.0 / 2015-01-05
19 ===================
20
21   * deps: debug@~2.1.1
22   * deps: etag@~1.5.1
23     - deps: crc@3.2.1
24   * deps: ms@0.7.0
25     - Add `milliseconds`
26     - Add `msecs`
27     - Add `secs`
28     - Add `mins`
29     - Add `hrs`
30     - Add `yrs`
31   * deps: on-finished@~2.2.0
32
33 0.10.1 / 2014-10-22
34 ===================
35
36   * deps: on-finished@~2.1.1
37     - Fix handling of pipelined requests
38
39 0.10.0 / 2014-10-15
40 ===================
41
42   * deps: debug@~2.1.0
43     - Implement `DEBUG_FD` env variable support
44   * deps: depd@~1.0.0
45   * deps: etag@~1.5.0
46     - Improve string performance
47     - Slightly improve speed for weak ETags over 1KB
48
49 0.9.3 / 2014-09-24
50 ==================
51
52   * deps: etag@~1.4.0
53     - Support "fake" stats objects
54
55 0.9.2 / 2014-09-15
56 ==================
57
58   * deps: depd@0.4.5
59   * deps: etag@~1.3.1
60   * deps: range-parser@~1.0.2
61
62 0.9.1 / 2014-09-07
63 ==================
64
65   * deps: fresh@0.2.4
66
67 0.9.0 / 2014-09-07
68 ==================
69
70   * Add `lastModified` option
71   * Use `etag` to generate `ETag` header
72   * deps: debug@~2.0.0
73
74 0.8.5 / 2014-09-04
75 ==================
76
77   * Fix malicious path detection for empty string path
78
79 0.8.4 / 2014-09-04
80 ==================
81
82   * Fix a path traversal issue when using `root`
83
84 0.8.3 / 2014-08-16
85 ==================
86
87   * deps: destroy@1.0.3
88     - renamed from dethroy
89   * deps: on-finished@2.1.0
90
91 0.8.2 / 2014-08-14
92 ==================
93
94   * Work around `fd` leak in Node.js 0.10 for `fs.ReadStream`
95   * deps: dethroy@1.0.2
96
97 0.8.1 / 2014-08-05
98 ==================
99
100   * Fix `extensions` behavior when file already has extension
101
102 0.8.0 / 2014-08-05
103 ==================
104
105   * Add `extensions` option
106
107 0.7.4 / 2014-08-04
108 ==================
109
110   * Fix serving index files without root dir
111
112 0.7.3 / 2014-07-29
113 ==================
114
115   * Fix incorrect 403 on Windows and Node.js 0.11
116
117 0.7.2 / 2014-07-27
118 ==================
119
120   * deps: depd@0.4.4
121     - Work-around v8 generating empty stack traces
122
123 0.7.1 / 2014-07-26
124 ==================
125
126  * deps: depd@0.4.3
127    - Fix exception when global `Error.stackTraceLimit` is too low
128
129 0.7.0 / 2014-07-20
130 ==================
131
132  * Deprecate `hidden` option; use `dotfiles` option
133  * Add `dotfiles` option
134  * deps: debug@1.0.4
135  * deps: depd@0.4.2
136    - Add `TRACE_DEPRECATION` environment variable
137    - Remove non-standard grey color from color output
138    - Support `--no-deprecation` argument
139    - Support `--trace-deprecation` argument
140
141 0.6.0 / 2014-07-11
142 ==================
143
144  * Deprecate `from` option; use `root` option
145  * Deprecate `send.etag()` -- use `etag` in `options`
146  * Deprecate `send.hidden()` -- use `hidden` in `options`
147  * Deprecate `send.index()` -- use `index` in `options`
148  * Deprecate `send.maxage()` -- use `maxAge` in `options`
149  * Deprecate `send.root()` -- use `root` in `options`
150  * Cap `maxAge` value to 1 year
151  * deps: debug@1.0.3
152    - Add support for multiple wildcards in namespaces
153
154 0.5.0 / 2014-06-28
155 ==================
156
157  * Accept string for `maxAge` (converted by `ms`)
158  * Add `headers` event
159  * Include link in default redirect response
160  * Use `EventEmitter.listenerCount` to count listeners
161
162 0.4.3 / 2014-06-11
163 ==================
164
165  * Do not throw un-catchable error on file open race condition
166  * Use `escape-html` for HTML escaping
167  * deps: debug@1.0.2
168    - fix some debugging output colors on node.js 0.8
169  * deps: finished@1.2.2
170  * deps: fresh@0.2.2
171
172 0.4.2 / 2014-06-09
173 ==================
174
175  * fix "event emitter leak" warnings
176  * deps: debug@1.0.1
177  * deps: finished@1.2.1
178
179 0.4.1 / 2014-06-02
180 ==================
181
182  * Send `max-age` in `Cache-Control` in correct format
183
184 0.4.0 / 2014-05-27
185 ==================
186
187  * Calculate ETag with md5 for reduced collisions
188  * Fix wrong behavior when index file matches directory
189  * Ignore stream errors after request ends
190    - Goodbye `EBADF, read`
191  * Skip directories in index file search
192  * deps: debug@0.8.1
193
194 0.3.0 / 2014-04-24
195 ==================
196
197  * Fix sending files with dots without root set
198  * Coerce option types
199  * Accept API options in options object
200  * Set etags to "weak"
201  * Include file path in etag
202  * Make "Can't set headers after they are sent." catchable
203  * Send full entity-body for multi range requests
204  * Default directory access to 403 when index disabled
205  * Support multiple index paths
206  * Support "If-Range" header
207  * Control whether to generate etags
208  * deps: mime@1.2.11
209
210 0.2.0 / 2014-01-29
211 ==================
212
213  * update range-parser and fresh
214
215 0.1.4 / 2013-08-11 
216 ==================
217
218  * update fresh
219
220 0.1.3 / 2013-07-08 
221 ==================
222
223  * Revert "Fix fd leak"
224
225 0.1.2 / 2013-07-03 
226 ==================
227
228  * Fix fd leak
229
230 0.1.0 / 2012-08-25 
231 ==================
232
233   * add options parameter to send() that is passed to fs.createReadStream() [kanongil]
234
235 0.0.4 / 2012-08-16 
236 ==================
237
238   * allow custom "Accept-Ranges" definition
239
240 0.0.3 / 2012-07-16 
241 ==================
242
243   * fix normalization of the root directory. Closes #3
244
245 0.0.2 / 2012-07-09 
246 ==================
247
248   * add passing of req explicitly for now (YUCK)
249
250 0.0.1 / 2010-01-03
251 ==================
252
253   * Initial release