Skip to content

Commit

Permalink
Merge tag '3.17.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Sep 18, 2014
2 parents 91891e3 + 63286e1 commit b2518fe
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions History.md
@@ -1,3 +1,10 @@
unreleased
==========

* deps: proxy-addr@~1.0.2
- Fix a global leak when multiple subnets are trusted
- deps: ipaddr.js@0.1.3

4.9.2 / 2014-09-17
==================

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

3.17.3 / 2014-09-18
===================

* deps: proxy-addr@~1.0.2
- Fix a global leak when multiple subnets are trusted
- deps: ipaddr.js@0.1.3

3.17.2 / 2014-09-15
===================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -40,7 +40,7 @@
"on-finished": "~2.1.0",
"parseurl": "~1.3.0",
"path-to-regexp": "0.1.3",
"proxy-addr": "1.0.1",
"proxy-addr": "~1.0.2",
"qs": "2.2.3",
"range-parser": "~1.0.2",
"send": "0.9.2",
Expand Down

0 comments on commit b2518fe

Please sign in to comment.