Branch: refs/heads/rc
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 177b39a5fb8eee20218a9066679727707864edf0
      
https://github.com/jenkinsci/jenkins/commit/177b39a5fb8eee20218a9066679727707864edf0
  Author: Jesse Glick <[email protected]>
  Date:   2013-10-16 (Wed, 16 Oct 2013)

  Changed paths:
    M core/pom.xml
    M core/src/main/java/hudson/init/impl/InstallUncaughtExceptionHandler.java

  Log Message:
  -----------
  [JENKINS-20074] When displaying an uncaught exception, if we are unable to 
write the content, just do nothing.


  Commit: c853c4719d3d86612e821749f42103734d1d301b
      
https://github.com/jenkinsci/jenkins/commit/c853c4719d3d86612e821749f42103734d1d301b
  Author: ssogabe <[email protected]>
  Date:   2013-10-29 (Tue, 29 Oct 2013)

  Changed paths:
    M core/src/main/java/hudson/ProxyConfiguration.java
    M core/src/main/resources/hudson/Messages.properties
    M core/src/main/resources/hudson/Messages_ja.properties
    M core/src/main/resources/hudson/ProxyConfiguration/config.groovy
    M core/src/main/resources/hudson/ProxyConfiguration/config_ja.properties

  Log Message:
  -----------
  [FIXED JENKINS-20191] Add Test button to check proxy connection


  Commit: 1c89aed244075828202693ecf98fbac34bf7f1e6
      
https://github.com/jenkinsci/jenkins/commit/1c89aed244075828202693ecf98fbac34bf7f1e6
  Author: ssogabe <[email protected]>
  Date:   2013-10-31 (Thu, 31 Oct 2013)

  Changed paths:
    M core/src/main/resources/hudson/ProxyConfiguration/config.groovy

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


  Commit: 553a3850baa7fe697847c0ea2c6d268c307510cd
      
https://github.com/jenkinsci/jenkins/commit/553a3850baa7fe697847c0ea2c6d268c307510cd
  Author: ssogabe <[email protected]>
  Date:   2013-10-31 (Thu, 31 Oct 2013)

  Changed paths:
    M core/src/main/java/hudson/ProxyConfiguration.java
    M core/src/main/resources/hudson/Messages.properties
    M core/src/main/resources/hudson/Messages_ja.properties

  Log Message:
  -----------
  Use Common HttpClient instead of URLConnection


  Commit: 2d9dec951ecb91608ae1644e5c988e8e8734d4f0
      
https://github.com/jenkinsci/jenkins/commit/2d9dec951ecb91608ae1644e5c988e8e8734d4f0
  Author: Daniel Beck <[email protected]>
  Date:   2013-11-02 (Sat, 02 Nov 2013)

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

  Log Message:
  -----------
  [JENKINS-15757] Ignore 'remember me' if disabled in configuration

The previous implementation of 'disable remember me' just removes the
checkbox from the UI. Users still can set the parameter using a web
browser extension, or patch the login page using a Greasemonkey script
and keep using the feature. And just after the feature is enabled, users
still might be able to use it if they loaded the login page early.

This change prevents that by checking the current configuration and, if
'remember me' is disabled, ignoring any headers set.


  Commit: af5cac062c85b10e4690f3b3ccbdfb3b1d3f8585
      
https://github.com/jenkinsci/jenkins/commit/af5cac062c85b10e4690f3b3ccbdfb3b1d3f8585
  Author: Viktor Suprun <[email protected]>
  Date:   2013-11-03 (Sun, 03 Nov 2013)

  Changed paths:
    M war/src/main/webapp/scripts/yui/container/assets/container.css

  Log Message:
  -----------
  Better buttons into popups


  Commit: 678b3d7b2bcc5da6cef0010738e5e415dc10abf6
      
https://github.com/jenkinsci/jenkins/commit/678b3d7b2bcc5da6cef0010738e5e415dc10abf6
  Author: Viktor Suprun <[email protected]>
  Date:   2013-11-03 (Sun, 03 Nov 2013)

  Changed paths:
    M war/src/main/webapp/scripts/yui/container/assets/container.css

  Log Message:
  -----------
  Removed commented-out style


  Commit: 1be677da3698503366c34fc3f8e17959822abdb0
      
https://github.com/jenkinsci/jenkins/commit/1be677da3698503366c34fc3f8e17959822abdb0
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-11-03 (Sun, 03 Nov 2013)

  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.540-SNAPSHOT


  Commit: b9e227e65bff87949d46fc4313020428f48d0fa4
      
https://github.com/jenkinsci/jenkins/commit/b9e227e65bff87949d46fc4313020428f48d0fa4
  Author: Jesse Glick <[email protected]>
  Date:   2013-11-04 (Mon, 04 Nov 2013)

  Changed paths:
    M core/src/main/java/hudson/cli/GroovyshCommand.java

  Log Message:
  -----------
  [JENKINS-17929] Noting that authentication does not work in the groovysh 
command.


  Commit: cd8791e8fd2b04cbd0fff5bbfd0ef1a90e7442a9
      
https://github.com/jenkinsci/jenkins/commit/cd8791e8fd2b04cbd0fff5bbfd0ef1a90e7442a9
  Author: Jesse Glick <[email protected]>
  Date:   2013-11-04 (Mon, 04 Nov 2013)

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

  Log Message:
  -----------
  [FIXED JENKINS-20074] Do not report irrelevant exceptions thrown in the 
process of reporting a (possibly relevant) exception.
Merge branch 'uncaught-socket-exceptions-JENKINS-20074'

Conflicts:
        core/pom.xml


  Commit: 850485acf3f1e95c92231aa0dfb577d132bdc647
      
