Skip to content

Commit

Permalink
Merge tag '3.19.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Feb 1, 2015
2 parents fea768d + 8632876 commit c73d765
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ unreleased
==========

* Fix `res.redirect` double-calling `res.end` for `HEAD` requests
* deps: proxy-addr@~1.0.6
- deps: ipaddr.js@0.1.8
* deps: type-is@~1.5.6
- deps: mime-types@~2.0.8

Expand Down Expand Up @@ -674,6 +676,19 @@ unreleased
- `app.route()` - Proxy to the app's `Router#route()` method to create a new route
- Router & Route - public API

3.19.2 / 2015-02-01
===================

* deps: connect@2.28.3
- deps: compression@~1.3.1
- deps: csurf@~1.6.6
- deps: errorhandler@~1.3.3
- deps: express-session@~1.10.2
- deps: serve-index@~1.6.1
- deps: type-is@~1.5.6
* deps: proxy-addr@~1.0.6
- deps: ipaddr.js@0.1.8

3.19.1 / 2015-01-20
===================

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"on-finished": "~2.2.0",
"parseurl": "~1.3.0",
"path-to-regexp": "0.1.3",
"proxy-addr": "~1.0.5",
"proxy-addr": "~1.0.6",
"qs": "2.3.3",
"range-parser": "~1.0.2",
"send": "0.11.1",
Expand All @@ -56,10 +56,10 @@
"after": "0.8.1",
"ejs": "2.1.4",
"istanbul": "0.3.5",
"marked": "0.3.3",
"mocha": "~2.1.0",
"should": "~4.6.1",
"should": "~4.6.2",
"supertest": "~0.15.0",
"marked": "0.3.2",
"hjs": "~0.0.6",
"body-parser": "~1.10.2",
"connect-redis": "~2.1.0",
Expand Down

0 comments on commit c73d765

Please sign in to comment.