提交 604f68a1 编写于 作者: K Kohsuke Kawaguchi

[FIXED HUDSON-5114] don't hard code umask to 027.

上级 68ed7422
......@@ -45,6 +45,9 @@ Upcoming changes</a>
(<a href="http://issues.hudson-ci.org/browse/HUDSON-8401">issue 8401</a>)
<li class=bug>
If a master fails to ping a slave, it should be hard-disconnected.
<li class=bug>
"java -jar hudson.war --daemon" was forcing umask 027. This includes Debian/redhat packages.
(<a href="http://issues.hudson-ci.org/browse/HUDSON-5114">issue 5114</a>)
<li class=rfe>
If the JNLP-connected slave drops out without the master not noticing, allow the reconnection
without rejecting it.
......
......@@ -748,7 +748,7 @@ THE SOFTWARE.
<dependency>
<groupId>com.sun.akuma</groupId>
<artifactId>akuma</artifactId>
<version>1.2</version>
<version>1.4</version>
</dependency>
<dependency>
<groupId>org.jvnet.libpam4j</groupId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册