Branch: refs/heads/jtnord-patch-1
  Home:   https://github.com/jenkinsci/jenkins
  Commit: ab42dbeab30e946ee74ba47925cc78ae2dac898f
      
https://github.com/jenkinsci/jenkins/commit/ab42dbeab30e946ee74ba47925cc78ae2dac898f
  Author: Christopher Orr <ch...@orr.me.uk>
  Date:   2016-03-13 (Sun, 13 Mar 2016)

  Changed paths:
    M core/src/main/resources/hudson/model/Messages.properties
    M core/src/main/resources/hudson/model/Node/help-labelString.html
    M core/src/main/resources/hudson/model/Node/help-name.html
    M core/src/main/resources/hudson/model/Node/help-numExecutors.html
    M core/src/main/resources/hudson/model/Slave/help-remoteFS.html
    M core/src/main/resources/hudson/slaves/CommandLauncher/help.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config.jelly
    M core/src/main/resources/hudson/slaves/JNLPLauncher/help.properties
    M core/src/main/resources/hudson/slaves/Messages.properties
    M 
core/src/main/resources/hudson/slaves/SimpleScheduledRetentionStrategy/config.jelly
    M war/src/main/webapp/help/system-config/master-slave/availability.html
    M war/src/main/webapp/help/system-config/master-slave/demand/idleDelay.html
    M 
war/src/main/webapp/help/system-config/master-slave/demand/inDemandDelay.html
    A 
war/src/main/webapp/help/system-config/master-slave/demand/keepUpWhenActive.html
    M war/src/main/webapp/help/system-config/master-slave/description.html
    M war/src/main/webapp/help/system-config/master-slave/usage.html
    M war/src/main/webapp/help/system-config/nodeEnvironmentVariables.html

  Log Message:
  -----------
  Update documentation for the Agent configuration page.


  Commit: 1ea09f5ef88aad32f4dcb95a949039d8e5e29a72
      
https://github.com/jenkinsci/jenkins/commit/1ea09f5ef88aad32f4dcb95a949039d8e5e29a72
  Author: Christopher Orr <ch...@orr.me.uk>
  Date:   2016-03-17 (Thu, 17 Mar 2016)

  Changed paths:
    M core/src/main/resources/jenkins/model/Jenkins/help-rawBuildsDir.html
    M core/src/main/resources/jenkins/model/Jenkins/help-rawWorkspaceDir.html
    M war/src/main/webapp/help/system-config/homeDirectory.html
    M war/src/main/webapp/help/system-config/systemMessage.html

  Log Message:
  -----------
  WIP: Jenkins main config documentation updates.


  Commit: 2579ceaff4a0a0427d021c5f55229222fe460af5
      
https://github.com/jenkinsci/jenkins/commit/2579ceaff4a0a0427d021c5f55229222fe460af5
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2016-03-26 (Sat, 26 Mar 2016)

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

  Log Message:
  -----------
  NioChannelHub must be explicitly shut down

... or else it'll keep running. This can be seen as a large number of zombie 
threads like the following in the unit test:

"NioChannelHub keys=0 gen=0: Computer.threadPoolForRemoting [#250]" daemon 
prio=10 tid=0x00007f793d841000 nid=0x3cc1 runnable [0x00007f78e2665000]
   java.lang.Thread.State: RUNNABLE
  at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
  at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
  at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  - locked <0x00000000c50d46d8> (a sun.nio.ch.Util$2)
  - locked <0x00000000c50d46e8> (a java.util.Collections$UnmodifiableSet)
  - locked <0x00000000c50d4690> (a sun.nio.ch.EPollSelectorImpl)
  at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
  at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
  at org.jenkinsci.remoting.nio.NioChannelHub.run(NioChannelHub.java:542)
  at 
jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
  at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
  at java.util.concurrent.FutureTask.run(FutureTask.java:166)
  at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  at java.lang.Thread.run(Thread.java:722)


  Commit: 199dfed4f04c9376ab9dff4999c147cf4d1922b0
      
https://github.com/jenkinsci/jenkins/commit/199dfed4f04c9376ab9dff4999c147cf4d1922b0
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2016-03-26 (Sat, 26 Mar 2016)

  Changed paths:
    M core/src/main/java/hudson/init/TaskMethodFinder.java

  Log Message:
  -----------
  Allow instance methods for @Initializer and @Terminator