https://github.com/jenkinsci/jenkins/commit/850485acf3f1e95c92231aa0dfb577d132bdc647
  Author: Daniel Beck <[email protected]>
  Date:   2013-11-04 (Mon, 04 Nov 2013)

  Changed paths:
    M core/src/main/resources/hudson/model/AbstractProject/sidepanel.jelly

  Log Message:
  -----------
  [FIXED JENKINS-20106] Show different "up" link for jobs in folders

This change determines in the current items parent is the Jenkins
instance. If so, behavior is as before. Otherwise, link to parent
and use the label 'Up' instead of 'Back to Dashboard' similar to
Folders Plugin.


  Commit: 61c04b2c031fb280717755d9e64afdc7873cb260
      
https://github.com/jenkinsci/jenkins/commit/61c04b2c031fb280717755d9e64afdc7873cb260
  Author: Jesse Glick <[email protected]>
  Date:   2013-11-04 (Mon, 04 Nov 2013)

  Changed paths:
    M core/src/main/resources/hudson/model/AbstractProject/sidepanel.jelly

  Log Message:
  -----------
  Merge branch 'JENKINS-20106' of github.com:daniel-beck/jenkins into 
daniel-beck-JENKINS-20106


  Commit: b96e9895fde2104a56c106d168222bdb0e27be7a
      
https://github.com/jenkinsci/jenkins/commit/b96e9895fde2104a56c106d168222bdb0e27be7a
  Author: Jesse Glick <[email protected]>
  Date:   2013-11-04 (Mon, 04 Nov 2013)

  Changed paths:
    M changelog.html

  Log Message:
  -----------
  [JENKINS-20106] Noting.


  Commit: 1d669aac053ba70b4627df292c22c5ee4d0b4bfc
      
https://github.com/jenkinsci/jenkins/commit/1d669aac053ba70b4627df292c22c5ee4d0b4bfc
  Author: Harald Albers <[email protected]>
  Date:   2013-11-04 (Mon, 04 Nov 2013)

  Changed paths:
    M core/src/main/java/hudson/ProxyConfiguration.java
    M core/src/main/resources/hudson/Messages.properties
    M core/src/main/resources/hudson/Messages_ja.properties
    M core/src/main/resources/hudson/ProxyConfiguration/config.groovy
    M core/src/main/resources/hudson/ProxyConfiguration/config_ja.properties

  Log Message:
  -----------
  Merge pull request #990 from ssogabe/JENKINS-20191

[FIXED JENKINS-20191] Add Test button to check proxy connection


  Commit: 0696dbd2b527c6be91f8f8e57642928526fbeb41
      
https://github.com/jenkinsci/jenkins/commit/0696dbd2b527c6be91f8f8e57642928526fbeb41
  Author: Harald Albers <[email protected]>
  Date:   2013-11-05 (Tue, 05 Nov 2013)

  Changed paths:
    M 
core/src/main/resources/hudson/model/AbstractProject/BecauseOfUpstreamBuildInProgress/summary.properties
    M 
core/src/main/resources/hudson/model/AbstractProject/BecauseOfUpstreamBuildInProgress/summary_es.properties
    M 
core/src/main/resources/hudson/model/queue/CauseOfBlockage/BecauseLabelIsBusy/summary.properties
    M 
core/src/main/resources/hudson/model/queue/CauseOfBlockage/BecauseLabelIsBusy/summary_es.properties
    M 
core/src/main/resources/hudson/model/queue/CauseOfBlockage/BecauseLabelIsOffline/summary.properties
    M 
core/src/main/resources/hudson/model/queue/CauseOfBlockage/BecauseLabelIsOffline/summary_es.properties
    M 
core/src/main/resources/hudson/model/queue/CauseOfBlockage/BecauseNodeIsBusy/summary.properties
    M 
core/src/main/resources/hudson/model/queue/CauseOfBlockage/BecauseNodeIsBusy/summary_es.properties
    M 
core/src/main/resources/hudson/model/queue/CauseOfBlockage/BecauseNodeIsOffline/summary.properties
    M 
core/src/main/resources/hudson/model/queue/CauseOfBlockage/BecauseNodeIsOffline/summary_es.properties

  Log Message:
  -----------
  restored some Spanish messages

these messages were purged in 772bd8f63f7ab45b5235aa02f51e02e781c37c0b
for being unused, but they are actually active.


  Commit: aa9e1a2f5e330c27c2313fad8f68d6dab87fe04a
      
https://github.com/jenkinsci/jenkins/commit/aa9e1a2f5e330c27c2313fad8f68d6dab87fe04a
  Author: Harald Albers <[email protected]>
  Date:   2013-11-05 (Tue, 05 Nov 2013)

  Changed paths:
    A 
core/src/main/resources/hudson/model/AbstractProject/BecauseOfUpstreamBuildInProgress/summary_de.properties
    M 
core/src/main/resources/hudson/model/AbstractProject/sidepanel_de.properties
    M 
core/src/main/resources/hudson/model/AbstractProject/svn-password_de.properties
    M 
core/src/main/resources/hudson/model/BuildAuthorizationToken/config_de.properties
    A 
core/src/main/resources/hudson/model/queue/CauseOfBlockage/BecauseLabelIsBusy/summary_de.properties
    A 
core/src/main/resources/hudson/model/queue/CauseOfBlockage/BecauseLabelIsOffline/summary_de.properties
    A 
core/src/main/resources/hudson/model/queue/CauseOfBlockage/BecauseNodeIsBusy/summary_de.properties
    A 
core/src/main/resources/hudson/model/queue/CauseOfBlockage/BecauseNodeIsOffline/summary_de.properties

  Log Message:
  -----------
  updated German localization


  Commit: 313c2a804a83a72536e3c08a79942e4a5718207f
      
https://github.com/jenkinsci/jenkins/commit/313c2a804a83a72536e3c08a79942e4a5718207f
  Author: Jesse Glick <[email protected]>
  Date:   2013-11-05 (Tue, 05 Nov 2013)

  Changed paths:
    M core/src/main/java/hudson/cli/InstallPluginCommand.java

  Log Message:
  -----------
  Should use safeRestart, not immediate restart, when -restart option is given.


  Commit: 96294049cb4459d8feebff054a87cb469ecb719b
      
