This repository has been archived by the owner on Jul 10, 2022. It is now read-only.
Releases: krobertson/deb-s3
Releases · krobertson/deb-s3
Version 0.4.0
- Fix for
--bucket
interfering with the help command - Fix for issue with deleting files off of S3 improperly (Thanks Lee Henson)
- Added verify command to ensure the integrity of the package manifest and all packages mentioned (Thanks to Lee Henson)
Version 0.3.0
- Added support for choosing which AWS region with the
--endpoint
option (Thanks Fan Xu)
Version 0.2.0
- Fix to ensure Installed-Size isn't left blank (Thanks Endre Hirling)
- Added option to preserve previous version of a package in the package list (Thanks Peter Csizsek)
Version 0.1.1
- Added support
--sign
to sign the release file and optionally specify which key to use. - Update to support using
ar
to access the package ifdpkg
is not available. - Fix for adding an extra carriage return to the Package file.
- Fix for improper encoding of URLs with special characters.
- Fix issue with dependency information and specifying version constraints.
Version 0.1.0
- Initial release