Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Nov 19, 2013
1 parent 1d69ef7 commit c9ad4e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.4.1-
* change to writeHead, no longer depending on connect's res.on('header') event
* fix checking existence of res.socket before checking res.socket.encrypted
* documentation added js syntax highlighting

0.4.0 -
* add activeDuration with default to 5 minutes
* add checking for native Proxy before using node-proxy
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "client-sessions",
"version" : "0.4.0",
"version" : "0.4.1",
"description" : "secure sessions stored in cookies",
"main" : "lib/client-sessions",
"repository" : {
Expand Down

0 comments on commit c9ad4e7

Please sign in to comment.