This simplifies typical usage of them.


  Commit: 1bc7f6219aaf7a63f2bb5d6de011ea27e594f5a0
      
https://github.com/jenkinsci/jenkins/commit/1bc7f6219aaf7a63f2bb5d6de011ea27e594f5a0
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2016-03-26 (Sat, 26 Mar 2016)

  Changed paths:
    M core/src/main/java/jenkins/model/Jenkins.java

  Log Message:
  -----------
  The previous change requires that Guice is setup

... which is done by looking for locating & instantiating ExtensionFinders.


  Commit: a82238b88826c28d65c60dfd5d040f93cdc75648
      
https://github.com/jenkinsci/jenkins/commit/a82238b88826c28d65c60dfd5d040f93cdc75648
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2016-03-26 (Sat, 26 Mar 2016)

  Changed paths:
    M core/src/main/java/hudson/diagnosis/NullIdDescriptorMonitor.java
    M core/src/main/java/jenkins/model/Uptime.java
    M core/src/main/java/jenkins/security/RekeySecretAdminMonitor.java

  Log Message:
  -----------
  Simplified by using instance methods


  Commit: 177706997688db40116b22987e9a7467d2a3f136
      
https://github.com/jenkinsci/jenkins/commit/177706997688db40116b22987e9a7467d2a3f136
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2016-03-26 (Sat, 26 Mar 2016)

  Changed paths:
    M core/src/main/java/hudson/init/Initializer.java
    M core/src/main/java/hudson/init/Terminator.java

  Log Message:
  -----------
  Doc improvements


  Commit: a5bede84e668b42ee8412c0a5b8506c697a7699b
      
https://github.com/jenkinsci/jenkins/commit/a5bede84e668b42ee8412c0a5b8506c697a7699b
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2016-03-28 (Mon, 28 Mar 2016)

  Changed paths:
    M core/src/main/java/hudson/diagnosis/NullIdDescriptorMonitor.java
    M core/src/main/java/hudson/init/Initializer.java
    M core/src/main/java/hudson/init/TaskMethodFinder.java
    M core/src/main/java/hudson/init/Terminator.java
    M core/src/main/java/jenkins/model/Jenkins.java
    M core/src/main/java/jenkins/model/Uptime.java
    M core/src/main/java/jenkins/security/RekeySecretAdminMonitor.java
    M core/src/main/java/jenkins/slaves/NioChannelSelector.java

  Log Message:
  -----------
  Merge pull request #2176 from jenkinsci/instance-initializer

initializer annotation on instance methods


  Commit: 6cb93e676840a6274769b05bc554471d017de853
      
https://github.com/jenkinsci/jenkins/commit/6cb93e676840a6274769b05bc554471d017de853
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2016-03-29 (Tue, 29 Mar 2016)

  Changed paths:
    M pom.xml
    M test/pom.xml
    M test/src/test/groovy/hudson/cli/BuildCommandTest.groovy
    M test/src/test/java/hudson/model/UpdateCenter2Test.java
    M test/src/test/java/hudson/model/UpdateCenterTest.java
    M test/src/test/java/hudson/slaves/CommandLauncherTest.java
    M test/src/test/java/hudson/slaves/NodeProvisionerTest.java
    M test/src/test/java/hudson/tasks/FingerprinterTest.java

  Log Message:
  -----------
  Use rerunFailingTestsCount rather than @RandomlyFails.


  Commit: 6fe31014d85d1d667ada968291ad5df4b5cffd2b
      
https://github.com/jenkinsci/jenkins/commit/6fe31014d85d1d667ada968291ad5df4b5cffd2b
  Author: bhenderson <bhender...@yp.com>
  Date:   2016-03-29 (Tue, 29 Mar 2016)

  Changed paths:
    M core/src/main/java/hudson/Functions.java
    M core/src/main/java/hudson/TcpSlaveAgentListener.java
    M core/src/main/resources/hudson/TcpSlaveAgentListener/index.jelly

  Log Message:
  -----------
  Fix advertised JNLP Port

As far as I can figure, the /TcpSlaveAgentListener/ endpoint headers
tell the slaves what the JNLP port is. When I'm running jenkins behind a
proxy (marathon using the mesos plugin, which bridged networking), even
though I was setting the advertised port per a thread[1], it was not
accurately being returned in the header. This patch fixes that.