https://github.com/jenkinsci/jenkins/commit/96294049cb4459d8feebff054a87cb469ecb719b
  Author: Jesse Glick <[email protected]>
  Date:   2013-11-05 (Tue, 05 Nov 2013)

  Changed paths:
    M core/src/main/java/hudson/ProxyConfiguration.java
    M core/src/main/resources/hudson/Messages.properties
    M core/src/main/resources/hudson/Messages_ja.properties
    M core/src/main/resources/hudson/ProxyConfiguration/config.groovy
    M core/src/main/resources/hudson/ProxyConfiguration/config_ja.properties
    M 
core/src/main/resources/hudson/model/AbstractProject/BecauseOfUpstreamBuildInProgress/summary.properties
    A 
core/src/main/resources/hudson/model/AbstractProject/BecauseOfUpstreamBuildInProgress/summary_de.properties
    M 
core/src/main/resources/hudson/model/AbstractProject/BecauseOfUpstreamBuildInProgress/summary_es.properties
    M 
core/src/main/resources/hudson/model/AbstractProject/sidepanel_de.properties
    M 
core/src/main/resources/hudson/model/AbstractProject/svn-password_de.properties
    M 
core/src/main/resources/hudson/model/BuildAuthorizationToken/config_de.properties
    M 
core/src/main/resources/hudson/model/queue/CauseOfBlockage/BecauseLabelIsBusy/summary.properties
    A 
core/src/main/resources/hudson/model/queue/CauseOfBlockage/BecauseLabelIsBusy/summary_de.properties
    M 
core/src/main/resources/hudson/model/queue/CauseOfBlockage/BecauseLabelIsBusy/summary_es.properties
    M 
core/src/main/resources/hudson/model/queue/CauseOfBlockage/BecauseLabelIsOffline/summary.properties
    A 
core/src/main/resources/hudson/model/queue/CauseOfBlockage/BecauseLabelIsOffline/summary_de.properties
    M 
core/src/main/resources/hudson/model/queue/CauseOfBlockage/BecauseLabelIsOffline/summary_es.properties
    M 
core/src/main/resources/hudson/model/queue/CauseOfBlockage/BecauseNodeIsBusy/summary.properties
    A 
core/src/main/resources/hudson/model/queue/CauseOfBlockage/BecauseNodeIsBusy/summary_de.properties
    M 
core/src/main/resources/hudson/model/queue/CauseOfBlockage/BecauseNodeIsBusy/summary_es.properties
    M 
core/src/main/resources/hudson/model/queue/CauseOfBlockage/BecauseNodeIsOffline/summary.properties
    A 
core/src/main/resources/hudson/model/queue/CauseOfBlockage/BecauseNodeIsOffline/summary_de.properties
    M 
core/src/main/resources/hudson/model/queue/CauseOfBlockage/BecauseNodeIsOffline/summary_es.properties

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


  Commit: 678771ade39f4a156f365adb576d17c3c2c98c83
      
https://github.com/jenkinsci/jenkins/commit/678771ade39f4a156f365adb576d17c3c2c98c83
  Author: Jesse Glick <[email protected]>
  Date:   2013-11-05 (Tue, 05 Nov 2013)

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

  Log Message:
  -----------
  Updated @since due to backport.


  Commit: 521b578a872d1feacdca24f515ed70cf8d41fdd5
      
https://github.com/jenkinsci/jenkins/commit/521b578a872d1feacdca24f515ed70cf8d41fdd5
  Author: Jesse Glick <[email protected]>
  Date:   2013-11-05 (Tue, 05 Nov 2013)

  Changed paths:
    M core/src/main/java/hudson/triggers/SCMTrigger.java

  Log Message:
  -----------
  Use RunAction2 to avoid persisting a build field.


  Commit: 645232557a437803d91d1c1973228f04ab5b164a
      
https://github.com/jenkinsci/jenkins/commit/645232557a437803d91d1c1973228f04ab5b164a
  Author: Jesse Glick <[email protected]>
  Date:   2013-11-05 (Tue, 05 Nov 2013)

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

  Log Message:
  -----------
  Added Cause.onLoad in case a Cause implementation needs to keep a build field.


  Commit: cf45c6a8f2eed7bdd8bb74c8d756fb34598ff06e
      
https://github.com/jenkinsci/jenkins/commit/cf45c6a8f2eed7bdd8bb74c8d756fb34598ff06e
  Author: Jesse Glick <[email protected]>
  Date:   2013-11-05 (Tue, 05 Nov 2013)

  Changed paths:
    M core/src/main/java/hudson/scm/AbstractScmTagAction.java

  Log Message:
  -----------
  Another case where RunAction2 is needed: SCM tag actions.


  Commit: b2730f3d31da93a45c7321962141c6f1bc360937
      
https://github.com/jenkinsci/jenkins/commit/b2730f3d31da93a45c7321962141c6f1bc360937
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-11-05 (Tue, 05 Nov 2013)

  Changed paths:
    M cli/src/main/java/hudson/cli/CLI.java

  Log Message:
  -----------
  error stream isn't always available


  Commit: 344ba8de31fb36e6dec1a3e0893ee23b80d9ae1e
      
https://github.com/jenkinsci/jenkins/commit/344ba8de31fb36e6dec1a3e0893ee23b80d9ae1e
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-11-05 (Tue, 05 Nov 2013)

  Changed paths:
    M cli/src/main/java/hudson/cli/CLI.java

  Log Message:
  -----------
  improved error diagnostics


  Commit: dfc2f57d191b4dcc54f44b225479c62806397628
      
https://github.com/jenkinsci/jenkins/commit/dfc2f57d191b4dcc54f44b225479c62806397628
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-11-05 (Tue, 05 Nov 2013)

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

  Log Message:
  -----------
  this can happen so early in the game that j might be null

