Skip to content

Releases: freight-team/freight

v0.3.12

31 May 06:45
Compare
Choose a tag to compare
bump version to 0.3.12

v0.3.11

29 May 07:30
Compare
Choose a tag to compare
Ignore files generated by dpkg-buildpackage

Signed-off-by: Samuli Seppänen <[email protected]>

v0.3.10

22 Dec 08:45
Compare
Choose a tag to compare

Bug fixes

  • revert fix for missing source tarballs with .orig.tar.xz extensions, #24
  • update Freight's own apt source URL

v0.3.9

22 Dec 08:43
Compare
Choose a tag to compare

New features

  • new -e / --add-error option to freight-add to raise error for identical existing package

Bug fixes

  • fix Valid-Until timestamps to use UTC timezone for apt 1.3
  • fix missing source tarballs with .orig.tar.xz extensions (note, this was later reverted), #24
  • change Debian package build task directory to 'deb'

v0.3.8

30 Mar 08:44
Compare
Choose a tag to compare

Bug fixes

  • fix GPG error from freight-cache when running without a TTY (#28)
  • fix freight-cache when VARLIB is a symlink (rcrowley#68)
  • fix missing arguments and errors in freight-init man page
  • fix missing freight-init man page link

v0.3.7

24 Mar 10:44
Compare
Choose a tag to compare

New features

  • add configurable GPG digest algorithm, defaulting to SHA-512
  • handle .tar.bz2 and .tar.lzma source files
  • add shellcheck tests

Changes

  • change whitespace throughout to four spaces

Bug fixes

  • fix non-empty folder warning during freight-cache
  • fix exit code of freight-cache --keep
  • fix Valid-Until date to be a valid, parsable date
  • fix warning when building archive containing only source packages (#23)

v0.3.6

09 Mar 15:55
Compare
Choose a tag to compare

New maintainers

A new team has adopted and forked the Freight project as it wasn't actively maintained. We're happy to announce v0.3.6 as the first freight-team release.

Please take note of the new Debian repository address and GPG key if upgrading, see Installing from a Debian archive for instructions.

New contributors and patches are welcome, please send pull requests to the freight-team GitHub fork. An IRC channel is also now available on the Freenode network at #freight.

Changelog

Notably this release includes fixes in the generated archive for newer Debian and Ubuntu clients to work.

New features

  • support multiple GPG keys for signing Release file
  • add Date/Valid-Util release Packages fields for apt 1.1 compatibility
  • support .orig.xz and .debian.tar.xz source files
  • French documentation linked in README
  • add freight-clear-cache man page
  • add Fedora/EPEL package installation instructions
  • add a test suite and Travis CI integration

Changes

  • change project URLs and references to freight-team
  • freight-add temporary directories now have a freight. prefix
  • Makefile directory creation improved

Bug fixes

  • fix SHA field labels in release file for apt 1.1 compatibility
  • fix misleading freight-add message when VARLIB is not writeable (rcrowley#48)
  • fix apt errors with empty values in package control fields (rcrowley#53)
  • raise error when config file supplied via -c does not exist (rcrowley#54)