From e51fdbbc0e74f14aceef9f4e9729fc33e300bbc3 Mon Sep 17 00:00:00 2001 From: Jesse Glick Date: Wed, 26 Feb 2014 16:58:59 -0500 Subject: [PATCH] [FIXED JENKINS-21780] Revised fix to make cache work properly without introducing a new remote call to find hash codes. --- changelog.html | 6 +++--- .../src/main/java/hudson/model/DirectoryBrowserSupport.java | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/changelog.html b/changelog.html index f954db3bb0..e12777aa87 100644 --- a/changelog.html +++ b/changelog.html @@ -58,6 +58,9 @@ Upcoming changes
  • Archiving of symlinks as artifacts did not work in some cases. (issue 21958) +
  • + Slow rendering of directories with many entries in remote workspaces. + (issue 21780) @@ -98,9 +101,6 @@ Upcoming changes
  • Expensive symlink-related calls on Windows can be simplified. (issue 20534) -
  • - Slow rendering of directories with many entries in remote workspaces. - (issue 21780)

    What's new in 1.551 (2014/02/14)