Skip to content

Commit

Permalink
Release 3.0.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jul 24, 2012
1 parent a50f02e commit 2d91eac
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@

3.0.0rc1 / 2012-07-24
==================

* add more examples to view-locals
* add scheme-relative redirects (`res.redirect("//foo.com")`) support
* update cookie dep
* update connect dep
* update send dep
* fix `express(1)` -h flag, use -H for hogan. Closes #1245
* fix `res.sendfile()` socket error handling regression

3.0.0beta7 / 2012-07-16
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/express.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ exports = module.exports = createApplication;
* Framework version.
*/

exports.version = '3.0.0beta7';
exports.version = '3.0.0rc1';

/**
* Expose mime.
Expand Down

0 comments on commit 2d91eac

Please sign in to comment.