What's new in 1.506 (2013/03/17) Saving Global Jenkins Global Config wipes out the crumb issuer settings in the Global Security Config. (issue 17087) Made --httpKeepAliveTimeout option work (that was supposed to have been introduced in 1.503). (issue 16474) Preview function for textareas using Jenkins markup did not work when CSRF protection was enabled. (issue 17085) Permalinks created in the wrong place when using external build directories. (issue 17137) External build directories not updated by job rename/delete. (issue 17138) JNA-related error from Windows slave monitoring thrown repeatedly. (issue 15796) Improved the request handling performance (where the file lookup is expensive, such as on NFS). (issue 16606) Windows symbolic support on Java5/6. Improved the duration browsers cache static resources. 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: Wed Mar 20 18:35:16 2013 New Revision: 314753 URL: http://svnweb.freebsd.org/changeset/ports/314753 Log: - Update to 1.506 PR: ports/177147 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 Wed Mar 20 17:56:05 2013 (r314752) +++ head/devel/jenkins/Makefile Wed Mar 20 18:35:16 2013 (r314753) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 1.505 +PORTVERSION= 1.506 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war/${PORTVERSION}/ DISTNAME= jenkins Modified: head/devel/jenkins/distinfo ============================================================================== --- head/devel/jenkins/distinfo Wed Mar 20 17:56:05 2013 (r314752) +++ head/devel/jenkins/distinfo Wed Mar 20 18:35:16 2013 (r314753) @@ -1,2 +1,2 @@ -SHA256 (jenkins/1.505/jenkins.war) = f73f56343f953132803d597d6c619ce6e70b2accecbc2971bcdab86f82e9ee58 -SIZE (jenkins/1.505/jenkins.war) = 53627614 +SHA256 (jenkins/1.506/jenkins.war) = 6fd6e159b8227bcc705adaee20e8573bb2667435875f8a40539b14e3c726be91 +SIZE (jenkins/1.506/jenkins.war) = 53697494 _______________________________________________ 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!