From b2e19b72845666428e55fb8481b9ab0285e98f18 Mon Sep 17 00:00:00 2001 From: Kohsuke Kawaguchi Date: Tue, 10 Jan 2012 22:28:40 -0800 Subject: [PATCH] incorporated a newer version of Winstone --- changelog.html | 12 ++++++++---- war/pom.xml | 4 ++-- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/changelog.html b/changelog.html index ecee43ce20..2ec0905615 100644 --- a/changelog.html +++ b/changelog.html @@ -61,14 +61,18 @@ Upcoming changes
  • Fixed an occasional "URI must start with a slash" error when the anonymous user doesn't have the read access.
  • - OS X installer can optionally create a new user "jenkins" and use - it. This user has a writable home directory, making it possible to set up ssh for Jenkins. + OS X installer can optionally create a new user "jenkins" and use + it. This user has a writable home directory, making it possible to set up ssh for Jenkins.
  • No workspace available message includes wiped out workspace as a potential cause. (issue 10432)
  • - Stop users being created in memory if they failed to provide all the required registration information correctly. - (issue 7096) + Stop users being created in memory if they failed to provide all the required registration information correctly. + (issue 7096) +
  • + java -jar jenkins.war finally detects invalid command line options and report that as an error. +
  • + When run in terminal, warning/error messages are colored. diff --git a/war/pom.xml b/war/pom.xml index 14cb28b975..4057b91206 100644 --- a/war/pom.xml +++ b/war/pom.xml @@ -51,7 +51,7 @@ THE SOFTWARE. org.jenkins-ci executable-war - 1.25 + 1.26 provided @@ -99,7 +99,7 @@ THE SOFTWARE. --> org.jenkins-ci winstone - 0.9.10-jenkins-32 + 0.9.10-jenkins-33 test -- GitLab