sbt-native-packager v0.7.6 Release Notes

Release Date: 2014-10-21 // over 9 years ago
  • ๐Ÿ“ฆ Full Changelog

    ๐Ÿ›  Fixed bugs:

    • ๐Ÿ“ฆ Script replacements doesn't work with jdeb packaging #405
    • ๐Ÿ“ฆ Incorrect group for /var/run/${{app_name}} folder with SystemV init-scripts. #381
    • โฌ†๏ธ On upgrade service is stopped twice #372
    • ๐Ÿ“ฆ 0.8.0-M2 artifact missing on repo.scala-sbt.org #370
    • ๐Ÿ Detect OpenJDK on Windows #353

    Closed issues:

    • ๐Ÿ“ฆ Custom bash script to run before default start script #380
    • ๐Ÿ“ฆ Stale PID file prevents service from starting with Upstart #377
    • ๐Ÿ“ฆ Easy way to use upstart with rpm? #376
    • ๐Ÿ— Ability to add libsigar (and arch dependent packages) to RPM Build #375
    • ๐Ÿ“ฆ Wrong file mask #367

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ›  Fix example code in GettingStartedServers/MyFirstProject docs. #383 (artempyanykh)
    • ๐Ÿ›  Fix permissions and group for /var/run/${{app_name}} folder in SystemV init script #382 (artempyanykh)
    • ๐Ÿ“ฆ Describe server loading options in server docs #379 (mhamrah)
    • ๐Ÿ›  FIX #372: On upgrade service is stopped twice #373 (kardapoltsev)
    • ๐Ÿ›  fix typo in mappings example #371 (f0y)
    • ๐Ÿ Handles OpenJDK version output on Windows #369 (henrikengstrom)