Branch: refs/heads/rc
  Home:   https://github.com/jenkinsci/jenkins
  Commit: d2a2ec589f4728fa2cfa35371155bce7cc95a0a7
      
https://github.com/jenkinsci/jenkins/commit/d2a2ec589f4728fa2cfa35371155bce7cc95a0a7
  Author: christ66 <[email protected]>
  Date:   2014-02-28 (Fri, 28 Feb 2014)

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

  Log Message:
  -----------
  [FIXED JENKINS-21999] If a slave node does not exist it will throw a
null pointer exception. Instead we create a dummy launcher and return
that if it is unable to get the slave node.


  Commit: eabd1ba5ceed326339ec986cb4edf2d7dabf8bd2
      
https://github.com/jenkinsci/jenkins/commit/eabd1ba5ceed326339ec986cb4edf2d7dabf8bd2
  Author: christ66 <[email protected]>
  Date:   2014-03-18 (Tue, 18 Mar 2014)

  Changed paths:
    M core/src/main/java/hudson/Launcher.java

  Log Message:
  -----------
  Throw IOException if trying to launch a DummyLauncher. Restrict
DummyLauncher class to no external use.


  Commit: 7037c23d956e7b732f599d43ca35d07145114622
      
https://github.com/jenkinsci/jenkins/commit/7037c23d956e7b732f599d43ca35d07145114622
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

  Changed paths:
    M cli/pom.xml
    M core/pom.xml
    M plugins/pom.xml
    M pom.xml
    M test/pom.xml
    M war/pom.xml

  Log Message:
  -----------
  the trunk is toward 1.559-SNAPSHOT


  Commit: bcc86148561ad9ab4a0365ff00d28ff7ee71d57c
      
https://github.com/jenkinsci/jenkins/commit/bcc86148561ad9ab4a0365ff00d28ff7ee71d57c
  Author: Jesse Glick <[email protected]>
  Date:   2014-04-01 (Tue, 01 Apr 2014)

  Changed paths:
    M changelog.html
    M core/src/main/java/hudson/Functions.java
    M core/src/test/java/hudson/FunctionsTest.java

  Log Message:
  -----------
  [FIXED JENKINS-18364] Functions.getRelativeLinkTo is called many times during 
rendering, so skip checking View.getItems which is expensive.


  Commit: 4a23ad9819148725ea9125b4f7e36c9c30afe830
      
https://github.com/jenkinsci/jenkins/commit/4a23ad9819148725ea9125b4f7e36c9c30afe830
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2014-04-01 (Tue, 01 Apr 2014)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Merge branch 'rc'


  Commit: 78154778c8f84062432900645efc09f77b712479
      
https://github.com/jenkinsci/jenkins/commit/78154778c8f84062432900645efc09f77b712479
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2014-04-01 (Tue, 01 Apr 2014)

  Changed paths:
    A 
core/src/main/java/jenkins/slaves/restarter/JnlpSlaveRestarterInstaller.java
    A core/src/main/java/jenkins/slaves/restarter/SlaveRestarter.java
    A core/src/main/java/jenkins/slaves/restarter/UnixSlaveRestarter.java
    A core/src/main/java/jenkins/slaves/restarter/WinswSlaveRestarter.java

  Log Message:
  -----------
  [JENKINS-19055]

Adding extension point so that the master can install code that restarts JNLP 
slaves.


  Commit: 14f73760544d1e37ebd95f44708c8a147919a198
      
https://github.com/jenkinsci/jenkins/commit/14f73760544d1e37ebd95f44708c8a147919a198
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2014-04-01 (Tue, 01 Apr 2014)

  Changed paths:
    A core/src/main/resources/jenkins/slaves/systemInfo/Messages_da.properties
    A core/src/main/resources/jenkins/slaves/systemInfo/Messages_de.properties
    A core/src/main/resources/jenkins/slaves/systemInfo/Messages_es.properties
    A core/src/main/resources/jenkins/slaves/systemInfo/Messages_fr.properties
    A core/src/main/resources/jenkins/slaves/systemInfo/Messages_ja.properties
    A core/src/main/resources/jenkins/slaves/systemInfo/Messages_lt.properties
    A core/src/main/resources/jenkins/slaves/systemInfo/Messages_lv.properties
    A core/src/main/resources/jenkins/slaves/systemInfo/Messages_nl.properties
    A 
