Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.31 KB

CHANGELOG.md

File metadata and controls

49 lines (32 loc) · 1.31 KB

Change Log

All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.

0.3.1 - 2018-11-15

Fixed

  • Format the contents of the :depends key correctly in control file

0.3.0 - 2018-10-13

Added

  • Generate conffiles listing automatically from all included files under /etc
  • New --conf-files option for specifying additional paths

Fixed

  • When the dpkg task is not passed required options it now actually fails

Changed

  • Package creation is now done "by hand" instead of shelling out to dpkg-deb
  • Change format of chowns argument from - to : and data coercion from a vector of pairs to a map

0.2.0 - 2018-10-11

Fixed

  • Files under DEBIAN/ are no longer erroneously included in the md5sums listing

0.1.0 - 2018-04-16

Added

  • Add dpkg task