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