Skip to content
This repository has been archived by the owner on May 14, 2022. It is now read-only.

Commit

Permalink
Merge pull request #11 from jenkinsci/winsw/update-2.0.3
Browse files Browse the repository at this point in the history
[JENKINS-42744] - Update WinSW to 2.0.3
  • Loading branch information
oleg-nenashev committed Apr 1, 2017
2 parents 3168a24 + c614cdd commit 4a04d4b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Expand Up @@ -6,9 +6,18 @@ Below you can view changelogs for the trunk version of the Windows Agent Install
This file also provides links to Jenkins versions, which bundle the released versions.
See [Jenkins changelog](https://jenkins.io/changelog/) for more details.

## 1.8

Release date: (Apr 01, 2017) => Jenkins `TODO`

* [JENKINS-42744](https://issues.jenkins-ci.org/browse/JENKINS-42744) -
Update to [Windows Service Wrapper 2.0.3](https://github.com/kohsuke/winsw/blob/master/CHANGELOG.md#203)
to prevent conversion of environment variables to lowercase in the agent executable.
(regression in `1.7` and Jenkins `2.50`)

## 1.7

Release date: (Mar 03, 2017) => Jenkins `TODO`
Release date: (Mar 03, 2017) => Jenkins 2.50

This is a major release, which integrates support of the new Windows Service Wrapper (WinSW), which includes many improvements and bugfixes.
See the upgrade guidelines below.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -14,7 +14,7 @@
<description>Adds a GUI option to install the JNLP agent as a Windows service</description>

<properties>
<winsw.version>2.0.2</winsw.version>
<winsw.version>2.0.3</winsw.version>
</properties>

<scm>
Expand Down

0 comments on commit 4a04d4b

Please sign in to comment.