"Jenkins is loading" page gets set up before Jenkins instance gets
initialized.


  Commit: 9ed2ed5fd90de8930802090cb7d0ffd0f996620c
      
https://github.com/jenkinsci/jenkins/commit/9ed2ed5fd90de8930802090cb7d0ffd0f996620c
  Author: Daniel Beck <[email protected]>
  Date:   2013-11-06 (Wed, 06 Nov 2013)

  Changed paths:
    M test/src/main/java/org/jvnet/hudson/test/recipes/PresetData.java
    A test/src/main/preset-data/secured-acegi/config.xml
    A test/src/main/preset-data/secured-acegi/readme.txt
    A test/src/main/preset-data/secured-acegi/users/alice/config.xml
    M test/src/test/java/hudson/security/LoginTest.java

  Log Message:
  -----------
  [JENKINS-15757] Add tests

A new test for the existing 'Remember me' functionality that verifies that
the cookie is set, and a new test showing that, even if requested by the
user, no cookie will be set, if 'Remember me' is disabled in the security
configuration.


  Commit: dec369e68eab3cfdcadf4c9660d174a1106e23a9
      
https://github.com/jenkinsci/jenkins/commit/dec369e68eab3cfdcadf4c9660d174a1106e23a9
  Author: Stephen Connolly <[email protected]>
  Date:   2013-11-06 (Wed, 06 Nov 2013)

  Changed paths:
    M core/src/main/java/hudson/security/TokenBasedRememberMeServices2.java
    M test/src/main/java/org/jvnet/hudson/test/recipes/PresetData.java
    A test/src/main/preset-data/secured-acegi/config.xml
    A test/src/main/preset-data/secured-acegi/readme.txt
    A test/src/main/preset-data/secured-acegi/users/alice/config.xml
    M test/src/test/java/hudson/security/LoginTest.java

  Log Message:
  -----------
  Merge pull request #994 from daniel-beck/dont-remember-me

[JENKINS-15757] Ignore 'remember me' if disabled in configuration


  Commit: 37d2575f6b11234a37d45695c05e4f95a6faefa2
      
https://github.com/jenkinsci/jenkins/commit/37d2575f6b11234a37d45695c05e4f95a6faefa2
  Author: Jesse Glick <[email protected]>
  Date:   2013-11-06 (Wed, 06 Nov 2013)

  Changed paths:
    M core/src/main/java/hudson/model/UpdateCenter.java
    M core/src/main/java/hudson/model/listeners/SaveableListener.java

  Log Message:
  -----------
  [JENKINS-18922] Trying to make this error (missing maven-plugin) nonfatal 
during startup.
May not suffice: a fatal error may simply be thrown later on.


  Commit: 684921e8c5ec0a3c75db3f045199b8a5c5e33961
      
https://github.com/jenkinsci/jenkins/commit/684921e8c5ec0a3c75db3f045199b8a5c5e33961
  Author: Jesse Glick <[email protected]>
  Date:   2013-11-06 (Wed, 06 Nov 2013)

  Changed paths:
    M changelog.html
    M core/pom.xml

  Log Message:
  -----------
  [FIXED JENKINS-20442] Integrate annotation-indexer 1.6 with improved 
robustness.


  Commit: a63673afe980bb34a6f68a870ae2ebb690aa7338
      
https://github.com/jenkinsci/jenkins/commit/a63673afe980bb34a6f68a870ae2ebb690aa7338
  Author: Jesse Glick <[email protected]>
  Date:   2013-11-06 (Wed, 06 Nov 2013)

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

  Log Message:
  -----------
  Inherit maven-stapler-plugin version in all places.


  Commit: 7b119448d75189fd8a4cd5858522a6e741cf4a9b
      
https://github.com/jenkinsci/jenkins/commit/7b119448d75189fd8a4cd5858522a6e741cf4a9b
  Author: Jesse Glick <[email protected]>
  Date:   2013-11-06 (Wed, 06 Nov 2013)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  parent 1.33


  Commit: 7b50b5895bb6f57de6aca62aaf4722993fa38b05
      
https://github.com/jenkinsci/jenkins/commit/7b50b5895bb6f57de6aca62aaf4722993fa38b05
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-11-06 (Wed, 06 Nov 2013)

  Changed paths:
    M core/src/main/java/hudson/slaves/WorkspaceList.java

  Log Message:
  -----------
  don't alarm the user by showing an exception


  Commit: 3eb42728acb65c9f7e7874d8aedac76364c96c41
      
https://github.com/jenkinsci/jenkins/commit/3eb42728acb65c9f7e7874d8aedac76364c96c41
  Author: Harald Albers <[email protected]>
  Date:   2013-11-06 (Wed, 06 Nov 2013)

  Changed paths:
    M core/src/main/java/hudson/diagnosis/HudsonHomeDiskUsageMonitor.java
    M 
core/src/main/resources/hudson/diagnosis/HudsonHomeDiskUsageMonitor/index_de.properties
    M core/src/main/resources/hudson/diagnosis/Messages.properties
    M core/src/main/resources/hudson/diagnosis/Messages_de.properties

  Log Message:
  -----------
  [FIXED JENKINS-14380] hudson appears in a the webpage title

provide localization for HudsonHomeDiskUsageMonitor.getDisplayName()


  Commit: 9722ad858ab7b587a08add1cea8cf547353792a3
      
https://github.com/jenkinsci/jenkins/commit/9722ad858ab7b587a08add1cea8cf547353792a3
  Author: Olivier Lamy <[email protected]>
  Date:   2013-11-06 (Wed, 06 Nov 2013)

  Changed paths:
    M core/src/main/java/hudson/diagnosis/HudsonHomeDiskUsageMonitor.java
    M 