[1] https://groups.google.com/d/topic/jenkins-mesos/qUrXpDY07TQ/discussion


  Commit: 06db9b86ef0bc27f40763119cc29ddfb2964c89b
      
https://github.com/jenkinsci/jenkins/commit/06db9b86ef0bc27f40763119cc29ddfb2964c89b
  Author: Vincent Latombe <vinc...@latombe.net>
  Date:   2016-03-29 (Tue, 29 Mar 2016)

  Changed paths:
    M core/src/main/java/hudson/Functions.java
    M core/src/main/java/hudson/TcpSlaveAgentListener.java
    M core/src/main/resources/hudson/TcpSlaveAgentListener/index.jelly

  Log Message:
  -----------
  Merge pull request #2189 from yp-engineering/fix_jnlp_advertised_port

Fix advertised JNLP Port


  Commit: e629a5bf3b845e3bf603e7fbe9b2f071b8218f23
      
https://github.com/jenkinsci/jenkins/commit/e629a5bf3b845e3bf603e7fbe9b2f071b8218f23
  Author: Vincent Latombe <vinc...@latombe.net>
  Date:   2016-03-29 (Tue, 29 Mar 2016)

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

  Log Message:
  -----------
  Update changelog for #2189


  Commit: d21677fb407257b7d28d0e4f19f25dd1a78a22a0
      
https://github.com/jenkinsci/jenkins/commit/d21677fb407257b7d28d0e4f19f25dd1a78a22a0
  Author: Christopher Orr <ch...@orr.me.uk>
  Date:   2016-03-30 (Wed, 30 Mar 2016)

  Changed paths:
    M core/src/main/resources/hudson/model/Node/help-numExecutors.html

  Log Message:
  -----------
  Improve documentation for number of agent executors.


  Commit: 53a8e43b042007c6ca8373ce914f2736456b9b64
      
https://github.com/jenkinsci/jenkins/commit/53a8e43b042007c6ca8373ce914f2736456b9b64
  Author: Christopher Orr <ch...@orr.me.uk>
  Date:   2016-03-30 (Wed, 30 Mar 2016)

  Changed paths:
    M core/src/main/resources/hudson/slaves/JNLPLauncher/help.properties
    M war/src/main/webapp/help/system-config/nodeEnvironmentVariables.html

  Log Message:
  -----------
  Remove some relative links from the agent configuration page.

These help files can be shown at two different levels in the URL hierarchy:
- /computer/createItem
- /computer/<name>/configure

Therefore a relative URL will not work in all cases.  To link to the desired
pages correctly would probably require using Jelly or code.


  Commit: 8dd9cbf6d5d3e591ca7cfc43f571d05ce5166ef5
      
https://github.com/jenkinsci/jenkins/commit/8dd9cbf6d5d3e591ca7cfc43f571d05ce5166ef5
  Author: Christopher Orr <ch...@orr.me.uk>
  Date:   2016-03-30 (Wed, 30 Mar 2016)

  Changed paths:
    M war/src/main/webapp/help/system-config/nodeEnvironmentVariables.html

  Log Message:
  -----------
  Add note about empty environment variables not overriding existing ones.


  Commit: c54c363bfeeb1769ed9b9843dbd9fbff68413159
      
https://github.com/jenkinsci/jenkins/commit/c54c363bfeeb1769ed9b9843dbd9fbff68413159
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2016-03-30 (Wed, 30 Mar 2016)

  Changed paths:
    M pom.xml
    M test/pom.xml
    M test/src/test/groovy/hudson/cli/BuildCommandTest.groovy
    M test/src/test/java/hudson/model/UpdateCenter2Test.java
    M test/src/test/java/hudson/model/UpdateCenterTest.java
    M test/src/test/java/hudson/slaves/CommandLauncherTest.java
    M test/src/test/java/hudson/slaves/NodeProvisionerTest.java
    M test/src/test/java/hudson/tasks/FingerprinterTest.java

  Log Message:
  -----------
  Merge pull request #2188 from jglick/flakiness

Use rerunFailingTestsCount rather than @RandomlyFails


  Commit: ed0ea631cd4af0e678da96d7297910ba1612749d
      
