-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set version number for the next release and add release notes.
- Loading branch information
Showing
4 changed files
with
17 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
This is a major feature release: addind support for build on multiple platforms and allowing extra parameters to be passed to the Install4J compiler: | ||
|
||
* Add option to specify location of the install4j's command line compiler: `install4jcFile` ([Issue #8][issue-8]) | ||
* Deprecate `install4jHomeDir` setting ([Issue #9][issue-9]) | ||
* Add setting for passing additional command line parameters to the `install4jc` compiler ([Issue #10][issue-10]) | ||
* Allow passing of command line options as arguments to `install4j` task ([Issue #11][issue-11]) | ||
* Clarify that Apache 2.0 license is used ([Issue #12][issue-12]) | ||
|
||
[issue-8]: https://github.com/jpsacha/sbt-install4j/issues/8 | ||
[issue-9]: https://github.com/jpsacha/sbt-install4j/issues/9 | ||
[issue-10]: https://github.com/jpsacha/sbt-install4j/issues/10 | ||
[issue-11]: https://github.com/jpsacha/sbt-install4j/issues/11 | ||
[issue-12]: https://github.com/jpsacha/sbt-install4j/issues/12 |