core/src/main/resources/jenkins/slaves/systemInfo/Messages_pt_BR.properties
    A core/src/main/resources/jenkins/slaves/systemInfo/Messages_ru.properties
    A 
core/src/main/resources/jenkins/slaves/systemInfo/Messages_sv_SE.properties
    A 
core/src/main/resources/jenkins/slaves/systemInfo/Messages_zh_TW.properties

  Log Message:
  -----------
  Copied from systemInfo messages


  Commit: 54d88949225bdc46e06a6781ab7a60fbec025299
      
https://github.com/jenkinsci/jenkins/commit/54d88949225bdc46e06a6781ab7a60fbec025299
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2014-04-01 (Tue, 01 Apr 2014)

  Changed paths:
    M core/src/main/java/hudson/slaves/SlaveComputer.java
    A 
core/src/main/java/jenkins/slaves/systemInfo/ClassLoaderStatisticsSlaveInfo.java
    A core/src/main/java/jenkins/slaves/systemInfo/EnvVarsSlaveInfo.java
    A core/src/main/java/jenkins/slaves/systemInfo/SlaveSystemInfo.java
    A core/src/main/java/jenkins/slaves/systemInfo/SystemPropertySlaveInfo.java
    A core/src/main/java/jenkins/slaves/systemInfo/ThreadDumpSlaveInfo.java
    R core/src/main/resources/hudson/slaves/SlaveComputer/statistics.groovy
    M core/src/main/resources/hudson/slaves/SlaveComputer/systemInfo.jelly
    A 
core/src/main/resources/jenkins/slaves/systemInfo/ClassLoaderStatisticsSlaveInfo/systemInfo.groovy
    A 
core/src/main/resources/jenkins/slaves/systemInfo/EnvVarsSlaveInfo/systemInfo.jelly
    A core/src/main/resources/jenkins/slaves/systemInfo/Messages.properties
    M core/src/main/resources/jenkins/slaves/systemInfo/Messages_da.properties
    M core/src/main/resources/jenkins/slaves/systemInfo/Messages_de.properties
    M core/src/main/resources/jenkins/slaves/systemInfo/Messages_es.properties
    M core/src/main/resources/jenkins/slaves/systemInfo/Messages_fr.properties
    M core/src/main/resources/jenkins/slaves/systemInfo/Messages_ja.properties
    M core/src/main/resources/jenkins/slaves/systemInfo/Messages_lt.properties
    M core/src/main/resources/jenkins/slaves/systemInfo/Messages_lv.properties
    M core/src/main/resources/jenkins/slaves/systemInfo/Messages_nl.properties
    M 
core/src/main/resources/jenkins/slaves/systemInfo/Messages_pt_BR.properties
    M core/src/main/resources/jenkins/slaves/systemInfo/Messages_ru.properties
    M 
core/src/main/resources/jenkins/slaves/systemInfo/Messages_sv_SE.properties
    M 
core/src/main/resources/jenkins/slaves/systemInfo/Messages_zh_TW.properties
    A 
core/src/main/resources/jenkins/slaves/systemInfo/SystemPropertySlaveInfo/systemInfo.jelly
    A 
core/src/main/resources/jenkins/slaves/systemInfo/ThreadDumpSlaveInfo/systemInfo.jelly

  Log Message:
  -----------
  System information of slaves are now  extension points.

Existing implementations are retrofitted to the new extension point.


  Commit: 07db9c85048d5072b9adc602c6cf05091b8aafd7
      
https://github.com/jenkinsci/jenkins/commit/07db9c85048d5072b9adc602c6cf05091b8aafd7
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2014-04-01 (Tue, 01 Apr 2014)

  Changed paths:
    M 
core/src/main/java/jenkins/slaves/restarter/JnlpSlaveRestarterInstaller.java

  Log Message:
  -----------
  error handling improvement and bug fix


  Commit: a7b22eb3d095a580cd79aecd82852ad0a3157fed
      
https://github.com/jenkinsci/jenkins/commit/a7b22eb3d095a580cd79aecd82852ad0a3157fed
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2014-04-01 (Tue, 01 Apr 2014)

  Changed paths:
    M core/pom.xml
    M 