https://github.com/jenkinsci/jenkins/commit/ed0ea631cd4af0e678da96d7297910ba1612749d
  Author: Daniel Beck <daniel-b...@github.com>
  Date:   2016-03-31 (Thu, 31 Mar 2016)

  Changed paths:
    M core/src/main/java/hudson/security/csrf/CrumbFilter.java
    M core/src/main/java/hudson/security/csrf/CrumbIssuer.java
    M core/src/main/java/hudson/security/csrf/CrumbIssuerDescriptor.java
    M core/src/main/java/hudson/security/csrf/DefaultCrumbIssuer.java
    M test/src/test/groovy/hudson/model/SlaveTest.groovy

  Log Message:
  -----------
  [FIXED JENKINS-12875] Change default crumb name to Jenkins-Crumb


  Commit: 5b1642252ebd977c21832eb12cae633b3616429f
      
https://github.com/jenkinsci/jenkins/commit/5b1642252ebd977c21832eb12cae633b3616429f
  Author: Daniel Beck <daniel-b...@users.noreply.github.com>
  Date:   2016-03-31 (Thu, 31 Mar 2016)

  Changed paths:
    M test/src/test/java/lib/form/RowSetTest.java

  Log Message:
  -----------
  [JENKINS-12875] Fix test


  Commit: b859206348a4894553afb8262110ec341b261661
      
https://github.com/jenkinsci/jenkins/commit/b859206348a4894553afb8262110ec341b261661
  Author: Daniel Beck <daniel-b...@users.noreply.github.com>
  Date:   2016-03-31 (Thu, 31 Mar 2016)

  Changed paths:
    M changelog.html
    M core/src/main/java/hudson/Functions.java
    M core/src/main/java/hudson/TcpSlaveAgentListener.java
    M core/src/main/java/hudson/diagnosis/NullIdDescriptorMonitor.java
    M core/src/main/java/hudson/init/Initializer.java
    M core/src/main/java/hudson/init/TaskMethodFinder.java
    M core/src/main/java/hudson/init/Terminator.java
    M core/src/main/java/jenkins/model/Jenkins.java
    M core/src/main/java/jenkins/model/Uptime.java
    M core/src/main/java/jenkins/security/RekeySecretAdminMonitor.java
    M core/src/main/java/jenkins/slaves/NioChannelSelector.java
    M core/src/main/resources/hudson/TcpSlaveAgentListener/index.jelly
    M pom.xml
    M test/pom.xml
    M test/src/test/groovy/hudson/cli/BuildCommandTest.groovy
    M test/src/test/java/hudson/model/UpdateCenter2Test.java
    M test/src/test/java/hudson/model/UpdateCenterTest.java
    M test/src/test/java/hudson/slaves/CommandLauncherTest.java
    M test/src/test/java/hudson/slaves/NodeProvisionerTest.java
    M test/src/test/java/hudson/tasks/FingerprinterTest.java

  Log Message:
  -----------
  Merge branch 'master' into 2.0


  Commit: 95bfaa077075943d452110ceefa81eceaa29185c
      
https://github.com/jenkinsci/jenkins/commit/95bfaa077075943d452110ceefa81eceaa29185c
  Author: Christopher Orr <ch...@orr.me.uk>
  Date:   2016-03-31 (Thu, 31 Mar 2016)

  Changed paths:
    M core/src/main/resources/jenkins/model/Jenkins/help-rawBuildsDir.html
    M core/src/main/resources/jenkins/model/Jenkins/help-rawWorkspaceDir.html
    M war/src/main/webapp/help/system-config/homeDirectory.html

  Log Message:
  -----------
  Review comment fixes and more small improvements.


  Commit: 3659e9cfaa496c71c7d0152f24740bb33194706f
      
https://github.com/jenkinsci/jenkins/commit/3659e9cfaa496c71c7d0152f24740bb33194706f
  Author: Christopher Orr <ch...@orr.me.uk>
  Date:   2016-04-01 (Fri, 01 Apr 2016)

  Changed paths:
    M core/src/main/java/jenkins/install/SetupWizard.java

  Log Message:
  -----------
  [FIXED JENKINS-33857] Make initial admin password file end with a newline.

