Merge tag '3.17.8'

This commit is contained in:
Douglas Christopher Wilson 2014-10-16 01:27:44 -04:00
commit 2c5ed88c90
3 changed files with 10 additions and 2 deletions

View File

@ -526,6 +526,14 @@
- `app.route()` - Proxy to the app's `Router#route()` method to create a new route
- Router & Route - public API
3.17.8 / 2014-10-15
===================
* deps: connect@2.26.6
- deps: compression@~1.1.2
- deps: csurf@~1.6.2
- deps: errorhandler@~1.2.2
3.17.7 / 2014-10-08
===================

View File

@ -806,7 +806,7 @@ res.redirect = function redirect(url) {
status = arguments[0];
address = arguments[1];
} else {
deprecate('res.redirect(ur, status): Use res.redirect(status, url) instead');
deprecate('res.redirect(url, status): Use res.redirect(status, url) instead');
status = arguments[1];
}
}

View File

@ -54,7 +54,7 @@
"devDependencies": {
"after": "0.8.1",
"istanbul": "0.3.2",
"mocha": "~1.21.4",
"mocha": "~1.21.5",
"should": "~4.0.4",
"supertest": "~0.14.0",
"ejs": "~1.0.0",