Skip to content

Tags: amjfrankenstein/apt-fast

Tags

1.9.11

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix when $_APTMGR is full path. Closes ilikenwf#188

1.9.10

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

 * Linux Mint apt not supported because it's a custom shell script there.

1.9.9

Add missing tag to zsh completion

1.9.8

Fix DLDIR default directory. Closes ilikenwf#162

 * Set /var/cache/apt/apt-fast as default directory over
   /var/cache/apt/archives/apt-fast .

   Prevents apt warning:

    W: Problem unlinking the file apt-fast - pkgAcquire::Clean (21: Is a directory)

 * Update README and fix language in config file.

1.9.7

Add GPL v3 licence. Closes ilikenwf#160

1.9.6

Support metalink redirection as default.

 * Uses solution from ilikenwf#114. Drop section in FAQs.
 * Update manpage.
 * Update copyright years.

1.9.5

Fix return value for clean command

1.9.4

Don't pipe downloader command through sed. Closes ilikenwf#140

 * Piping the downloader command will result in the downloader behaving
   like not in a terminal. This results in less nice output.

1.9.3

Fix aria checksum support with non-English locale. Closes ilikenwf#139

 * Additionally don't write checksum entry from apt to download file if
   aria doesn't know any checksums.

1.9.2

Fix source option. Closes ilikenwf#138

 * Fix typo in option detection introduced in 6355fd4 .