This makes it a tiny bit more convenient to `cat` the file and copy the password
to your clipboard.  Previously, the file did not have a line ending, so the
password would run into your shell prompt, making copying the text harder.


  Commit: 9f2f827023c4074875ce2fb28d2313b54861c764
      
https://github.com/jenkinsci/jenkins/commit/9f2f827023c4074875ce2fb28d2313b54861c764
  Author: recena <mrec...@cloudbees.com>
  Date:   2016-04-01 (Fri, 01 Apr 2016)

  Changed paths:
    M war/src/main/js/add-item.js

  Log Message:
  -----------
  [JENKINS-33755] Better usage of focus behavior


  Commit: 6b6ae729a904a8f45af3e788753f954596ef3860
      
https://github.com/jenkinsci/jenkins/commit/6b6ae729a904a8f45af3e788753f954596ef3860
  Author: Daniel Beck <daniel-b...@users.noreply.github.com>
  Date:   2016-04-01 (Fri, 01 Apr 2016)

  Changed paths:
    M core/src/main/java/hudson/security/HudsonPrivateSecurityRealm.java
    M core/src/main/java/jenkins/install/SetupWizard.java
    M core/src/main/resources/hudson/model/View/newJob.jelly
    M core/src/main/resources/hudson/model/View/newJob.properties
    R 
core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/setupWizardFirstUser.jelly
    A 
core/src/main/resources/jenkins/install/SetupWizard/setupWizardFirstUser.jelly
    M war/src/main/js/add-item.js
    M war/src/main/js/add-item.less
    M war/src/main/js/api/securityConfig.js
    M war/src/main/js/templates/firstUserPanel.hbs
    M war/src/main/js/widgets/add/addform.less

  Log Message:
  -----------
  Merge branch '2.0' of github.com:jenkinsci/jenkins into 2.0


  Commit: b633f883477af58be17b83e10c4d7325c2ed9e13
      
https://github.com/jenkinsci/jenkins/commit/b633f883477af58be17b83e10c4d7325c2ed9e13
  Author: Daniel Beck <daniel-b...@users.noreply.github.com>
  Date:   2016-04-01 (Fri, 01 Apr 2016)

  Changed paths:
    M core/src/main/java/jenkins/install/SetupWizard.java

  Log Message:
  -----------
  Merge pull request #2201 from orrc/2.0

[FIXED JENKINS-33857] Make initial admin password file end with a newline


  Commit: 4a5b825b479d56beb0717bfb1cbcb659c51557fb
      
https://github.com/jenkinsci/jenkins/commit/4a5b825b479d56beb0717bfb1cbcb659c51557fb
  Author: recena <mrec...@cloudbees.com>
  Date:   2016-04-01 (Fri, 01 Apr 2016)

  Changed paths:
    M core/src/main/java/hudson/model/View.java
    M war/src/main/js/add-item.js

  Log Message:
  -----------
  [JENKINS-33972] The REST API URL has been removed to [..]/itemCategories


  Commit: 2bd03eebb6c7c89deb522a9d8375277a3d5b77d2
      
https://github.com/jenkinsci/jenkins/commit/2bd03eebb6c7c89deb522a9d8375277a3d5b77d2
  Author: Daniel Beck <daniel-b...@users.noreply.github.com>
  Date:   2016-04-02 (Sat, 02 Apr 2016)

  Changed paths:
    M war/src/main/js/add-item.js

  Log Message:
  -----------
  Merge pull request #2206 from recena/focus

[JENKINS-33755] Better usage of focus behavior


  Commit: 75a9b8ebef8ed57a8701b7887ed1822ee5a2785a
      
https://github.com/jenkinsci/jenkins/commit/75a9b8ebef8ed57a8701b7887ed1822ee5a2785a
  Author: Christopher Orr <ch...@orr.me.uk>
  Date:   2016-04-02 (Sat, 02 Apr 2016)

  Changed paths:
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_ca.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_da.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_de.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_es.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_es_AR.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_fi.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_fr.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_he.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_it.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_ja.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_ko.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_lt.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_nb_NO.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_nl.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_pl.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_pt_BR.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_pt_PT.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_ru.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_sk.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_sv_SE.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_zh_CN.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_zh_TW.properties

  Log Message:
  -----------
  Update translation keys for EnvironmentVariablesNodeProperty config.


  Commit: 452222641c859b5813b74e3d225c198e2a82364c
      
