Skip to content

Commit

Permalink
Release 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jul 6, 2011
1 parent 7c58946 commit 6f192b2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions History.md
@@ -1,4 +1,14 @@

1.5.2 / 2011-07-06
==================

* Added `filter` function option to `directory()` [David Rio Deiros]
* Changed: re-write of the `logger()` middleware, with extensible tokens and formats
* Changed: `static.send()` ".." in path without root considered malicious
* Fixed quotes in docs. Closes #312
* Fixed urls when mounting `directory()`, use `originalUrl` [Daniel Dickison]


1.5.1 / 2011-06-20
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/connect.js
Expand Up @@ -26,7 +26,7 @@ exports = module.exports = createServer;
* Framework version.
*/

exports.version = '1.5.1';
exports.version = '1.5.2';

/**
* Initialize a new `connect.HTTPServer` with the middleware
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "connect",
"version": "1.5.1",
"version": "1.5.2",
"description": "High performance middleware framework",
"keywords": ["framework", "web", "middleware", "connect", "rack"],
"repository": "git://github.com/senchalabs/connect.git",
Expand Down

0 comments on commit 6f192b2

Please sign in to comment.