[Pkg-javascript-commits] [node-static] 12/151: (dist doc) version bump
Tonnerre Lombard
tonnerre-guest at moszumanska.debian.org
Tue Jan 7 23:17:55 UTC 2014
This is an automated email from the git hooks/post-receive script.
tonnerre-guest pushed a commit to branch master
in repository node-static.
commit d029413f29735f52e1bd6799c131ee02018945e2
Author: cloudhead <self at cloudhead.net>
Date: Mon Aug 2 15:02:11 2010 -0400
(dist doc) version bump
---
README.md | 1 +
lib/node-static.js | 2 +-
package.json | 4 ++--
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 1dc886e..f756593 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,7 @@ node-static
> a simple, *rfc 2616 compliant* file streaming module for [node](http://nodejs.org)
+node-static has an in-memory file cache, making it highly efficient.
node-static understands and supports *conditional GET* and *HEAD* requests.
node-static was inspired by some of the other static-file serving modules out there,
such as node-paperboy and antinode.
diff --git a/lib/node-static.js b/lib/node-static.js
index dd41c65..0c35fdb 100644
--- a/lib/node-static.js
+++ b/lib/node-static.js
@@ -6,7 +6,7 @@ var fs = require('fs'),
url = require('url'),
path = require('path');
-this.version = [0, 2, 0];
+this.version = [0, 3, 0];
var mime = require('./node-static/mime');
diff --git a/package.json b/package.json
index e839e0f..056d160 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,7 @@
"dependencies" : [],
"lib" : "lib",
"main" : "./lib/node-static",
- "version" : "0.2.1",
+ "version" : "0.3.0",
"directories" : { "lib": "./lib/node-static", "test": "./test" },
- "engines" : { "node": ">= 0.1.98" }
+ "engines" : { "node": ">= 0.1.100" }
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-static.git
More information about the Pkg-javascript-commits
mailing list