https://github.com/jenkinsci/jenkins/commit/452222641c859b5813b74e3d225c198e2a82364c
  Author: Christopher Orr <ch...@orr.me.uk>
  Date:   2016-04-02 (Sat, 02 Apr 2016)

  Changed paths:
    M 
core/src/main/resources/hudson/slaves/SimpleScheduledRetentionStrategy/config_da.properties
    M 
core/src/main/resources/hudson/slaves/SimpleScheduledRetentionStrategy/config_es.properties
    M 
core/src/main/resources/hudson/slaves/SimpleScheduledRetentionStrategy/config_fr.properties
    M 
core/src/main/resources/hudson/slaves/SimpleScheduledRetentionStrategy/config_ja.properties
    M 
core/src/main/resources/hudson/slaves/SimpleScheduledRetentionStrategy/config_pt_BR.properties
    M 
core/src/main/resources/hudson/slaves/SimpleScheduledRetentionStrategy/config_zh_TW.properties

  Log Message:
  -----------
  Update translation keys for SimpleScheduledRetentionStrategy config.


  Commit: 8b6d38de67154fb96c59791082d5cbe743b2b693
      
https://github.com/jenkinsci/jenkins/commit/8b6d38de67154fb96c59791082d5cbe743b2b693
  Author: Daniel Beck <daniel-b...@users.noreply.github.com>
  Date:   2016-04-02 (Sat, 02 Apr 2016)

  Changed paths:
    M core/src/main/java/hudson/security/csrf/CrumbIssuer.java

  Log Message:
  -----------
  [JENKINS-12875] Restrict access to constant


  Commit: 125809823be5ab440d7eb5ccf4805c2ce5857227
      
https://github.com/jenkinsci/jenkins/commit/125809823be5ab440d7eb5ccf4805c2ce5857227
  Author: Daniel Beck <daniel-b...@users.noreply.github.com>
  Date:   2016-04-02 (Sat, 02 Apr 2016)

  Changed paths:
    M core/src/main/resources/hudson/model/Messages.properties
    M core/src/main/resources/hudson/model/Node/help-labelString.html
    M core/src/main/resources/hudson/model/Node/help-name.html
    M core/src/main/resources/hudson/model/Node/help-numExecutors.html
    M core/src/main/resources/hudson/model/Slave/help-remoteFS.html
    M core/src/main/resources/hudson/slaves/CommandLauncher/help.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config.jelly
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_ca.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_da.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_de.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_es.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_es_AR.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_fi.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_fr.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_he.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_it.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_ja.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_ko.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_lt.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_nb_NO.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_nl.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_pl.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_pt_BR.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_pt_PT.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_ru.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_sk.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_sv_SE.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_zh_CN.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_zh_TW.properties
    M core/src/main/resources/hudson/slaves/JNLPLauncher/help.properties
    M core/src/main/resources/hudson/slaves/Messages.properties
    M 
core/src/main/resources/hudson/slaves/SimpleScheduledRetentionStrategy/config.jelly
    M 
core/src/main/resources/hudson/slaves/SimpleScheduledRetentionStrategy/config_da.properties
    M 
core/src/main/resources/hudson/slaves/SimpleScheduledRetentionStrategy/config_es.properties
    M 
core/src/main/resources/hudson/slaves/SimpleScheduledRetentionStrategy/config_fr.properties
    M 
core/src/main/resources/hudson/slaves/SimpleScheduledRetentionStrategy/config_ja.properties
    M 
core/src/main/resources/hudson/slaves/SimpleScheduledRetentionStrategy/config_pt_BR.properties
    M 
core/src/main/resources/hudson/slaves/SimpleScheduledRetentionStrategy/config_zh_TW.properties
    M war/src/main/webapp/help/system-config/master-slave/availability.html
    M war/src/main/webapp/help/system-config/master-slave/demand/idleDelay.html
    M 
war/src/main/webapp/help/system-config/master-slave/demand/inDemandDelay.html
    A 
war/src/main/webapp/help/system-config/master-slave/demand/keepUpWhenActive.html
    M war/src/main/webapp/help/system-config/master-slave/description.html
    M war/src/main/webapp/help/system-config/master-slave/usage.html
    M war/src/main/webapp/help/system-config/nodeEnvironmentVariables.html

  Log Message:
  -----------
  Merge pull request #2101 from orrc/JENKINS-33364

