-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c77dbd9
commit 22615d9
Showing
5 changed files
with
43 additions
and
36 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,16 +2,16 @@ | |
|
||
## Versioning | ||
|
||
junixsocket versions consist of three parts: major, minor and patch (for example, 2.5.0). | ||
junixsocket versions consist of three parts: major, minor and patch (for example, 2.5.1). | ||
|
||
"Minor version" updates (e.g., 2.4.0 -> 2.5.0) can still bring "major" new features but they | ||
should be backwards compatible to releases of the same "major version" (e.g., 2.x). | ||
|
||
`-SNAPSHOT` builds are not considered releases, but merely previews of a future release. | ||
|
||
### junixsocket 2.5.0 | ||
### junixsocket 2.5.1 | ||
|
||
junixsocket 2.5.0 is fully compatible with Java 8 and newer (tested up to Java 19). | ||
junixsocket 2.5.1 is fully compatible with Java 8 and newer (tested up to Java 19). | ||
|
||
junixsocket has been tested to work with Oracle's Java 8 JDK, and OpenJDK for newer versions. | ||
|
||
|
@@ -82,7 +82,7 @@ or [contact Christian Kohlschütter via email](mailto:[email protected] | |
|
||
A reliable way to ensure that junixsocket works in your environment is to run the "[selftest](selftest.html)". | ||
|
||
java -jar junixsocket-selftest-2.5.0-jar-with-dependencies.jar | ||
java -jar junixsocket-selftest-2.5.1-jar-with-dependencies.jar | ||
|
||
The last line should say "Selftest PASSED", and you're good to go. | ||
|
||
|
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