Skip to content

Commit

Permalink
[FIXED JENKINS-8660] recording the fix from Jerome Lacoste.
Browse files Browse the repository at this point in the history
  • Loading branch information
kohsuke committed Feb 5, 2011
1 parent 691f230 commit 6c52125
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.html
Expand Up @@ -64,6 +64,9 @@
<li class=bug>
Fixed a bug in the calendar computation.
(<a href="http://issues.hudson-ci.org/browse/HUDSON-8656">issue 8656 in Hudson</a>)
<li class=bug>
Fixed an NPE when loading full build history.
(<a href="http://issues.jenkins-ci.org/browse/JENKINS-8660">issue 8660</a>)
<li class=rfe>
build RSS feeds now contain description of builds.
(<a href="http://issues.jenkins-ci.org/browse/JENKINS-3935">issue 3935</a>)
Expand Down
1 change: 0 additions & 1 deletion core/src/main/java/hudson/widgets/HistoryWidget.java
Expand Up @@ -33,7 +33,6 @@
import org.kohsuke.stapler.StaplerResponse;

import javax.servlet.ServletException;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Iterator;
Expand Down

0 comments on commit 6c52125

Please sign in to comment.