[JENKINS-33364] Core documentation: Agent configuration


  Commit: 0db4bc2a6327246ba98e65380b645977dc0a5a61
      
https://github.com/jenkinsci/jenkins/commit/0db4bc2a6327246ba98e65380b645977dc0a5a61
  Author: Daniel Beck <daniel-b...@users.noreply.github.com>
  Date:   2016-04-02 (Sat, 02 Apr 2016)

  Changed paths:
    M core/src/main/resources/jenkins/model/Jenkins/help-rawBuildsDir.html
    M core/src/main/resources/jenkins/model/Jenkins/help-rawWorkspaceDir.html
    M war/src/main/webapp/help/system-config/homeDirectory.html
    M war/src/main/webapp/help/system-config/systemMessage.html

  Log Message:
  -----------
  Merge pull request #2136 from orrc/JENKINS-33364_configure-system

[JENKINS-33364] Core documentation: Configure System page


  Commit: 4649e04cbe58f5af0e583da04084b2ebc442a320
      
https://github.com/jenkinsci/jenkins/commit/4649e04cbe58f5af0e583da04084b2ebc442a320
  Author: Daniel Beck <daniel-b...@users.noreply.github.com>
  Date:   2016-04-02 (Sat, 02 Apr 2016)

  Changed paths:
    M core/src/main/java/hudson/model/View.java
    M war/src/main/js/add-item.js

  Log Message:
  -----------
  Merge pull request #2208 from recena/JENKINS-33972

[JENKINS-33972] The REST API URL has been removed to [..]/itemCategories


  Commit: a87c38c5052cba745127a0205c40490b30c8bdbf
      
https://github.com/jenkinsci/jenkins/commit/a87c38c5052cba745127a0205c40490b30c8bdbf
  Author: Daniel Beck <daniel-b...@users.noreply.github.com>
  Date:   2016-04-02 (Sat, 02 Apr 2016)

  Changed paths:
    M core/src/main/java/hudson/security/csrf/CrumbFilter.java
    M core/src/main/java/hudson/security/csrf/CrumbIssuer.java
    M core/src/main/java/hudson/security/csrf/CrumbIssuerDescriptor.java
    M core/src/main/java/hudson/security/csrf/DefaultCrumbIssuer.java
    M test/src/test/groovy/hudson/model/SlaveTest.groovy
    M test/src/test/java/lib/form/RowSetTest.java

  Log Message:
  -----------
  Merge pull request #2198 from daniel-beck/JENKINS-12875

[FIX JENKINS-12875] Change default crumb name to Jenkins-Crumb


  Commit: 1c8a94e1fecbac3bd4af18525381e170eb8bac9e
      
https://github.com/jenkinsci/jenkins/commit/1c8a94e1fecbac3bd4af18525381e170eb8bac9e
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2016-04-01 (Fri, 01 Apr 2016)

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

  Log Message:
  -----------
  [maven-release-plugin] prepare release jenkins-2.0-beta-2


  Commit: 10939b995c11e1cd658b8ecc3787f743cc2a4a9c
      
https://github.com/jenkinsci/jenkins/commit/10939b995c11e1cd658b8ecc3787f743cc2a4a9c
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2016-04-01 (Fri, 01 Apr 2016)

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

  Log Message:
  -----------
  [maven-release-plugin] prepare for next development iteration


  Commit: 0dce38abbaedb0680218d6743bde00b375714522
      
