diff options
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | NEWS | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index fb38d91..238d840 100644 --- a/Makefile.am +++ b/Makefile.am @@ -81,6 +81,7 @@ tools = \ jlink \ jmap \ jmod \ + jpackage \ jps \ jrunscript \ jsadebugd \ @@ -1,7 +1,11 @@ +0.4.3: + * install jpackage symlink + 0.4.2: * Install more tool symlinks (#742335) jcmd jdeprscan jdeps jfr jhsdb jimage jjs jlink jmod jshell unpack200 + 0.4.0: * Don't emit (unset) or (not a symlink) on stderr (#549498) |