core/src/main/java/jenkins/slaves/systemInfo/ClassLoaderStatisticsSlaveInfo.java
    M core/src/main/java/jenkins/slaves/systemInfo/EnvVarsSlaveInfo.java
    M core/src/main/java/jenkins/slaves/systemInfo/SystemPropertySlaveInfo.java
    M core/src/main/java/jenkins/slaves/systemInfo/ThreadDumpSlaveInfo.java
    M pom.xml

  Log Message:
  -----------
  resurrect the original ordering


  Commit: 88773cb38429ee28b27801a475eb9ac3cbfb2d46
      
https://github.com/jenkinsci/jenkins/commit/88773cb38429ee28b27801a475eb9ac3cbfb2d46
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2014-04-01 (Tue, 01 Apr 2014)

  Changed paths:
    M core/src/main/java/jenkins/slaves/restarter/WinswSlaveRestarter.java

  Log Message:
  -----------
  report the output in the same place the rest of the log goes


  Commit: 62aa9b91b1bc126ec5b5b7196b5b5cfe542fdd2f
      
https://github.com/jenkinsci/jenkins/commit/62aa9b91b1bc126ec5b5b7196b5b5cfe542fdd2f
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2014-04-01 (Tue, 01 Apr 2014)

  Changed paths:
    M 
core/src/main/java/jenkins/slaves/restarter/JnlpSlaveRestarterInstaller.java

  Log Message:
  -----------
  added temporary diagnostic UI


  Commit: 0b43abb7b3b0a884cc6fcdb99bf03f882d07b74d
      
https://github.com/jenkinsci/jenkins/commit/0b43abb7b3b0a884cc6fcdb99bf03f882d07b74d
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2014-04-01 (Tue, 01 Apr 2014)

  Changed paths:
    M 
core/src/main/java/jenkins/slaves/restarter/JnlpSlaveRestarterInstaller.java

  Log Message:
  -----------
  run this asynchronously so that slaves can be used right away


  Commit: 943d16742b2cddc74fd3cb304e3398e8bb30f6e9
      
https://github.com/jenkinsci/jenkins/commit/943d16742b2cddc74fd3cb304e3398e8bb30f6e9
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2014-04-01 (Tue, 01 Apr 2014)

  Changed paths:
    M core/src/main/java/jenkins/slaves/restarter/WinswSlaveRestarter.java

  Log Message:
  -----------
  needs a new command that escapes Windows SCM recursive process killing


  Commit: c5d54fe9068b6f43700566a9145e790fe8c8c5ca
      
https://github.com/jenkinsci/jenkins/commit/c5d54fe9068b6f43700566a9145e790fe8c8c5ca
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2014-04-01 (Tue, 01 Apr 2014)

  Changed paths:
    M 
core/src/main/java/jenkins/slaves/restarter/JnlpSlaveRestarterInstaller.java

  Log Message:
  -----------
  better be void


  Commit: db2acfd5b30fa55ad550258401b086a8d1108fe4
      
https://github.com/jenkinsci/jenkins/commit/db2acfd5b30fa55ad550258401b086a8d1108fe4
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2014-04-01 (Tue, 01 Apr 2014)

  Changed paths:
    M 
core/src/main/java/jenkins/slaves/restarter/JnlpSlaveRestarterInstaller.java

  Log Message:
  -----------
  expand the scope of error handling


  Commit: e877db16ba06c9de9a98153ac185db8cdaf839a9
      
https://github.com/jenkinsci/jenkins/commit/e877db16ba06c9de9a98153ac185db8cdaf839a9
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2014-04-01 (Tue, 01 Apr 2014)

  Changed paths:
    M core/src/main/java/jenkins/slaves/restarter/WinswSlaveRestarter.java

  Log Message:
  -----------
  explaining where winsw comes from


  Commit: aeeed878b1d000847a979c20d4ad290b67e49078
      
https://github.com/jenkinsci/jenkins/commit/aeeed878b1d000847a979c20d4ad290b67e49078
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2014-04-01 (Tue, 01 Apr 2014)

  Changed paths:
    M core/pom.xml
    M war/pom.xml

  Log Message:
  -----------
  Use the latest


  Commit: 89b1545e58ab176be4cf717012c86138fc109dc0
      
