Skip to content

Commit

Permalink
Release 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
logicalparadox committed Mar 4, 2012
1 parent dd85c8a commit 0096a49
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@

0.0.8 / 2012-03-03
==================

* [bug] overwriting Worker#spawn method. #2
* [test] change server port to prevent collision
* [tests] multiple balancer. Closes #2
* [balancer-worker] support restarting
* [balancer-master] refactor spawnWorker for smarter starting
* [balancer-spawn] should exit on error
* [examples] added 2nd balancer
* [balancer master] #getNextWorker is async to give process time to start up
* [balancer] copy all env variables to forked process. Closes #1
* balancer test + fixtures

0.0.7 / 2012-03-03
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/carbon.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var http = require('http')
/*!
* Version
*/
exports.version = '0.0.7';
exports.version = '0.0.8';

/*!
* Expose our constructors
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Jake Luer <jake@qualiancy.com>",
"name": "carbon",
"description": "Little proxy.",
"version": "0.0.7",
"version": "0.0.8",
"repository": {
"type": "git",
"url": "git://github.com/qualiancy/carbon.git"
Expand Down

0 comments on commit 0096a49

Please sign in to comment.