core/src/main/resources/hudson/diagnosis/HudsonHomeDiskUsageMonitor/index_de.properties
    M core/src/main/resources/hudson/diagnosis/Messages.properties
    M core/src/main/resources/hudson/diagnosis/Messages_de.properties

  Log Message:
  -----------
  Merge pull request #1001 from albers/JENKINS-14380

[FIXED JENKINS-14380] hudson appears in a the webpage title


  Commit: 129554b3b7f7fab3bb6a977d8020bbe76817eaba
      
https://github.com/jenkinsci/jenkins/commit/129554b3b7f7fab3bb6a977d8020bbe76817eaba
  Author: Olivier Lamy <[email protected]>
  Date:   2013-11-06 (Wed, 06 Nov 2013)

  Changed paths:
    M changelog.html

  Log Message:
  -----------
  Update changelog.html


  Commit: e1a7a43284ab683130b43b67de94f0ca75b5a7e3
      
https://github.com/jenkinsci/jenkins/commit/e1a7a43284ab683130b43b67de94f0ca75b5a7e3
  Author: Olivier Lamy <[email protected]>
  Date:   2013-11-06 (Wed, 06 Nov 2013)

  Changed paths:
    M changelog.html

  Log Message:
  -----------
  changelog for JENKINS-14380


  Commit: c3150bcd9355469f1e2be0556793829952e6d9e6
      
https://github.com/jenkinsci/jenkins/commit/c3150bcd9355469f1e2be0556793829952e6d9e6
  Author: Harald Albers <[email protected]>
  Date:   2013-11-07 (Thu, 07 Nov 2013)

  Changed paths:
    M changelog.html

  Log Message:
  -----------
  changelog for JENKINS-20191


  Commit: fe836ff3ee2d5113882de2eb429bc8c7d13b969d
      
https://github.com/jenkinsci/jenkins/commit/fe836ff3ee2d5113882de2eb429bc8c7d13b969d
  Author: Harald Albers <[email protected]>
  Date:   2013-11-07 (Thu, 07 Nov 2013)

  Changed paths:
    M core/src/main/java/hudson/security/HudsonPrivateSecurityRealm.java
    M core/src/main/resources/hudson/security/Messages.properties
    M core/src/main/resources/hudson/security/Messages_de.properties

  Log Message:
  -----------
  use existing localization in HudsonPrivateSecurityRealm.getDisplayName()

This changes the hard-coded display name in the breadrumb bar to match
the localized message used in Configure Global Security/Access Control


  Commit: a78bdf094cadbc1d478d76a974463bc8d7a970c2
      
https://github.com/jenkinsci/jenkins/commit/a78bdf094cadbc1d478d76a974463bc8d7a970c2
  Author: Jesse Glick <[email protected]>
  Date:   2013-11-07 (Thu, 07 Nov 2013)

  Changed paths:
    M core/pom.xml
    M licenseCompleter.groovy

  Log Message:
  -----------
  task-reactor 1.4 avoids an NPE during startup that may be masking some other 
problem.


  Commit: af7fbce3e4d88db9450bc3b27bdf78001123e87a
      
https://github.com/jenkinsci/jenkins/commit/af7fbce3e4d88db9450bc3b27bdf78001123e87a
  Author: Jesse Glick <[email protected]>
  Date:   2013-11-07 (Thu, 07 Nov 2013)

  Changed paths:
    M plugins/pom.xml

  Log Message:
  -----------
  Use newest parent POM.


  Commit: 4f6fc65869616eb880d17e33ae2c5733efd17115
      
https://github.com/jenkinsci/jenkins/commit/4f6fc65869616eb880d17e33ae2c5733efd17115
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-11-07 (Thu, 07 Nov 2013)

  Changed paths:
    M changelog.html
    M core/pom.xml
    M core/src/main/java/hudson/diagnosis/HudsonHomeDiskUsageMonitor.java
    M core/src/main/java/hudson/model/UpdateCenter.java
    M core/src/main/java/hudson/model/listeners/SaveableListener.java
    M core/src/main/java/hudson/security/HudsonPrivateSecurityRealm.java
    M core/src/main/java/hudson/security/TokenBasedRememberMeServices2.java
    M 
core/src/main/resources/hudson/diagnosis/HudsonHomeDiskUsageMonitor/index_de.properties
    M core/src/main/resources/hudson/diagnosis/Messages.properties
    M core/src/main/resources/hudson/diagnosis/Messages_de.properties
    M core/src/main/resources/hudson/security/Messages.properties
    M core/src/main/resources/hudson/security/Messages_de.properties
    M licenseCompleter.groovy
    M pom.xml
    M test/src/main/java/org/jvnet/hudson/test/recipes/PresetData.java
    A test/src/main/preset-data/secured-acegi/config.xml
    A test/src/main/preset-data/secured-acegi/readme.txt
    A test/src/main/preset-data/secured-acegi/users/alice/config.xml
    M test/src/test/java/hudson/security/LoginTest.java

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master'


  Commit: 7d2a3b3f9c96f3ab950d84781da5cf903ca4c4be
      
https://github.com/jenkinsci/jenkins/commit/7d2a3b3f9c96f3ab950d84781da5cf903ca4c4be
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-11-07 (Thu, 07 Nov 2013)

  Changed paths:
    M changelog.html
    M core/src/main/java/hudson/util/jna/Kernel32.java
    M core/src/main/java/hudson/util/jna/Kernel32Utils.java
    A core/src/main/java/jenkins/diagnosis/HsErrPidFile.java
    A core/src/main/java/jenkins/diagnosis/HsErrPidList.java
    A core/src/main/resources/jenkins/diagnosis/HsErrPidList/index.jelly
    A core/src/main/resources/jenkins/diagnosis/HsErrPidList/index.properties
    A core/src/main/resources/jenkins/diagnosis/HsErrPidList/message.jelly
    A core/src/main/resources/jenkins/diagnosis/HsErrPidList/message.properties

  Log Message:
  -----------
  Added an ability to collect hs_err_pid*.log files


  Commit: dda58ed18fa4d255635069c2182020968a7f9594
      
