Skip to content

Commit

Permalink
Release 0.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Feb 14, 2011
1 parent c6d4c14 commit 2445907
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions History.md
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,11 @@


0.5.10 / 2011-02-14
==================

* Fixed SID space issue. Closes #196
* Fixed; proxy `res.end()` to commit session data
* Fixed directory traversal attack in `staticProvider`. Closes #198

0.5.9 / 2011-02-09 0.5.9 / 2011-02-09
================== ==================


Expand Down
2 changes: 1 addition & 1 deletion lib/connect/index.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Framework version. * Framework version.
*/ */


exports.version = '0.5.9'; exports.version = '0.5.10';


/** /**
* Module dependencies. * Module dependencies.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "connect", "name": "connect",
"description": "High performance middleware framework", "description": "High performance middleware framework",
"keywords": ["framework", "web", "middleware", "connect", "rack"], "keywords": ["framework", "web", "middleware", "connect", "rack"],
"version": "0.5.9", "version": "0.5.10",
"repository": "git://github.com/senchalabs/connect.git", "repository": "git://github.com/senchalabs/connect.git",
"author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)", "author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)",
"dependencies": { "qs": ">= 0.0.5" }, "dependencies": { "qs": ">= 0.0.6" },
"main": "index", "main": "index",
"engines": { "node": ">= 0.2.5" } "engines": { "node": ">= 0.2.5" }
} }

0 comments on commit 2445907

Please sign in to comment.