Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: da9c2c55c1962dc805a3bc74f7950379371dab98
      
https://github.com/jenkinsci/jenkins/commit/da9c2c55c1962dc805a3bc74f7950379371dab98
  Author: Richard Mortimer <ri...@oldelvet.org.uk>
  Date:   2013-07-11 (Thu, 11 Jul 2013)

  Changed paths:
    M changelog.html
    M core/src/main/java/hudson/model/Slave.java

  Log Message:
  -----------
  [FIXED JENKINS-18671] Clock Difference broken on Manage Nodes page

System.nanos() returns a monotonically increasing value that is not related
to wallclock time. Use System.currentTimeMillis() instead.


  Commit: a7e83ec8d6a09e1c560b3375ca672c73f6c7a01e
      
https://github.com/jenkinsci/jenkins/commit/a7e83ec8d6a09e1c560b3375ca672c73f6c7a01e
  Author: Richard Mortimer <ri...@oldelvet.org.uk>
  Date:   2013-07-11 (Thu, 11 Jul 2013)

  Changed paths:
    M core/src/main/java/hudson/node_monitors/ResponseTimeMonitor.java

  Log Message:
  -----------
  Use System.currentTimeMillis() instead of System.nanoTime() to protect
against incorrect values if times are ever compared between different JVM nodes


  Commit: 5096d24b7b1471503184818f39ed7a8d9e51290f
      
https://github.com/jenkinsci/jenkins/commit/5096d24b7b1471503184818f39ed7a8d9e51290f
  Author: Richard Mortimer <ri...@oldelvet.org.uk>
  Date:   2013-07-11 (Thu, 11 Jul 2013)

  Changed paths:
    A test/src/test/java/hudson/node_monitors/ClockMonitorDescriptorTest.java

  Log Message:
  -----------
  Add basic ClockMonitorDescriptor test


  Commit: 806d1091edb6b464cfd1d540d9ebabae7e15ba0f
      
https://github.com/jenkinsci/jenkins/commit/806d1091edb6b464cfd1d540d9ebabae7e15ba0f
  Author: Christoph Kutzinski <ku...@gmx.de>
  Date:   2013-07-12 (Fri, 12 Jul 2013)

  Changed paths:
    M changelog.html
    M core/src/main/java/hudson/model/Slave.java
    M core/src/main/java/hudson/node_monitors/ResponseTimeMonitor.java
    A test/src/test/java/hudson/node_monitors/ClockMonitorDescriptorTest.java

  Log Message:
  -----------
  Merge pull request #845 from oldelvet/jenkins-18671

[FIXED JENKINS-18671] Clock Difference broken on Manage Nodes page


Compare: 
https://github.com/jenkinsci/jenkins/compare/10643f9cf61e...806d1091edb6

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to