https://github.com/jenkinsci/jenkins/commit/dda58ed18fa4d255635069c2182020968a7f9594
  Author: CloudBees DEV@Cloud <[email protected]>
  Date:   2013-11-07 (Thu, 07 Nov 2013)

  Changed paths:
    M changelog.html
    M core/src/main/java/hudson/slaves/WorkspaceList.java
    M core/src/main/java/hudson/util/jna/Kernel32.java
    M core/src/main/java/hudson/util/jna/Kernel32Utils.java
    A core/src/main/java/jenkins/diagnosis/HsErrPidFile.java
    A core/src/main/java/jenkins/diagnosis/HsErrPidList.java
    A core/src/main/resources/jenkins/diagnosis/HsErrPidList/index.jelly
    A core/src/main/resources/jenkins/diagnosis/HsErrPidList/index.properties
    A core/src/main/resources/jenkins/diagnosis/HsErrPidList/message.jelly
    A core/src/main/resources/jenkins/diagnosis/HsErrPidList/message.properties

  Log Message:
  -----------
  Merge REMERGE_HEAD into HEAD


  Commit: 4bf5e15b18ed508a05e457b6df7743a457871902
      
https://github.com/jenkinsci/jenkins/commit/4bf5e15b18ed508a05e457b6df7743a457871902
  Author: Edmund Wong <[email protected]>
  Date:   2013-11-08 (Fri, 08 Nov 2013)

  Changed paths:
    M core/src/main/java/hudson/console/UrlAnnotator.java
    M core/src/test/java/hudson/console/UrlAnnotatorTest.java

  Log Message:
  -----------
  [JENKINS 19866] Add log handling line beginning with 'file://'


  Commit: 489a3607e73337cf0061131d6b9064ff9c95daa4
      
https://github.com/jenkinsci/jenkins/commit/489a3607e73337cf0061131d6b9064ff9c95daa4
  Author: Oliver Gondža <[email protected]>
  Date:   2013-11-08 (Fri, 08 Nov 2013)

  Changed paths:
    M changelog.html
    M core/src/main/java/hudson/console/UrlAnnotator.java
    M core/src/test/java/hudson/console/UrlAnnotatorTest.java

  Log Message:
  -----------
  [FIXED JENKINS-19866] Merge pull request #1003 from ewongbb/jenkins_19866


  Commit: 7648a95a7c5775e469127ab3ca12eaee119d4000
      
https://github.com/jenkinsci/jenkins/commit/7648a95a7c5775e469127ab3ca12eaee119d4000
  Author: Oliver Gondža <[email protected]>
  Date:   2013-11-08 (Fri, 08 Nov 2013)

  Changed paths:
    M core/src/test/java/hudson/console/UrlAnnotatorTest.java

  Log Message:
  -----------
  Refactor hudson.console.UrlAnnotatorTest


  Commit: 61cf2df0660e507fab20442f44e917d75f946917
      
https://github.com/jenkinsci/jenkins/commit/61cf2df0660e507fab20442f44e917d75f946917
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-11-08 (Fri, 08 Nov 2013)

  Changed paths:
    M test/src/test/groovy/hudson/model/AbstractProjectTest.groovy

  Log Message:
  -----------
  [JENKINS-10615]

Reproduced the problem. Workspace is getting released prematurely, before 
publishers run. This has all sorts of serious problems.


  Commit: d183345007ecd6fae01565975fb48ddec6e47af4
      
https://github.com/jenkinsci/jenkins/commit/d183345007ecd6fae01565975fb48ddec6e47af4
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-11-08 (Fri, 08 Nov 2013)

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

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

Hold on to the lease until the very end.
Previously, the lease was only held until the main build section is over, 
before publishers start running.


  Commit: 12abd62afe2e7068787d9ce2cb36e52d9109b10d
      
https://github.com/jenkinsci/jenkins/commit/12abd62afe2e7068787d9ce2cb36e52d9109b10d
  Author: Wedge Jarrad <[email protected]>
  Date:   2013-11-08 (Fri, 08 Nov 2013)

  Changed paths:
    M debian/debian/jenkins.postinst

  Log Message:
  -----------
  [JENKINS-20407] Make sure dir exists before chmod

Ensures that the directory /var/run/jenkins exists before the installer
script attempts to chmod it.


  Commit: a2ff61010e1ee2c1521c94ad26cfe5252bf7aaef
      
https://github.com/jenkinsci/jenkins/commit/a2ff61010e1ee2c1521c94ad26cfe5252bf7aaef
  Author: christ66 <[email protected]>
  Date:   2013-11-08 (Fri, 08 Nov 2013)

  Changed paths:
    M core/src/main/java/hudson/cli/CLIAction.java
    A test/src/test/java/hudson/cli/CLIActionTest.java

  Log Message:
  -----------
  [FIXED JENKINS-8815] Fixed issue where CLI required giving Overall read 
permission to anonymous.
Added test unit.


  Commit: 8819ca71f53a426edc2f5ad022096b6cb4d1842d
      
https://github.com/jenkinsci/jenkins/commit/8819ca71f53a426edc2f5ad022096b6cb4d1842d
  Author: Vojtech Juranek <[email protected]>
  Date:   2013-11-09 (Sat, 09 Nov 2013)

  Changed paths:
    M changelog.html

  Log Message:
  -----------
  Add changelog record for pr #1004


  Commit: cab3d5daa7d8486ec6da3eed2be8424f12bfb046
      
https://github.com/jenkinsci/jenkins/commit/cab3d5daa7d8486ec6da3eed2be8424f12bfb046
  Author: Matt Blair <[email protected]>
  Date:   2013-11-09 (Sat, 09 Nov 2013)

  Changed paths:
    M debian/debian/jenkins.postinst

  Log Message:
  -----------
  [FIXED JENKINS-20407] /var/run/jenkins may not exist

