Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 1.41 KB

changelog.md

File metadata and controls

35 lines (30 loc) · 1.41 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

[1.0-RC2] - 2018-09-30

Fixed

  • package goal failed with npe if autoDependencies set to false and no packageAttributes present in configuration
  • empty lines were ignored in package description
  • snapshot package version was based on local time instead of UTC
  • populate goal created empty '/usr/share/' directory if project had no runtime dependencies

[1.0-RC1] - 2018-03-18

Added

  • man goal to generate roff man pages from markdown
  • changelog goal to generate changelog.gz from markdown
  • data goal to fill staging directories
  • plexus config for deb packaging
  • autoDependencies and autoPermissions parameters for package goal

Fixed

  • package goal fails if no control or stage directory present
  • package goal fails with npe in case of hanging comma in a dependency list.
  • copyright and populate goals do not override existing files in a stage directory
  • build number generated for snapshots is now part of upstream

[0.5] - 2018-02-20T01:00:00UTC+0500

Added

  • populate goal to copy dependencies
  • copyright goal to generate copyright
  • pacakge to create a deb file