blob: 0ae08237148b0fe7d69af1b39cd013334358dd67 [file] [log] [blame]
2017-03-28 Konstantin Ryabitsev <mricon@kernel.org> - 0.3.6
* Change kup-server so that separate compress/decompress commands can be
specified for each compressor. This allows us to use parallelizing
compressors such as pigz and pixz without impacting our ability to
decompress incoming tarballs.
* Add support for the "info" subcommand that outputs the kup server
version (plus any additional information, in the future).
2017-03-14 Konstantin Ryabitsev <mricon@kernel.org> - 0.3.5
* Add support for "subcmd" option for kup client, for cases where
kup is used with another authZ system relying on ssh (specifically,
gitolite).
* Small typo fixes
2012-12-10 Konstantin Ryabitsev <mricon@kernel.org> - 0.3.4
* Calculate and log sha256sums of all uploaded files for forensic
record-keeping.
* Remove magic-guessing logic from kup client, as it was interfering with
people's ability to upload gzipped kernel images. We're now being dumb
about it -- we only rely on the extension to guess whether the server
needs to uncompress the contents before verifying sig.
2012-02-13 Konstantin Ryabitsev <mricon@kernel.org> - 0.3.3
* Allow specifying the key to use for gpg-sign-all.
* Remove kup.kernel.org as the default host setting.
* Show 1 decimal when reporting progress in kup-server.
* Manpage fixes and expansions.
* Make mkdir recursive.
* Allow specifying compressors in kup-server.cfg.
2011-11-29 Konstantin Ryabitsev <mricon@kernel.org> - 0.3.2
* Give feedback during compression stage on the server, as that is
likely to take a long time for large tarballs (patch by hpa).
2011-11-24 Konstantin Ryabitsev <mricon@kernel.org>
* Allow slashes "/" in KUP_RSH and .kuprc/rsh setting, so it is possible
to pass -i to the ssh command.
* Add kup-server.1 manpage.
* Add ChangeLog.
* Rewrite README to be more abouty.