Branch: refs/heads/stable
Home: https://github.com/jenkinsci/jenkins
Commit: 7bc441d17c67d435c9b5e67dbca236abc124ff54
https://github.com/jenkinsci/jenkins/commit/7bc441d17c67d435c9b5e67dbca236abc124ff54
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2013-01-25 (Fri, 25 Jan 2013)
Changed paths:
M changelog.html
M pom.xml
Log Message:
-----------
[FIXED JENKINS-9679] integrated remoting 2.21 that contains the fix.
(cherry picked from commit 8a4bedd0df9b5d642945eb601ddb99bb75e87131)
Conflicts:
changelog.html
pom.xml
Commit: bd03abbcc0078c2f250c2e3ee2c8d3c4a9d210ca
https://github.com/jenkinsci/jenkins/commit/bd03abbcc0078c2f250c2e3ee2c8d3c4a9d210ca
Author: Jesse Glick <[email protected]>
Date: 2013-01-25 (Fri, 25 Jan 2013)
Changed paths:
M changelog.html
M core/src/main/java/hudson/model/View.java
Log Message:
-----------
[JENKINS-16342] Improving responsiveness of asynchPeople when Gravatar plugin
is in use.
This change does not necessarily improve total performance, since the avatar is
still computed.
But (1) the computation is correctly done in the work thread, not in the HTTP
response thread;
(2) the computation is done just once for a given User, which could reduce load
when many AJAX checks are done.(cherry picked from commit
c757e65431ad1aec9a3bebe81ac919577e51ac58)
Conflicts:
changelog.html
Compare:
https://github.com/jenkinsci/jenkins/compare/cb6f200e8663...bd03abbcc007