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