https://github.com/jenkinsci/jenkins/commit/89b1545e58ab176be4cf717012c86138fc109dc0
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2014-04-01 (Tue, 01 Apr 2014)

  Changed paths:
    M 
core/src/main/java/jenkins/slaves/restarter/JnlpSlaveRestarterInstaller.java

  Log Message:
  -----------
  moved to a separate function to reduce the serialization footprint


  Commit: f8469dc516b5ba879c5d90cf411fc91b9f6c0bfc
      
https://github.com/jenkinsci/jenkins/commit/f8469dc516b5ba879c5d90cf411fc91b9f6c0bfc
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2014-04-01 (Tue, 01 Apr 2014)

  Changed paths:
    M war/pom.xml

  Log Message:
  -----------
  Integrated a new version of the module that auto-updates jenkins-slave.exe


  Commit: 2cdcba7306dfd57cad0cc0fbccc2ce62e123ed04
      
https://github.com/jenkinsci/jenkins/commit/2cdcba7306dfd57cad0cc0fbccc2ce62e123ed04
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2014-04-01 (Tue, 01 Apr 2014)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Released this dependency


  Commit: 06669e314a2217a7a80ac15d2b2a44a0d802fd71
      
https://github.com/jenkinsci/jenkins/commit/06669e314a2217a7a80ac15d2b2a44a0d802fd71
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2014-04-01 (Tue, 01 Apr 2014)

  Changed paths:
    M changelog.html

  Log Message:
  -----------
  [FIXED JENKINS-19055]

The actual fix has been implemented over the last dozen or so commits


  Commit: 14ef6e8904a49597c92b6d5cfb0bf1ba92ccff89
      
https://github.com/jenkinsci/jenkins/commit/14ef6e8904a49597c92b6d5cfb0bf1ba92ccff89
  Author: Olivier Lamy <[email protected]>
  Date:   2014-04-02 (Wed, 02 Apr 2014)

  Changed paths:
    M core/src/main/java/hudson/model/ItemGroupMixIn.java

  Log Message:
  -----------
  accept only directories have config.xml file to prevent too many IOException


  Commit: 23043757664ba4e365f1ac83f670ac65ded8457a
      
https://github.com/jenkinsci/jenkins/commit/23043757664ba4e365f1ac83f670ac65ded8457a
  Author: Olivier Lamy <[email protected]>
  Date:   2014-04-02 (Wed, 02 Apr 2014)

  Changed paths:
    M core/src/main/java/hudson/model/ItemGroupMixIn.java

  Log Message:
  -----------
  Merge pull request #1170 from olamy/not-try-to-load-non-existing-files

accept only directories have config.xml file to prevent too many IOException


  Commit: ff1aa0a22329b90985e20a795953a2383b3092e5
      
https://github.com/jenkinsci/jenkins/commit/ff1aa0a22329b90985e20a795953a2383b3092e5
  Author: Jesse Glick <[email protected]>
  Date:   2014-04-02 (Wed, 02 Apr 2014)

  Changed paths:
    M core/src/main/java/hudson/model/Cause.java
    M core/src/main/java/hudson/model/Run.java
    M core/src/main/resources/hudson/model/Messages.properties

  Log Message:
  -----------
  When a QueueItemAuthenticator is in use, report the user under whose 
authentication the build is running.


  Commit: 44a8ec110459e560a79c0f11883841bd7095f723
      
https://github.com/jenkinsci/jenkins/commit/44a8ec110459e560a79c0f11883841bd7095f723
  Author: Jesse Glick <[email protected]>
  Date:   2014-04-02 (Wed, 02 Apr 2014)

  Changed paths:
    M test/pom.xml

  Log Message:
  -----------
  Do not redirectTestOutputToFile when we are running an individual test (suite 
or case).
In this case we are probably interested in looking at the output as it arrives 
in real time.
Can always be overridden on the command line if desired.


  Commit: d6203c06d47560e0ae69be9b87ae106e34314f3a
      
