Branch: refs/heads/rc
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 6aabdc194295855fa29db0626802ec4ab8e322fe
      
https://github.com/jenkinsci/jenkins/commit/6aabdc194295855fa29db0626802ec4ab8e322fe
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-05-08 (Wed, 08 May 2013)

  Changed paths:
    M cli/pom.xml
    M core/pom.xml
    M maven-plugin/pom.xml
    M plugins/pom.xml
    M pom.xml
    M test/pom.xml
    M ui-samples-plugin/pom.xml
    M war/pom.xml

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


  Commit: c4d36adb690f4ee1809a419c01c9f95c0fac826a
      
https://github.com/jenkinsci/jenkins/commit/c4d36adb690f4ee1809a419c01c9f95c0fac826a
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-05-08 (Wed, 08 May 2013)

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

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


  Commit: 76b455184a0fd8bec6c859921c8b771e83fe55e0
      
https://github.com/jenkinsci/jenkins/commit/76b455184a0fd8bec6c859921c8b771e83fe55e0
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-05-08 (Wed, 08 May 2013)

  Changed paths:
    M core/src/main/java/hudson/model/FileParameterDefinition.java
    M war/src/main/webapp/help/parameter/file.html

  Log Message:
  -----------
  expose the submitted file name


  Commit: 6ee5e03a16a3fc63e3d01bb447ae5fccf08cf36d
      
https://github.com/jenkinsci/jenkins/commit/6ee5e03a16a3fc63e3d01bb447ae5fccf08cf36d
  Author: imod <[email protected]>
  Date:   2013-05-10 (Fri, 10 May 2013)

  Changed paths:
    M changelog.html

  Log Message:
  -----------
  changelog: this issue is a rfe not a bug


  Commit: a4bd40d3da82cd603199574341055d61581987e1
      
