提交 b2e19b72 编写于 作者: K Kohsuke Kawaguchi

incorporated a newer version of Winstone

上级 8c412ca0
......@@ -61,14 +61,18 @@ Upcoming changes</a>
<li class=bug>
Fixed an occasional "URI must start with a slash" error when the anonymous user doesn't have the read access.
<li class="rfe">
OS X installer can optionally create a new user &quot;jenkins&quot; and use
it. This user has a writable home directory, making it possible to set up ssh for Jenkins.
OS X installer can optionally create a new user &quot;jenkins&quot; and use
it. This user has a writable home directory, making it possible to set up ssh for Jenkins.
<li class="rfe">
No workspace available message includes wiped out workspace as a potential cause.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-10432">issue 10432</a>)
<li class="bug">
Stop users being created in memory if they failed to provide all the required registration information correctly.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-7096">issue 7096</a>)
Stop users being created in memory if they failed to provide all the required registration information correctly.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-7096">issue 7096</a>)
<li class=bug>
<tt>java -jar jenkins.war</tt> finally detects invalid command line options and report that as an error.
<li class=rfe>
When run in terminal, warning/error messages are colored.
</ul>
</div><!--=TRUNK-END=-->
......
......@@ -51,7 +51,7 @@ THE SOFTWARE.
<dependency>
<groupId>org.jenkins-ci</groupId>
<artifactId>executable-war</artifactId>
<version>1.25</version>
<version>1.26</version>
<scope>provided</scope>
</dependency>
......@@ -99,7 +99,7 @@ THE SOFTWARE.
-->
<groupId>org.jenkins-ci</groupId>
<artifactId>winstone</artifactId>
<version>0.9.10-jenkins-32</version>
<version>0.9.10-jenkins-33</version>
<scope>test</scope>
</dependency>
<dependency>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册