Test for the existence of /var/run/jenkins before trying to chown it in
the Debian post-install script.


  Commit: 1b6ba71f9cf8ef037d7ff6522105622eff2c1f5a
      
https://github.com/jenkinsci/jenkins/commit/1b6ba71f9cf8ef037d7ff6522105622eff2c1f5a
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-11-09 (Sat, 09 Nov 2013)

  Changed paths:
    A test/src/test/groovy/hudson/cli/CLIActionTest.groovy

  Log Message:
  -----------
  [JENKINS-20128] reproduced the problem


  Commit: 9f1796e3ea8034e4a45d63e706b1c087b8f7f2e8
      
https://github.com/jenkinsci/jenkins/commit/9f1796e3ea8034e4a45d63e706b1c087b8f7f2e8
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-11-09 (Sat, 09 Nov 2013)

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

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

CLI hits "/cli", so the server needs to respond to this endpoint.


  Commit: a8f6d6bc6826dab7678710728f75b53eae37c9b9
      
https://github.com/jenkinsci/jenkins/commit/a8f6d6bc6826dab7678710728f75b53eae37c9b9
  Author: mrebasti <[email protected]>
  Date:   2013-11-10 (Sun, 10 Nov 2013)

  Changed paths:
    M test/src/main/java/org/jvnet/hudson/test/HudsonTestCase.java
    M test/src/main/java/org/jvnet/hudson/test/JenkinsRule.java

  Log Message:
  -----------
  * Adding a warning message when HudsonTestCase and JenkinsRule reach the 
configured timeout. This message will be very useful to diagnose test failures 
caused by timeouts.
* Adding a mechanism to allow users running tests in slow systems can change 
the default timeout. Now they can change this value using the environment 
variable "jenkins.test.timeout" expresed in seconds. Example: mvn test 
-Djenkins.test.timeout=300


  Commit: d7b031aed2233e64953872285d12cf58cca7b016
      
https://github.com/jenkinsci/jenkins/commit/d7b031aed2233e64953872285d12cf58cca7b016
  Author: Oliver Gondža <[email protected]>
  Date:   2013-11-11 (Mon, 11 Nov 2013)

  Changed paths:
    M test/src/main/java/org/jvnet/hudson/test/HudsonTestCase.java
    M test/src/main/java/org/jvnet/hudson/test/JenkinsRule.java

  Log Message:
  -----------
  Merge pull request #1006 from mrebasti/jenkins-test-timeout


  Commit: 65a29596ef4775e761a1838ced56e1ace448a89e
      
https://github.com/jenkinsci/jenkins/commit/65a29596ef4775e761a1838ced56e1ace448a89e
  Author: Alex Rovner <[email protected]>
  Date:   2013-11-11 (Mon, 11 Nov 2013)

  Changed paths:
    M core/src/main/resources/lib/layout/layout.jelly

  Log Message:
  -----------
  JENKINS-18192 Added last search term to search box


  Commit: 634d30ebaf353163829c5418b01a560d7fb9eef3
      
https://github.com/jenkinsci/jenkins/commit/634d30ebaf353163829c5418b01a560d7fb9eef3
  Author: Vojtech Juranek <[email protected]>
  Date:   2013-11-11 (Mon, 11 Nov 2013)

  Changed paths:
    M changelog.html

  Log Message:
  -----------
  Update changelog for pr #1008


  Commit: a494868c47d103b7bb1457aaaeadf87a55bb48ba
      
https://github.com/jenkinsci/jenkins/commit/a494868c47d103b7bb1457aaaeadf87a55bb48ba
  Author: Oliver Gondža <[email protected]>
  Date:   2013-11-11 (Mon, 11 Nov 2013)

  Changed paths:
    M core/src/main/java/hudson/cli/CLIAction.java
    A test/src/test/java/hudson/cli/CLIActionTest.java

  Log Message:
  -----------
  Merge pull request #1005 from christ66/master

[FIXED JENKINS-8815] Fixed issue where CLI required giving Overall read ...

Conflicts:
        core/src/main/java/hudson/cli/CLIAction.java


  Commit: beffcd66f5a79a35fdd7a13a66b56c23d1cdba72
      
https://github.com/jenkinsci/jenkins/commit/beffcd66f5a79a35fdd7a13a66b56c23d1cdba72
  Author: Stephen Connolly <[email protected]>
  Date:   2013-11-11 (Mon, 11 Nov 2013)

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

  Log Message:
  -----------
  [FIXED JENKINS-20514] Add a core extension point to allow plugins to 
contribute to the checking of assigned labels


  Commit: f68638a8fa05fcf665faf4dde926d3ea0e9d36bd
      
https://github.com/jenkinsci/jenkins/commit/f68638a8fa05fcf665faf4dde926d3ea0e9d36bd
  Author: Stephen Connolly <[email protected]>
  Date:   2013-11-11 (Mon, 11 Nov 2013)

  Changed paths:
    M test/src/test/java/hudson/model/labels/LabelExpressionTest.java

  Log Message:
  -----------
  Fix compiler error


  Commit: 53f754ef85ba42361f609e24f7820e569db2c0dc
      
https://github.com/jenkinsci/jenkins/commit/53f754ef85ba42361f609e24f7820e569db2c0dc
  Author: Stephen Connolly <[email protected]>
  Date:   2013-11-11 (Mon, 11 Nov 2013)

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

  Log Message:
  -----------
  Javadoc


  Commit: d513253d286fbf0f4a828be2f95a0bfa33a2844f
      
https://github.com/jenkinsci/jenkins/commit/d513253d286fbf0f4a828be2f95a0bfa33a2844f
  Author: Oliver Gondža <[email protected]>
  Date:   2013-11-11 (Mon, 11 Nov 2013)

  Changed paths:
    M core/src/main/java/hudson/cli/CLIAction.java
    M core/src/main/java/jenkins/model/Jenkins.java
    M test/src/test/groovy/hudson/cli/CLIActionTest.groovy
    R test/src/test/java/hudson/cli/CLIActionTest.java

  Log Message:
  -----------
  Tidy up after #1005


  Commit: a6914c52def9c93955094c8fb054ff03ae611807
      