https://github.com/jenkinsci/jenkins/commit/0dce38abbaedb0680218d6743bde00b375714522
  Author: James Nord <jnord+git...@cloudbees.com>
  Date:   2016-04-04 (Mon, 04 Apr 2016)

  Changed paths:
    M changelog.html
    M cli/pom.xml
    M core/pom.xml
    M core/src/main/java/hudson/Functions.java
    M core/src/main/java/hudson/TcpSlaveAgentListener.java
    M core/src/main/java/hudson/diagnosis/NullIdDescriptorMonitor.java
    M core/src/main/java/hudson/init/Initializer.java
    M core/src/main/java/hudson/init/TaskMethodFinder.java
    M core/src/main/java/hudson/init/Terminator.java
    M core/src/main/java/hudson/model/View.java
    M core/src/main/java/hudson/security/csrf/CrumbFilter.java
    M core/src/main/java/hudson/security/csrf/CrumbIssuer.java
    M core/src/main/java/hudson/security/csrf/CrumbIssuerDescriptor.java
    M core/src/main/java/hudson/security/csrf/DefaultCrumbIssuer.java
    M core/src/main/java/jenkins/install/SetupWizard.java
    M core/src/main/java/jenkins/model/Jenkins.java
    M core/src/main/java/jenkins/model/Uptime.java
    M core/src/main/java/jenkins/security/RekeySecretAdminMonitor.java
    M core/src/main/java/jenkins/slaves/NioChannelSelector.java
    M core/src/main/resources/hudson/TcpSlaveAgentListener/index.jelly
    M core/src/main/resources/hudson/model/Messages.properties
    M core/src/main/resources/hudson/model/Node/help-labelString.html
    M core/src/main/resources/hudson/model/Node/help-name.html
    M core/src/main/resources/hudson/model/Node/help-numExecutors.html
    M core/src/main/resources/hudson/model/Slave/help-remoteFS.html
    M core/src/main/resources/hudson/slaves/CommandLauncher/help.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config.jelly
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_ca.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_da.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_de.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_es.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_es_AR.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_fi.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_fr.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_he.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_it.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_ja.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_ko.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_lt.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_nb_NO.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_nl.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_pl.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_pt_BR.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_pt_PT.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_ru.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_sk.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_sv_SE.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_zh_CN.properties
    M 
core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config_zh_TW.properties
    M core/src/main/resources/hudson/slaves/JNLPLauncher/help.properties
    M core/src/main/resources/hudson/slaves/Messages.properties
    M 
core/src/main/resources/hudson/slaves/SimpleScheduledRetentionStrategy/config.jelly
    M 
core/src/main/resources/hudson/slaves/SimpleScheduledRetentionStrategy/config_da.properties
    M 
core/src/main/resources/hudson/slaves/SimpleScheduledRetentionStrategy/config_es.properties
    M 
core/src/main/resources/hudson/slaves/SimpleScheduledRetentionStrategy/config_fr.properties
    M 
core/src/main/resources/hudson/slaves/SimpleScheduledRetentionStrategy/config_ja.properties
    M 
core/src/main/resources/hudson/slaves/SimpleScheduledRetentionStrategy/config_pt_BR.properties
    M 
core/src/main/resources/hudson/slaves/SimpleScheduledRetentionStrategy/config_zh_TW.properties
    M core/src/main/resources/jenkins/model/Jenkins/help-rawBuildsDir.html
    M core/src/main/resources/jenkins/model/Jenkins/help-rawWorkspaceDir.html
    M pom.xml
    M test/pom.xml
    M test/src/test/groovy/hudson/cli/BuildCommandTest.groovy
    M test/src/test/groovy/hudson/model/SlaveTest.groovy
    M test/src/test/java/hudson/model/UpdateCenter2Test.java
    M test/src/test/java/hudson/model/UpdateCenterTest.java
    M test/src/test/java/hudson/slaves/CommandLauncherTest.java
    M test/src/test/java/hudson/slaves/NodeProvisionerTest.java
    M test/src/test/java/hudson/tasks/FingerprinterTest.java
    M test/src/test/java/lib/form/RowSetTest.java
    M war/pom.xml
    M war/src/main/js/add-item.js
    M war/src/main/webapp/help/system-config/homeDirectory.html
    M war/src/main/webapp/help/system-config/master-slave/availability.html
    M war/src/main/webapp/help/system-config/master-slave/demand/idleDelay.html
    M 
war/src/main/webapp/help/system-config/master-slave/demand/inDemandDelay.html
    A 
war/src/main/webapp/help/system-config/master-slave/demand/keepUpWhenActive.html
    M war/src/main/webapp/help/system-config/master-slave/description.html
    M war/src/main/webapp/help/system-config/master-slave/usage.html
    M war/src/main/webapp/help/system-config/nodeEnvironmentVariables.html
    M war/src/main/webapp/help/system-config/systemMessage.html

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/2.0' into jtnord-patch-1


Compare: 
https://github.com/jenkinsci/jenkins/compare/30235de42cb1...0dce38abbaed

-- 
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/d/optout.

Reply via email to