Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

will not work on Windows #26

Merged
merged 1 commit into from
Jun 4, 2015
Merged

will not work on Windows #26

merged 1 commit into from
Jun 4, 2015

Conversation

chorny
Copy link
Contributor

@chorny chorny commented May 30, 2015

No description provided.

kazuho added a commit that referenced this pull request Jun 4, 2015
will not work on Windows
@kazuho kazuho merged commit 4e1d10e into kazuho:master Jun 4, 2015
@kazuho
Copy link
Owner

kazuho commented Jun 4, 2015

Thank you for the PR!

@kazuho kazuho mentioned this pull request Jun 4, 2015
kazuho added a commit that referenced this pull request Jun 4, 2015
Changelog diff is:

diff --git a/Changes b/Changes
index 69ef129..8e851f1 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,12 @@ Revision history for Perl extension Server::Starter.

 {{$NEXT}}

+0.29 2015-06-04T06:45:26Z
+	- build should fail on Windows (thanks to chorny) #26
+	- add `--stop` option (thanks to tokuhirom) #28
+	- do not close STDIN in case the listening port is mapped to fd zero (thanks to tokuhirom) #29 #24
+	- reopen STDIN to suppress unnecessary warnings (thanks to touhirom) #30
+
 0.28 2015-05-28T22:08:37Z
 	- add `--port=[host:]port=fd` option for specifying the file descriptor number (thanks to tokuhirom) #24
kazuho added a commit that referenced this pull request Jun 5, 2015
Changelog diff is:

diff --git a/Changes b/Changes
index 8e851f1..e6f4b69 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for Perl extension Server::Starter.

 {{$NEXT}}

+0.30 2015-06-05T05:28:43Z
+	- unlink the status file only when created by itself (thanks to tokuhirom) #32
+	- redo #26 (thanks to tokuhirom) #31
+
 0.29 2015-06-04T06:45:26Z
 	- build should fail on Windows (thanks to chorny) #26
 	- add `--stop` option (thanks to tokuhirom) #28
kazuho added a commit that referenced this pull request Jul 20, 2015
Changelog diff is:

diff --git a/Changes b/Changes
index e6f4b69..1232b86 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for Perl extension Server::Starter.

 {{$NEXT}}

+0.31 2015-07-20T02:38:57Z
+	- do not remove the socket file when becoming a daemon (thanks to andyjones) #34 #36
+	- emit name of the directory to which it failed to chdir(2) (thanks to tokuhirom) #33
+
 0.30 2015-06-05T05:28:43Z
 	- unlink the status file only when created by itself (thanks to tokuhirom) #32
 	- redo #26 (thanks to tokuhirom) #31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants