Skip to content

Latest commit

 

History

History
111 lines (75 loc) · 4.04 KB

HISTORY.md

File metadata and controls

111 lines (75 loc) · 4.04 KB

Version 1.0, unreleased

Version 0.11, released 14.07.2012

  • [ADD] Added "timestamped" maven config to turn "SNAPSHOT" into a timestamp
  • [ADD] Added "verbose" maven config option to show/hide INFO logs
  • [ADD] Expand variables in configuration files "conffiles", "preinst", "postinst", "prerm", "postrm"
  • [ADD] Added a "template" data type to create dirs
  • [ADD] Added "missingSource" maven config to control behavior on missing files/folders
  • [CHG] use "~" instead of "+" when converting from a SNAPSHOT version
  • [REM] Deprecated PrefixMapper was removed (use PermMapper instead)

Version 0.10, released 18.02.2012

Polishing and regression fixes

  • [FIX] Don't throw exception when detecting zip archives
  • [FIX] Make sure to close the tar output stream
  • [CHG] Have warn/info level on messages
  • [CHG] Fix line endings for control files
  • [ADD] Access to all Maven variables

Version 0.9, released 17.12.2011

Some smaller fixes, Support for the 1.8 format, Changes support working.

  • [FIX] Default path for changes file with Maven
  • [FIX] Unresolved variables are now treated as null
  • [CHG] "Changes" support version 1.8
  • [CHG] Warn if control files have non-unix line endings
  • [CHG] Throw an exception for unknown mappers
  • [REM] InvalidDescriptorException, wasn't really used anyway
  • [ADD] Added an "attach" attribute to specify whether maven artifact should be attached to project.
  • [ADD] Provide SHA1, SHA256 and not just MD5 for descriptors
  • [ADD] Provide "project.version" when using maven

Version 0.8, released 27.06.2010

Lot of refactoring and support for configuration on the maven plugin. Easier permission mapping.

  • [CHG] Default maven artifact type is now "deb" instead of "deb-archive".
  • [CHG] Switched to commons compress for archive building.
  • [CHG] Renamed the maven goal from "deb" to "jdeb" to be more consistent.
  • [CHG] Maven goal no longer attached to execution phase by default. (see examples)
  • [CHG] Deprecated "FileSetDataProducer" in favor of "DataProducerFileSet"
  • [ADD] Added a "type" attribute to the "data" elements.
  • [ADD] New options to the maven plugin to configure the attached artifact.
  • [ADD] Added Examples for ant and maven.
  • [ADD] New "file" data source.

Version 0.7, released 18.08.2008

Proper closing of streams! Many improvements on the Ant task. Quite a few fixes related to locale settings. Support for bzip2 and more descriptor keys.

  • [FIX] English locale for date format.
  • [FIX] Proper installation size to be kbytes instead of bytes.
  • [FIX] Close streams properly.
  • [CHG] The Ant task now breaks on errors.
  • [ADD] Support for bzip2 compression in data element of the Ant task.
  • [ADD] Compression attribute to specify data file compression (bzip2, gzip, none).
  • [ADD] More package descriptor keys (Pre-Depends, Recommends, Suggests, Breaks, Enhances, Homepage>).
  • [ADD] Verbose attribute for the Ant task.
  • [ADD] The Ant task now accepts tarfileset elements.

Version 0.6, released 11.01.2008

  • [FIX] Fixed the trailing linefeed in the 'changes' section of the changes file.

Version 0.5, released 26.11.2007

  • [FIX] Fixed the 'ls' parsing.
  • [CHG] Switched to ArInputStream/ArOutputStream.
  • [REM] Removed deprecated ant task delegate.
  • [ADD] Added "changesSave" attribute to save release information to. No longer saving those information to "changesIn".

Version 0.4, released 20.09.2007

  • [FIX] Fixed mapper support.
  • [CHG] Changed lookup from environment (DEBEMAIL, DEBFULLNAME) to overrule the descriptor.
  • [REM] Removed deprecated prefix/strip syntax.
  • [ADD] Added support for multiple mappers.
  • [ADD] Added more fields to the package descriptor.

Version 0.3, released 15.09.2007

  • [ADD] Added maintainer lookup from environment (DEBEMAIL, DEBFULLNAME).
  • [ADD] Added plugin implementation for maven.
  • [ADD] Added stricter descriptor validation.

Version 0.2, released 21.08.2007

  • [FIX] Fixed the delete of the temporary files.
  • [ADD] Added support for signed changes files.
  • [ADD] Added support for mapping ownerships and rights.

Version 0.1, released 19.02.2007

Initial release.