https://github.com/jenkinsci/jenkins/commit/d6203c06d47560e0ae69be9b87ae106e34314f3a
  Author: Olivier Lamy <[email protected]>
  Date:   2014-04-03 (Thu, 03 Apr 2014)

  Changed paths:
    M core/src/main/java/hudson/model/ItemGroupMixIn.java
    M core/src/main/java/hudson/model/Items.java

  Log Message:
  -----------
  improve a bit previous commit


  Commit: e7c7bbd541d091923fceb6a2613881944ae8c810
      
https://github.com/jenkinsci/jenkins/commit/e7c7bbd541d091923fceb6a2613881944ae8c810
  Author: Jesse Glick <[email protected]>
  Date:   2014-04-03 (Thu, 03 Apr 2014)

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

  Log Message:
  -----------
  Merge branch 'JENKINS-21999' of github.com:christ66/jenkins


  Commit: 43f218cd79223d96691a0957c7befed6f85ff868
      
https://github.com/jenkinsci/jenkins/commit/43f218cd79223d96691a0957c7befed6f85ff868
  Author: Jesse Glick <[email protected]>
  Date:   2014-04-03 (Thu, 03 Apr 2014)

  Changed paths:
    M changelog.html

  Log Message:
  -----------
  [JENKINS-21999] Noting merge of #1145.


  Commit: dcfeaf3c2a1265b23d56c305176007bdac2af6c9
      
https://github.com/jenkinsci/jenkins/commit/dcfeaf3c2a1265b23d56c305176007bdac2af6c9
  Author: Jesse Glick <[email protected]>
  Date:   2014-04-03 (Thu, 03 Apr 2014)

  Changed paths:
    M test/src/test/java/hudson/diagnosis/OldDataMonitorTest.java

  Log Message:
  -----------
  OldDataMonitorTest.robustness consistently passes for me locally, but has 
been causing trouble in CI. Suppressing for now.


  Commit: 1fcb05c8aa1d23cd12496e9fd31198fe19a1286f
      
https://github.com/jenkinsci/jenkins/commit/1fcb05c8aa1d23cd12496e9fd31198fe19a1286f
  Author: Olivier Lamy <[email protected]>
  Date:   2014-04-04 (Fri, 04 Apr 2014)

  Changed paths:
    M core/src/main/java/hudson/model/ItemGroupMixIn.java
    M core/src/main/java/hudson/model/Items.java

  Log Message:
  -----------
  fix test due to jglick comment


  Commit: c1f234f9ad2ffdb989e713e6e1bad0c6f733875f
      
https://github.com/jenkinsci/jenkins/commit/c1f234f9ad2ffdb989e713e6e1bad0c6f733875f
  Author: Olivier Lamy <[email protected]>
  Date:   2014-04-04 (Fri, 04 Apr 2014)

  Changed paths:
    M core/src/main/java/hudson/model/ItemGroupMixIn.java

  Log Message:
  -----------
  add logging if file does not exist


  Commit: 0b27f364f99ec98cb616d4f0cfc0858ecf339852
      
https://github.com/jenkinsci/jenkins/commit/0b27f364f99ec98cb616d4f0cfc0858ecf339852
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2014-04-03 (Thu, 03 Apr 2014)

  Changed paths:
    M core/src/main/java/hudson/FilePath.java
    M core/src/main/java/hudson/Launcher.java
    M core/src/main/java/hudson/cli/ClientAuthenticationCache.java
    M core/src/main/java/hudson/os/SU.java
    M core/src/main/java/hudson/slaves/SlaveComputer.java
    M core/src/main/java/hudson/util/ProcessTree.java
    M core/src/main/java/jenkins/model/Jenkins.java
    M core/src/test/java/hudson/LauncherTest.java

  Log Message:
  -----------
  [JENKINS-22354]

Avoid having FilePath to depend on Jenkins, which increases the amount of 
classloading that has to happen during remoting


  Commit: 8a530bb14b4325ff1a75ce89b63b53b7271a6702
      
https://github.com/jenkinsci/jenkins/commit/8a530bb14b4325ff1a75ce89b63b53b7271a6702
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2014-04-03 (Thu, 03 Apr 2014)

  Changed paths:
    M core/src/main/java/hudson/model/Result.java

  Log Message:
  -----------
  [JENKINS-22354]

