This repository was archived by the owner on May 15, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -468,6 +468,13 @@ looks like.
468
468
469
469
## Version History ##
470
470
471
+ * ** 0.6.0** (December 8, 2017):
472
+ * Switch top-level domain from .dev to .test. Google owns .dev and
473
+ enabled HSTS on it, breaking non-HTTPS sites. The .dev TLD is still
474
+ enabled for backward compatibility, but .test is the new default.
475
+ * This is the last release for the forseeable future. Check out
476
+ [ puma-dev] ( https://github.com/puma/puma-dev#readme ) for a contemporary alternative.
477
+
471
478
* ** 0.5.0** (October 16, 2014):
472
479
* Support for OS X Yosemite. Pow no longer uses the ipfw firewall,
473
480
which was deprecated in OS X 10.9 and removed in 10.10. Port
Original file line number Diff line number Diff line change 36
36
37
37
-----
38
38
39
- Current Version: ** 0.5 .0**
39
+ Current Version: ** 0.6 .0**
40
40
41
41
To install or upgrade Pow, open a terminal and run this command:
42
42
Original file line number Diff line number Diff line change 44
44
POW_ROOT=" $HOME /Library/Application Support/Pow"
45
45
NODE_BIN=" $POW_ROOT /Current/bin/node"
46
46
POW_BIN=" $POW_ROOT /Current/bin/pow"
47
- LATEST_VERSION=" 0.5 .0"
47
+ LATEST_VERSION=" 0.6 .0"
48
48
49
49
if [ -z " $ARCHIVE_URL_ROOT " ]; then
50
50
ARCHIVE_URL_ROOT=" http://get.pow.cx/versions"
Original file line number Diff line number Diff line change 1
1
{ "name" : " pow"
2
2
, "description" : " Zero-configuration Rack server for Mac OS X"
3
- , "version" : " 0.5 .0"
3
+ , "version" : " 0.6 .0"
4
4
, "author" : " Sam Stephenson"
5
5
, "repository" :
6
6
{ "type" : " git"
7
- , "url" : " http ://github.com/sstephenson/pow.git"
7
+ , "url" : " https ://github.com/sstephenson/pow.git"
8
8
}
9
9
, "bin" : { "pow" : " ./bin/pow" }
10
10
, "main" : " ./lib/index.js"
You can’t perform that action at this time.
0 commit comments