Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-20892] Noting merge of #1046.
  • Loading branch information
jglick committed Dec 10, 2013
1 parent 67b1633 commit 9679a61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.html
Expand Up @@ -67,6 +67,9 @@
<li class=bug>
<code>groovysh</code> command did not work in authenticated Jenkins instances.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-17929">issue 17929</a>)
<li class=bug>
Avoid eagerly loading all builds when displaying lists of them (<i>Build History</i> and <i>Build Time Trend</i> UIs).
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20892">issue 20892</a>)
<li class=bug>
Error page should be visible even if the anonymous user does not have overall/read access.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20866">issue 20866</a>)
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/hudson/util/RunList.java
Expand Up @@ -187,7 +187,7 @@ RunList<R> fromRuns(Collection<? extends R> runs) {
/**
* Returns elements that satisfy the given predicate.
* <em>Warning:</em> this method mutates the original list and then returns it.
* @since TODO
* @since 1.544
*/
public RunList<R> filter(Predicate<R> predicate) {
size = null;
Expand Down

0 comments on commit 9679a61

Please sign in to comment.