[packages/jenkins] 2.19.4 (2016-11-23)

glen glen at pld-linux.org
Wed Dec 7 14:39:55 CET 2016


commit 90aa67b324c6aa3d74f0ea0a7d5876f9e8b1f77f
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Dec 7 15:37:43 2016 +0200

    2.19.4 (2016-11-23)
    
    - Reduce logging level when the localization resource is missing ResourceBundleUtil#getBundle(). (issue 39604)
    - Custom remoting enable/disable settings were not properly persisted on the disk and then reloaded. If the option has been configured in Jenkins starting from 2.16, a reconfiguration may be required. (issue 39465)
    - Prevent NullPointerException when rendering CauseOfInterruption.UserInterruption in build summary pages for non-existent users. (issue 38721 and issue 37282, regression in 2.14)
    - Display transient actions for labels. (issue 38651)
    - Performance: Fix the performance of file compress/uncompress operations over the remoting channel. (issue 38640, issue 38814)
    - Add user to restart log message for restart after plugin installation. (issue 38615)
    - Remoting 2.62.2: Improve connection stability by turning on Socket Keep-alive by default. Keep-alive can be disabled via the -noKeepAlive option on slave agent process. (issue 38539)
    - Remoting 2.62.2: Prevent NullPointerException in Engine#connect() when host or port parameters are null or empty. (issue 37539)
    - Jenkins startup does not fail if one of ComputerListeners throws exception in the onOnline() handler. (issue 38487)
    - Fix handling of the jenkins.model.Jenkins.slaveAgentPort system property, which was not honored. (issue 38187, regression in 2.0)
    - Properly enable submit button on New Item page when choosing item type first. (issue 36539)
    - Add missing internationalization support to ResourceBundleUtil. It fixes internationalization in Blue Ocean and Jenkins Design Language. (issue 35845)
    - Properly handle quotes and other special symbols in item names during form validation. (issue 31871)
    - Prevent deadlocks during modification of node executor numbers (e.g. during deletion of nodes). (issue 31768)
    - Restore automatic line wrapping in Build Step text boxes with syntax highlighting. (issue 27367)
    - Print warnings if none of Tool Installers can be used during the tool installation. (issue 26940)
    - Node build history page was hammering the performance of the Jenkins instance by spawning parallel heavy requests. Now the information is being loaded sequentially. (issue 23244)
    - Fix JS/browser memory leak on Jenkins dashboard. (issue 10912)
    
    https://jenkins.io/changelog-stable/#v2.19.4

 jenkins.spec | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/jenkins.spec b/jenkins.spec
index 34ca332..5867ca5 100644
--- a/jenkins.spec
+++ b/jenkins.spec
@@ -3,18 +3,20 @@
 #   https://hudson.dev.java.net/files/documents/2402/125619/hudson-1.280-src.zip
 # - use system jars
 # - subpackages (see ubuntu packages for splitting contents)
+# NOTES:
+# - Release notes: https://jenkins.io/changelog-stable/
 %include	/usr/lib/rpm/macros.java
 Summary:	Jenkins Continuous Build Server
 Name:		jenkins
 # Stay at LTS line
-Version:	2.19.3
+Version:	2.19.4
 Release:	1
 License:	MIT License
 Group:		Networking/Daemons/Java/Servlets
 # Check for new releases and URLs here:
 # Source0Download: http://mirrors.jenkins-ci.org/war-stable/?C=N;O=D
 Source0:	http://mirrors.jenkins-ci.org/war-stable/%{version}/%{name}.war?/%{name}-%{version}.war
-# Source0-md5:	cbc6603a32abcb9cdca0283795bea2bc
+# Source0-md5:	0b373135cf9f915c383fd7a835b61763
 Source1:	context.xml
 Patch0:		webxml.patch
 URL:		http://www.jenkins-ci.org/
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/jenkins.git/commitdiff/90aa67b324c6aa3d74f0ea0a7d5876f9e8b1f77f



More information about the pld-cvs-commit mailing list