Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit 2126acc

Browse files
committed
updated CHANGELOG.md for 3.0 beta
1 parent 252e4c6 commit 2126acc

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
ChangeLog
22
---------
33

4+
### v3.0.0-BETA (2018-02-18)
5+
* Completeley overhauled algorithm for JVM detection (JRE and JDK)
6+
* JDK has no longer precedence before JRE
7+
* All JVMs on the system which can be found are taken into account
8+
* See Readme 'How the script works' for details
9+
* NEW special syntax in Plist key `JVMVersion` to specify a max JVM requirement in addition to the minimum requirement.
10+
* See issue #51 for examples
11+
* Support `JVMVersion` also in Oracle PList style (#59)
12+
* Implemented logging to 'syslog' facility which can be viewed via `Console.app` (#49)
13+
* Translation of messages to Chinese (PR #55, Thanks to @acely for his contribution)
14+
* Added a table with 'Supported PList keys' to the Readme file
15+
* Refactoring of functions, bash syntax, etc... (#46, #50, #56)
16+
* Bugfix: pass JVM options with spaces correctly to the java exec call (#14)
17+
* Bugfixes: better handling of MainClass arguments with spaces (#57, #58)
18+
* More bugfixes for issues #47, #48, #52
19+
420
### v2.1.0 (2017-07-28)
521
* Support for Java 9 which introduces a new version number schema (fixes #43)
622

src/universalJavaApplicationStub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# @author Tobias Fischer #
1313
# @url https://github.com/tofi86/universalJavaApplicationStub #
1414
# @date 2018-02-18 #
15-
# @version 2.1.0 #
15+
# @version 3.0.0-BETA #
1616
# #
1717
##################################################################################
1818
# #

0 commit comments

Comments
 (0)