Branch: refs/heads/rc Home: https://github.com/jenkinsci/jenkins Commit: cc283140c73794f3ba8bef8e70bdce7d32ecaa41 https://github.com/jenkinsci/jenkins/commit/cc283140c73794f3ba8bef8e70bdce7d32ecaa41 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2012-04-30 (Mon, 30 Apr 2012)
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.464-SNAPSHOT Commit: 207134d46d8e6af6e0fb9b7d0b58a931cffb6124 https://github.com/jenkinsci/jenkins/commit/207134d46d8e6af6e0fb9b7d0b58a931cffb6124 Author: olivier lamy <ol...@apache.org> Date: 2012-05-01 (Tue, 01 May 2012) Changed paths: M pom.xml Log Message: ----------- compiler plugin 2.4 is faster for multi modules builds Commit: c92c2217ecb0078f021fab7c9a053d9e63f12143 https://github.com/jenkinsci/jenkins/commit/c92c2217ecb0078f021fab7c9a053d9e63f12143 Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Date: 2012-05-01 (Tue, 01 May 2012) Changed paths: M core/src/main/java/hudson/FilePath.java Log Message: ----------- [FIXES JENKINS-13649] As FilePath(FilePath,String) expects multi-segment relative paths, we should ensure that the multiple segments are using the correct separator character for the remote OS Commit: 708b609ccce2ca8334acb9f5399a7d199a33880a https://github.com/jenkinsci/jenkins/commit/708b609ccce2ca8334acb9f5399a7d199a33880a Author: Nicolas De loof <nico...@apache.org> Date: 2012-05-01 (Tue, 01 May 2012) Changed paths: M core/src/main/java/hudson/FilePath.java Log Message: ----------- Merge pull request #461 from stephenc/master Fixes JENKINS-13649 Commit: 71debc2b8942844c721d7849b48286dc13c3c8db https://github.com/jenkinsci/jenkins/commit/71debc2b8942844c721d7849b48286dc13c3c8db Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Date: 2012-05-01 (Tue, 01 May 2012) Changed paths: M core/src/test/java/hudson/FilePathTest.java Log Message: ----------- [JENKINS-13649] Adding a test case Commit: 4aab81f823a845a5d9f6c7cdadea87f8768073d1 https://github.com/jenkinsci/jenkins/commit/4aab81f823a845a5d9f6c7cdadea87f8768073d1 Author: Jerome Lacoste <jerome.laco...@gmail.com> Date: 2012-05-01 (Tue, 01 May 2012) Changed paths: M core/src/main/java/hudson/FilePath.java Log Message: ----------- Clean up FilePath. Extract one method out, and ensure closing of input stream after copy Commit: d621c0009700b657aec15519750b0dc6cd7d3e89 https://github.com/jenkinsci/jenkins/commit/d621c0009700b657aec15519750b0dc6cd7d3e89 Author: Nicolas De loof <nico...@apache.org> Date: 2012-05-01 (Tue, 01 May 2012) Changed paths: M core/src/main/java/hudson/FilePath.java Log Message: ----------- Merge pull request #462 from lacostej/lacostej-cleanup-FilePath Clean up FilePath. Extract one method out and ensure closing of input stream after copy Commit: 2c065f508198dc22858c4d5e89ba25ee4e56b780 https://github.com/jenkinsci/jenkins/commit/2c065f508198dc22858c4d5e89ba25ee4e56b780 Author: Seiji Sogabe <s.sog...@gmail.com> Date: 2012-05-03 (Thu, 03 May 2012) Changed paths: M core/src/main/resources/hudson/PluginManager/table_ja.properties A core/src/main/resources/hudson/matrix/DefaultMatrixExecutionStrategyImpl/config_ja.properties M core/src/main/resources/hudson/matrix/MatrixProject/configure-entries_ja.properties M core/src/main/resources/hudson/model/AbstractBuild/tasks_ja.properties M core/src/main/resources/hudson/model/BuildAuthorizationToken/config_ja.properties M core/src/main/resources/hudson/model/Messages_ja.properties M core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/index_ja.properties M core/src/main/resources/hudson/triggers/SCMTrigger/AdministrativeMonitorImpl/message_ja.properties M core/src/main/resources/jenkins/model/Messages_ja.properties M core/src/main/resources/lib/hudson/project/config-publishers2_ja.properties M core/src/main/resources/lib/hudson/queue_ja.properties M core/src/main/resources/lib/hudson/scriptConsole_ja.properties Log Message: ----------- updated Japanese localization. Commit: 7056ba34fbc96791dd110c6384a4271e0022a06d https://github.com/jenkinsci/jenkins/commit/7056ba34fbc96791dd110c6384a4271e0022a06d Author: olivier lamy <ol...@apache.org> Date: 2012-05-03 (Thu, 03 May 2012) Changed paths: M pom.xml Log Message: ----------- [JENKINS-13659] back to guava 11.0.1. Commit: b9eda264e0cad3df549c2c53fafa7e5ecda57dbc https://github.com/jenkinsci/jenkins/commit/b9eda264e0cad3df549c2c53fafa7e5ecda57dbc Author: olivier lamy <ol...@apache.org> Date: 2012-05-03 (Thu, 03 May 2012) Changed paths: M core/src/main/resources/hudson/PluginManager/table_ja.properties A core/src/main/resources/hudson/matrix/DefaultMatrixExecutionStrategyImpl/config_ja.properties M core/src/main/resources/hudson/matrix/MatrixProject/configure-entries_ja.properties M core/src/main/resources/hudson/model/AbstractBuild/tasks_ja.properties M core/src/main/resources/hudson/model/BuildAuthorizationToken/config_ja.properties M core/src/main/resources/hudson/model/Messages_ja.properties M core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/index_ja.properties M core/src/main/resources/hudson/triggers/SCMTrigger/AdministrativeMonitorImpl/message_ja.properties M core/src/main/resources/jenkins/model/Messages_ja.properties M core/src/main/resources/lib/hudson/project/config-publishers2_ja.properties M core/src/main/resources/lib/hudson/queue_ja.properties M core/src/main/resources/lib/hudson/scriptConsole_ja.properties Log Message: ----------- Merge branch 'master' of github.com:jenkinsci/jenkins Commit: d7d9cf4a8618e777c2303aec010f5443f13aeaf6 https://github.com/jenkinsci/jenkins/commit/d7d9cf4a8618e777c2303aec010f5443f13aeaf6 Author: Olivier Lamy <ol...@apache.org> Date: 2012-05-03 (Thu, 03 May 2012) Changed paths: M changelog.html Log Message: ----------- changelog entry for JENKINS-13165 Commit: 7a4858d65f2431396c2f4dadbc3d654712bc02a8 https://github.com/jenkinsci/jenkins/commit/7a4858d65f2431396c2f4dadbc3d654712bc02a8 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2012-05-03 (Thu, 03 May 2012) Changed paths: M changelog.html M core/src/main/java/hudson/security/AuthenticationProcessingFilter2.java M core/src/main/resources/lib/layout/layout.jelly M war/src/main/webapp/WEB-INF/security/SecurityFilters.groovy Log Message: ----------- [FIXED JENKINS-12585] restrict where sessions are created. If a resource with 'Set-Cookie' header is cached (either by intermediary like HTTP proxy and reverse proxy, or by the browser), it'll cause identity swap / session mix-up as discussed in this ticket. I suspect this was caused by HttpSessionContextIntegrationFilter2, which is the only code path that attempts to create a session when a request to a static resource is made. So I'm disabling the creation of session in HttpSessionContextIntegrationFilter2. This in turn requires that we have sessions already created when the authentication was successful and people need to login (or else the login will have no effect.) We already do so in layout.jelly, so any request that renders a Jenkins page would have a session, but I've also added it in AuthenticationProcessingFilter2, which ensures that a successful login does have a session. Commit: c37adad305a4f5f5d4bb89fee0b42143848d7c33 https://github.com/jenkinsci/jenkins/commit/c37adad305a4f5f5d4bb89fee0b42143848d7c33 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2012-05-03 (Thu, 03 May 2012) Changed paths: M changelog.html Log Message: ----------- I think this covers what the user cares about better. Commit: ecf7a119bdf6a4b5601a57cb2b35b887da658683 https://github.com/jenkinsci/jenkins/commit/ecf7a119bdf6a4b5601a57cb2b35b887da658683 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2012-05-04 (Fri, 04 May 2012) Changed paths: M core/src/main/java/hudson/model/CauseAction.java Log Message: ----------- added a convenience method Commit: 113c3a562cdfb60352b1b502237e777838d4325e https://github.com/jenkinsci/jenkins/commit/113c3a562cdfb60352b1b502237e777838d4325e Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2012-05-04 (Fri, 04 May 2012) Changed paths: M core/src/main/java/hudson/triggers/TimerTrigger.java M core/src/main/resources/hudson/triggers/Messages.properties Log Message: ----------- Improved error diagnostics for those who miss whitespace. Commit: 7a0bd976f11c62e0ca1f666ded823801771ea21f https://github.com/jenkinsci/jenkins/commit/7a0bd976f11c62e0ca1f666ded823801771ea21f Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2012-05-04 (Fri, 04 May 2012) Changed paths: M changelog.html M core/src/main/java/hudson/tools/JDKInstaller.java M test/src/test/java/hudson/tools/JDKInstallerTest.java Log Message: ----------- fixed JDK auto installer Commit: 79153a6830b0542114e55f668814cc8c269f746f https://github.com/jenkinsci/jenkins/commit/79153a6830b0542114e55f668814cc8c269f746f Author: Fred G <fred...@hotmail.com> Date: 2012-05-05 (Sat, 05 May 2012) Changed paths: M changelog.html Log Message: ----------- Added a link to an already fixed JIRA issue (5754) Commit: bb5d8814e8226e7117cf8d02d74a1c27c35c8930 https://github.com/jenkinsci/jenkins/commit/bb5d8814e8226e7117cf8d02d74a1c27c35c8930 Author: Fred G <fred...@hotmail.com> Date: 2012-05-05 (Sat, 05 May 2012) Changed paths: M changelog.html Log Message: ----------- Merge pull request #466 from fredg02/changelog Added a link to an already fixed JIRA issue (5754) Commit: 3b01b2978e5879b3179309250f9da044ce5d4b03 https://github.com/jenkinsci/jenkins/commit/3b01b2978e5879b3179309250f9da044ce5d4b03 Author: Seiji Sogabe <s.sog...@gmail.com> Date: 2012-05-06 (Sun, 06 May 2012) Changed paths: M changelog.html M core/src/main/resources/hudson/PluginManager/_table.css A core/src/main/resources/hudson/PluginManager/search.gif Log Message: ----------- missing search gif on plugin manager. Commit: 0c7bb1e02a5f80cac668067fbc01e01395f34946 https://github.com/jenkinsci/jenkins/commit/0c7bb1e02a5f80cac668067fbc01e01395f34946 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2012-05-07 (Mon, 07 May 2012) Changed paths: M cli/pom.xml M core/pom.xml M maven-plugin/pom.xml M pom.xml M test/pom.xml M ui-samples-plugin/pom.xml M war/pom.xml Log Message: ----------- [maven-release-plugin] prepare release jenkins-1.463 Commit: 150cd1f8dad5eafa5ccdf37eef4621e8bd4843ad https://github.com/jenkinsci/jenkins/commit/150cd1f8dad5eafa5ccdf37eef4621e8bd4843ad Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2012-05-07 (Mon, 07 May 2012) Changed paths: M cli/pom.xml M core/pom.xml M maven-plugin/pom.xml M pom.xml M test/pom.xml M ui-samples-plugin/pom.xml M war/pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration Commit: d5b812b63f21a44f8ba34785168431b698937360 https://github.com/jenkinsci/jenkins/commit/d5b812b63f21a44f8ba34785168431b698937360 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2012-05-07 (Mon, 07 May 2012) Changed paths: M changelog.html Log Message: ----------- updated changelog for release Commit: 037cf4657ccef836a23e7b89587e6ba9beb7d87d https://github.com/jenkinsci/jenkins/commit/037cf4657ccef836a23e7b89587e6ba9beb7d87d Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2012-05-07 (Mon, 07 May 2012) Changed paths: M plugins/pom.xml Log Message: ----------- releasing a new plugin parent POM Commit: e11050c09d3243a8a4cae9b6978929bafc609161 https://github.com/jenkinsci/jenkins/commit/e11050c09d3243a8a4cae9b6978929bafc609161 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2012-05-07 (Mon, 07 May 2012) Changed paths: M plugins/pom.xml Log Message: ----------- toward the next release Commit: b106fe40551d54c57cfe39feb552d87ca2fc5c31 https://github.com/jenkinsci/jenkins/commit/b106fe40551d54c57cfe39feb552d87ca2fc5c31 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2012-05-07 (Mon, 07 May 2012) Changed paths: M debian/debian/changelog Log Message: ----------- updated changelog as a part of the release Commit: d8aa2225491d003743069f1dcff5217a38c7f71a https://github.com/jenkinsci/jenkins/commit/d8aa2225491d003743069f1dcff5217a38c7f71a Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2012-05-07 (Mon, 07 May 2012) Changed paths: M changelog.html M debian/debian/changelog Log Message: ----------- merged back the RC branch Commit: 25cf729c51dd62a4c374025faa0512abce9a192f https://github.com/jenkinsci/jenkins/commit/25cf729c51dd62a4c374025faa0512abce9a192f Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2012-05-07 (Mon, 07 May 2012) Changed paths: M changelog.html Log Message: ----------- creating an RC branch Compare: https://github.com/jenkinsci/jenkins/compare/3359764...25cf729