Reduce classloader activities.

This brings in Stapler and commons bean-utils that we don't need on the
slaves.


  Commit: 1f55b80f18d96ebfb9823137549fd4b11f695a7d
      
https://github.com/jenkinsci/jenkins/commit/1f55b80f18d96ebfb9823137549fd4b11f695a7d
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2014-04-03 (Thu, 03 Apr 2014)

  Changed paths:
    M core/src/test/java/hudson/FilePathTest.java

  Log Message:
  -----------
  fixed a test regression


  Commit: a95096ee94967a29b86a993f8e718b17188acfec
      
https://github.com/jenkinsci/jenkins/commit/a95096ee94967a29b86a993f8e718b17188acfec
  Author: Daniel Beck <[email protected]>
  Date:   2014-04-04 (Fri, 04 Apr 2014)

  Changed paths:
    M core/src/main/java/hudson/tools/AbstractCommandInstaller.java
    M core/src/main/resources/lib/hudson/aggregated-failed-tests.jelly
    M core/src/main/resources/lib/hudson/failed-test.jelly

  Log Message:
  -----------
  Add missing at-since


  Commit: 0497f8437d8430063b8329e3036c03236e7a1777
      
https://github.com/jenkinsci/jenkins/commit/0497f8437d8430063b8329e3036c03236e7a1777
  Author: Oliver Gondža <[email protected]>
  Date:   2014-04-05 (Sat, 05 Apr 2014)

  Changed paths:
    M core/src/main/java/hudson/tools/AbstractCommandInstaller.java
    M core/src/main/resources/lib/hudson/aggregated-failed-tests.jelly
    M core/src/main/resources/lib/hudson/failed-test.jelly

  Log Message:
  -----------
  Merge pull request #1174 from daniel-beck/at-since

Add missing at-since


  Commit: 8a530fe1b42653a8cef5f2db0d48b637b3d2bf3f
      
https://github.com/jenkinsci/jenkins/commit/8a530fe1b42653a8cef5f2db0d48b637b3d2bf3f
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2014-04-04 (Fri, 04 Apr 2014)

  Changed paths:
    M core/src/main/java/jenkins/slaves/JnlpSlaveAgentProtocol.java

  Log Message:
  -----------
  need to handle half-close correctly


  Commit: 535a7837bd5166eb098eb794599b7806d9355c5b
      
https://github.com/jenkinsci/jenkins/commit/535a7837bd5166eb098eb794599b7806d9355c5b
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2014-04-04 (Fri, 04 Apr 2014)

  Changed paths:
    M core/src/main/java/jenkins/slaves/JnlpSlaveAgentProtocol2.java

  Log Message:
  -----------
  typo


  Commit: 7937b2bf51101e2a701f55d9401ca04b94c24111
      
https://github.com/jenkinsci/jenkins/commit/7937b2bf51101e2a701f55d9401ca04b94c24111
  Author: Olivier Lamy <[email protected]>
  Date:   2014-04-07 (Mon, 07 Apr 2014)

  Changed paths:
    M core/src/main/java/hudson/model/ItemGroupMixIn.java
    M core/src/main/java/hudson/model/Items.java

  Log Message:
  -----------
  Merge pull request #1173 from 
olamy/not-try-to-load-non-existing-files-improved

improve a bit previous commit


  Commit: 3b90e93e0fed96c6d65f8ce7a7c3165106a6e573
      
https://github.com/jenkinsci/jenkins/commit/3b90e93e0fed96c6d65f8ce7a7c3165106a6e573
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2014-04-07 (Mon, 07 Apr 2014)

  Changed paths:
    M changelog.html
    M debian/debian/changelog

  Log Message:
  -----------
  merged back the RC branch


  Commit: d2b58c80b30ddf2e3ccfdb19563790487b87fa46
      
https://github.com/jenkinsci/jenkins/commit/d2b58c80b30ddf2e3ccfdb19563790487b87fa46
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2014-04-07 (Mon, 07 Apr 2014)

  Changed paths:
    M changelog.html

  Log Message:
  -----------
  creating an RC branch


Compare: 
https://github.com/jenkinsci/jenkins/compare/b2ca561b7b71...d2b58c80b30d

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to