https://github.com/jenkinsci/jenkins/commit/a6914c52def9c93955094c8fb054ff03ae611807
  Author: Oliver Gondža <[email protected]>
  Date:   2013-11-11 (Mon, 11 Nov 2013)

  Changed paths:
    M changelog.html
    M core/src/main/java/hudson/model/AbstractProject.java
    M test/src/test/java/hudson/model/labels/LabelExpressionTest.java

  Log Message:
  -----------
  Merge pull request #1009 from stephenc/master

[FIXED JENKINS-20514] Add a core extension point to allow plugins to con...


  Commit: 184690c8f399913af26da07364bde2690df1c5af
      
https://github.com/jenkinsci/jenkins/commit/184690c8f399913af26da07364bde2690df1c5af
  Author: Oliver Gondža <[email protected]>
  Date:   2013-11-11 (Mon, 11 Nov 2013)

  Changed paths:
    M changelog.html
    M core/src/main/java/hudson/model/AbstractProject.java
    M core/src/main/resources/lib/layout/layout.jelly
    M test/src/test/java/hudson/model/labels/LabelExpressionTest.java

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


  Commit: ebeda2add81fb5ff7ea6e6101b757fc384c34620
      
https://github.com/jenkinsci/jenkins/commit/ebeda2add81fb5ff7ea6e6101b757fc384c34620
  Author: Oliver Gondža <[email protected]>
  Date:   2013-11-11 (Mon, 11 Nov 2013)

  Changed paths:
    M test/src/test/groovy/hudson/model/AbstractProjectTest.groovy

  Log Message:
  -----------
  Remove unused import


  Commit: 4533976200a80d8fad5cbf0c679c3e099a58af0a
      
https://github.com/jenkinsci/jenkins/commit/4533976200a80d8fad5cbf0c679c3e099a58af0a
  Author: Oliver Gondža <[email protected]>
  Date:   2013-11-11 (Mon, 11 Nov 2013)

  Changed paths:
    M war/src/main/webapp/scripts/yui/container/assets/container.css

  Log Message:
  -----------
  Merge pull request #996 from POPSuL/better-dialog-buttons

Better buttons into popups


  Commit: 1884ccfe0534248f202f8e9f7d8a50308dac8477
      
https://github.com/jenkinsci/jenkins/commit/1884ccfe0534248f202f8e9f7d8a50308dac8477
  Author: Oliver Gondža <[email protected]>
  Date:   2013-11-11 (Mon, 11 Nov 2013)

  Changed paths:
    M changelog.html

  Log Message:
  -----------
  Update changelog after #1005


  Commit: 2a355129d273326b92cccee9f81df59d3fe88c00
      
https://github.com/jenkinsci/jenkins/commit/2a355129d273326b92cccee9f81df59d3fe88c00
  Author: Jesse Glick <[email protected]>
  Date:   2013-11-11 (Mon, 11 Nov 2013)

  Changed paths:
    M core/src/main/java/hudson/security/PermissionAdder.java
    M war/pom.xml

  Log Message:
  -----------
  matrix-auth 1.1


  Commit: bdbac284723940e5b2dfd37dd194524305de29c2
      
https://github.com/jenkinsci/jenkins/commit/bdbac284723940e5b2dfd37dd194524305de29c2
  Author: Jesse Glick <[email protected]>
  Date:   2013-11-11 (Mon, 11 Nov 2013)

  Changed paths:
    M changelog.html
    M core/src/main/java/hudson/model/ListView.java
    M test/src/test/java/hudson/model/ListViewTest.java

  Log Message:
  -----------
  [FIXED JENKINS-20415] Lack of type safety in JENKINS-20143 fix sometimes 
caused CCEs.


  Commit: f3fa56be50b1d367f33b9de440cccb5d0bfcdc0b
      
https://github.com/jenkinsci/jenkins/commit/f3fa56be50b1d367f33b9de440cccb5d0bfcdc0b
  Author: Jesse Glick <[email protected]>
  Date:   2013-11-11 (Mon, 11 Nov 2013)

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

  Log Message:
  -----------
  @since forgotten in b2cd412.


  Commit: 950fe7389dbfce6969440178fd928c8cd55c74fb
      
https://github.com/jenkinsci/jenkins/commit/950fe7389dbfce6969440178fd928c8cd55c74fb
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-11-11 (Mon, 11 Nov 2013)

  Changed paths:
    M changelog.html

  Log Message:
  -----------
  Upgrading desgination based on Jesse's comment.


  Commit: 4137c46182a0652d2eed2897a1e797bdc3f8c7f9
      
https://github.com/jenkinsci/jenkins/commit/4137c46182a0652d2eed2897a1e797bdc3f8c7f9
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-11-11 (Mon, 11 Nov 2013)

  Changed paths:
    M changelog.html
    M pom.xml

  Log Message:
  -----------
  Recording all the fixes in this new release


  Commit: 4402d5a3acdb505f0ffd2f9919be60e950f6fea4
      
https://github.com/jenkinsci/jenkins/commit/4402d5a3acdb505f0ffd2f9919be60e950f6fea4
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-11-11 (Mon, 11 Nov 2013)

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

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


  Commit: 14e08aefd64bd3dfdce9b5fc679254deb7524d71
      
https://github.com/jenkinsci/jenkins/commit/14e08aefd64bd3dfdce9b5fc679254deb7524d71
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-11-12 (Tue, 12 Nov 2013)

  Changed paths:
    M changelog.html

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


Compare: 
https://github.com/jenkinsci/jenkins/compare/a9aac63eaadc...14e08aefd64b

-- 
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/groups/opt_out.

Reply via email to