From b6512340455b2d1b7a214da425ccb0b76686e3a2 Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Sun, 15 May 2016 02:02:37 +0200 Subject: [PATCH] Noting #2296, #2333, #1979, #2332, #2323 --- changelog.html | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/changelog.html b/changelog.html index fee5a0145d..e9211a1e34 100644 --- a/changelog.html +++ b/changelog.html @@ -80,6 +80,12 @@ Upcoming changes
  • Add the JOB_BASE_NAME environment variable to builds (job name without path). (issue 25164) +
  • + Allow overriding Jenkins UpdateCenter by a custom implementation. + (issue 34733) +
  • + Allow overriding Jenkins PluginManager by a custom implementation. + (issue 34681)
  • Prevent hanging of the Installation Wizard if the default Update Site ID cannot be resolved. In such case an error message will be displayed. @@ -94,6 +100,12 @@ Upcoming changes
  • Plugin Manager was building incorrect list of bundled plugins for nested dependencies. (issue 34748) +
  • + Prevent fatal failure of the updates check PeriodicWork if update site certificate is missing. + (issue 34745) +
  • + Allow starting non-AbstractProject (e.g. Pipeline) jobs from CLI. + (issue 28071)
  • Disable JSESSIONID in URLs when running in the JBoss web container. It prevents Error 404 due to invalid links starting from Jenkins 1.556. @@ -106,9 +118,13 @@ Upcoming changes Prevent NoSuchMethodException in loginLink.jelly when attempting to start a job using REST API. (issue 31618) -
  • - Make ToolInstallers to follow HTTP 30x redirects. - (issue 23507) +
  • + Make ToolInstallers to follow HTTP 30x redirects. + (issue 23507) +
  • + Prevent NullPointerException in the parameter definition job property + if it gets initialized incorrectly. + (issue 34370)
  • Internal: CLI commands disconnect-node and reload-configuration were extracted from the core to CLI. (issue 34328 and -- GitLab