Skip to content

Commit

Permalink
Prepare release of v7
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellass committed Mar 27, 2020
1 parent 7753a5d commit 5cbb642
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v7
2020-03-27

* Add jdk as new testable feature. This checks for the presence of
javac.
* Add -d|--dry-run command line argument to just output the generated
command instead of executing it.
* Add -j|--java-home command line argument just print java location
instead of executing java. This allows to use archlinux-java-run to
determine a suitable value for JAVA_HOME or to run a certain version
of executables different to java. See help output for an example.

## v6
2019-11-18

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017, 2018, 2019 Michael Lass
Copyright (c) 2017, 2018, 2019, 2020 Michael Lass

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions archlinux-java-run.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

#
# (c) 2017, 2018, 2019 Michael Lass
# (c) 2017, 2018, 2019, 2020 Michael Lass
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand All @@ -26,7 +26,7 @@
min=6
max=20

VERSION=6
VERSION=7
JAVADIR=###JAVADIR###

JAVAFX_MODULES=javafx.base,javafx.controls,javafx.fxml,javafx.graphics,javafx.media,javafx.swing,javafx.web
Expand Down

0 comments on commit 5cbb642

Please sign in to comment.