From 174291f1c860788461df1088d07e1b6fc758158b Mon Sep 17 00:00:00 2001 From: Nepomuk Seiler Date: Fri, 6 Apr 2018 23:31:16 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02094ef36..1fa551590 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,28 @@ # Change Log -## [Unreleased](https://github.com/sbt/sbt-native-packager/tree/HEAD) +## [v1.3.4](https://github.com/sbt/sbt-native-packager/tree/v1.3.4) (2018-04-06) +[Full Changelog](https://github.com/sbt/sbt-native-packager/compare/v1.3.3...v1.3.4) -[Full Changelog](https://github.com/sbt/sbt-native-packager/compare/v1.3.3...HEAD) +**Fixed bugs:** + +- Ability to independently override different systemloader templates [\#937](https://github.com/sbt/sbt-native-packager/issues/937) **Closed issues:** +- Remove requirement of JvmPlugin from UniversalPlugin [\#1116](https://github.com/sbt/sbt-native-packager/issues/1116) +- Feature request - publishM2 [\#1114](https://github.com/sbt/sbt-native-packager/issues/1114) +- Deb package dependencies [\#1106](https://github.com/sbt/sbt-native-packager/issues/1106) - unresolved dependency: com.typesafe.sbt\#sbt-native-packager;1.1.4: not found [\#1100](https://github.com/sbt/sbt-native-packager/issues/1100) **Merged pull requests:** +- Included feature publishM2 [\#1113](https://github.com/sbt/sbt-native-packager/pull/1113) ([giorgioinf](https://github.com/giorgioinf)) +- Process -XX arguments as JVM args [\#1112](https://github.com/sbt/sbt-native-packager/pull/1112) ([longshorej](https://github.com/longshorej)) +- fixed Java version check in bash template [\#1111](https://github.com/sbt/sbt-native-packager/pull/1111) ([jubecker](https://github.com/jubecker)) +- Fix docker server version parsing [\#1108](https://github.com/sbt/sbt-native-packager/pull/1108) ([jalaziz](https://github.com/jalaziz)) - JRE dependencies in Debian documentation [\#1107](https://github.com/sbt/sbt-native-packager/pull/1107) ([GreyCat](https://github.com/GreyCat)) - Upgrade Scala version [\#1103](https://github.com/sbt/sbt-native-packager/pull/1103) ([joan38](https://github.com/joan38)) +- SBT 1.1.1 [\#1102](https://github.com/sbt/sbt-native-packager/pull/1102) ([joan38](https://github.com/joan38)) - Give an absolute path to the entrypoint [\#1101](https://github.com/sbt/sbt-native-packager/pull/1101) ([joan38](https://github.com/joan38)) - Typo: dpgk -\> dpkg [\#1099](https://github.com/sbt/sbt-native-packager/pull/1099) ([raboof](https://github.com/raboof))