Skip to content
This repository was archived by the owner on May 15, 2020. It is now read-only.

Commit 310f260

Browse files
jeremysstephenson
authored andcommitted
Release 0.6.0 with .test TLD support. Last foreseeable release.
1 parent e066510 commit 310f260

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

MANUAL.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,13 @@ looks like.
468468

469469
## Version History ##
470470

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+
471478
* **0.5.0** (October 16, 2014):
472479
* Support for OS X Yosemite. Pow no longer uses the ipfw firewall,
473480
which was deprecated in OS X 10.9 and removed in 10.10. Port

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
-----
3838

39-
Current Version: **0.5.0**
39+
Current Version: **0.6.0**
4040

4141
To install or upgrade Pow, open a terminal and run this command:
4242

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
POW_ROOT="$HOME/Library/Application Support/Pow"
4545
NODE_BIN="$POW_ROOT/Current/bin/node"
4646
POW_BIN="$POW_ROOT/Current/bin/pow"
47-
LATEST_VERSION="0.5.0"
47+
LATEST_VERSION="0.6.0"
4848

4949
if [ -z "$ARCHIVE_URL_ROOT" ]; then
5050
ARCHIVE_URL_ROOT="http://get.pow.cx/versions"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{ "name": "pow"
22
, "description": "Zero-configuration Rack server for Mac OS X"
3-
, "version": "0.5.0"
3+
, "version": "0.6.0"
44
, "author": "Sam Stephenson"
55
, "repository":
66
{ "type": "git"
7-
, "url": "http://github.com/sstephenson/pow.git"
7+
, "url": "https://github.com/sstephenson/pow.git"
88
}
99
, "bin": { "pow": "./bin/pow" }
1010
, "main": "./lib/index.js"

0 commit comments

Comments
 (0)