https://github.com/jenkinsci/jenkins/commit/a4bd40d3da82cd603199574341055d61581987e1
  Author: Jesse Glick <[email protected]>
  Date:   2013-05-10 (Fri, 10 May 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
    M 
test/src/test/java/org/jvnet/hudson/main/UseRecipesWithJenkinsRuleTest.java

  Log Message:
  -----------
  Try harder to set Jenkins root URL, since some tests rely on it.


  Commit: 42fb9c7143d60601af203476daf7cbf473687f97
      
https://github.com/jenkinsci/jenkins/commit/42fb9c7143d60601af203476daf7cbf473687f97
  Author: Jesse Glick <[email protected]>
  Date:   2013-05-13 (Mon, 13 May 2013)

  Changed paths:
    M core/src/test/java/hudson/util/CopyOnWriteMapTest.java

  Log Message:
  -----------
  JUnit 4.


  Commit: e1473e208cb9c0203a5d25af526f652df90e7b86
      
https://github.com/jenkinsci/jenkins/commit/e1473e208cb9c0203a5d25af526f652df90e7b86
  Author: Jesse Glick <[email protected]>
  Date:   2013-05-13 (Mon, 13 May 2013)

  Changed paths:
    M core/src/main/java/hudson/util/CopyOnWriteMap.java
    M core/src/test/java/hudson/util/CopyOnWriteMapTest.java

  Log Message:
  -----------
  Missing equals/hashCode/toString impls for CopyOnWriteMap.


  Commit: 688420177afa64deb4adc9b4b92eede221cad884
      
https://github.com/jenkinsci/jenkins/commit/688420177afa64deb4adc9b4b92eede221cad884
  Author: Jesse Glick <[email protected]>
  Date:   2013-05-13 (Mon, 13 May 2013)

  Changed paths:
    M changelog.html
    M core/src/main/java/hudson/init/impl/GroovyInitScript.java
    A test/src/test/java/hudson/init/impl/GroovyInitScriptTest.java
    A 
test/src/test/resources/hudson/init/impl/GroovyInitScriptTest/errorsHandled.zip

  Log Message:
  -----------
  [FIXED JENKINS-17933] Catch errors in init.groovy.


  Commit: ea4b6b5cc81fc034f6c43aefd4f6b5651530547e
      
https://github.com/jenkinsci/jenkins/commit/ea4b6b5cc81fc034f6c43aefd4f6b5651530547e
  Author: Jesse Glick <[email protected]>
  Date:   2013-05-13 (Mon, 13 May 2013)

  Changed paths:
    M test/src/test/java/hudson/model/RunTest.java

  Log Message:
  -----------
  JUnit 4.


  Commit: 8c53e2f39464c5f0909bc195d05b79d9c24df384
      
https://github.com/jenkinsci/jenkins/commit/8c53e2f39464c5f0909bc195d05b79d9c24df384
  Author: Jesse Glick <[email protected]>
  Date:   2013-05-13 (Mon, 13 May 2013)

  Changed paths:
    M changelog.html
    M core/src/main/java/hudson/model/Run.java
    M test/src/test/java/hudson/model/RunTest.java

  Log Message:
  -----------
  [FIXED JENKINS-17935] NPE from Run.getDynamic when a transient build action 
is invisible.
Amends lvotypko’s 33e0df7 to be as careful as bdff425 + f65da7f + 10e9b00 for 
persistent actions.


  Commit: 5ecbbefb6d83fbc4c8919b94b33f491fa0e0055f
      
https://github.com/jenkinsci/jenkins/commit/5ecbbefb6d83fbc4c8919b94b33f491fa0e0055f
  Author: Jesse Glick <[email protected]>
  Date:   2013-05-14 (Tue, 14 May 2013)

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

  Log Message:
  -----------
  [FIXED JENKINS-16652] Use UpdateSite.Plugin.deploy from 
PluginManager.doUploadPlugin.


  Commit: 84d1abdcd42ab64198a29a40bdec268eac384b22
      
https://github.com/jenkinsci/jenkins/commit/84d1abdcd42ab64198a29a40bdec268eac384b22
  Author: Jesse Glick <[email protected]>
  Date:   2013-05-16 (Thu, 16 May 2013)

  Changed paths:
    M changelog.html
    M core/src/main/java/hudson/logging/LogRecorder.java
    A core/src/test/java/hudson/logging/LogRecorderTest.java

  Log Message:
  -----------
  [FIXED JENKINS-17983] Empty LogRecorder.Target.name was not working.


  Commit: e2d17fb10b238e9ab796145e076590b8641a329f
      
https://github.com/jenkinsci/jenkins/commit/e2d17fb10b238e9ab796145e076590b8641a329f
  Author: Jesse Glick <[email protected]>
  Date:   2013-05-17 (Fri, 17 May 2013)

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

  Log Message:
  -----------
  When used with MarkupFormatter, make it clear what language is in use.


  Commit: 2187f804f520faf3026f3c2db880bd888e0186b9
      
https://github.com/jenkinsci/jenkins/commit/2187f804f520faf3026f3c2db880bd888e0186b9
  Author: Jesse Glick <[email protected]>
  Date:   2013-05-17 (Fri, 17 May 2013)

  Changed paths:
    M war/src/main/webapp/help/project-config/description.html
    M war/src/main/webapp/help/run-config/description.html
    M war/src/main/webapp/help/system-config/systemMessage.html
    M war/src/main/webapp/help/user/description.html
    M war/src/main/webapp/help/view-config/description.html

  Log Message:
  -----------
  Help text was misleading when an alternate MarkupFormatter was in use.


  Commit: ca27f06b0278fd203a61d42f2e98e625092eb322
      
https://github.com/jenkinsci/jenkins/commit/ca27f06b0278fd203a61d42f2e98e625092eb322
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-05-18 (Sat, 18 May 2013)

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

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


  Commit: 8835bdc13bf575de479ccb75ed682b72fea298a4
      
https://github.com/jenkinsci/jenkins/commit/8835bdc13bf575de479ccb75ed682b72fea298a4
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-05-20 (Mon, 20 May 2013)

  Changed paths:
    M changelog.html

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


Compare: 
https://github.com/jenkinsci/jenkins/compare/8062be49ac99...8835bdc13bf5

-- 
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