What's new in 1.505 (2013/03/10) Exception in flyweight tasks when checking if an executor is interrupted. (issue 17025) JNA-related linkage errors on Windows not handled gracefully. (issue 15466) Added run display name as an environment variable when RunParameter is used (pull 720) Fixed "Manage" sub-contextmenu for non-standalone deployments (pull 721) Absolute URLs in console output (issue 16368) Revert ampersand encoding which can cause backward incompatibility issue (pull 683) Fix dependency graph computation when upstream build trigger is involved (issue 13502) Disabled Authenticode verification for Windows services. (issue 15596) What's new in 1.504 (2013/03/03) Fixed a regression in the "discard old builds" in 1.503. (issue 16979) Maven 3.0.5 upgrade. (issue 16965) Not all log messages were being captured at /log/all. (issue 16952) Incorrect or missing XML encoding declaration on some REST API pages. (issue 16881) Fixed: Human readable file size method returns ",00" for files with byte length 0 (issue 16630) Build from job context menu produced a confusing warning page. (issue 16844) Maven2 builds with non-standard test plugins failed. (issue 16928) Started bundling XStream 1.4.4 (issue 12542) Significant improvement in Traditional Chinese localizations. (pull 716) Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->lwhsu Over to maintainer (via the GNATS Auto Assign Tool)
Author: lwhsu Date: Thu Mar 14 15:21:39 2013 New Revision: 314167 URL: http://svnweb.freebsd.org/changeset/ports/314167 Log: - Update to 1.505 PR: ports/176856 Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com> Modified: head/devel/jenkins/Makefile head/devel/jenkins/distinfo Modified: head/devel/jenkins/Makefile ============================================================================== --- head/devel/jenkins/Makefile Thu Mar 14 15:09:40 2013 (r314166) +++ head/devel/jenkins/Makefile Thu Mar 14 15:21:39 2013 (r314167) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 1.503 +PORTVERSION= 1.505 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war/${PORTVERSION}/ DISTNAME= jenkins Modified: head/devel/jenkins/distinfo ============================================================================== --- head/devel/jenkins/distinfo Thu Mar 14 15:09:40 2013 (r314166) +++ head/devel/jenkins/distinfo Thu Mar 14 15:21:39 2013 (r314167) @@ -1,2 +1,2 @@ -SHA256 (jenkins/1.503/jenkins.war) = e7555482c4f3d180ef8e885d791877696c4fc310fa7b696b8eaf9db5c7655d51 -SIZE (jenkins/1.503/jenkins.war) = 52891723 +SHA256 (jenkins/1.505/jenkins.war) = f73f56343f953132803d597d6c619ce6e70b2accecbc2971bcdab86f82e9ee58 +SIZE (jenkins/1.505/jenkins.war) = 53627614 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!