Skip to content

Tags: Kidman1670/apt-fast

Tags

1.9.8

Toggle 1.9.8's commit message
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

Toggle 1.9.7's commit message
Add GPL v3 licence. Closes ilikenwf#160

1.9.6

Toggle 1.9.6's commit message
Support metalink redirection as default.

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

1.9.5

Toggle 1.9.5's commit message
Fix return value for clean command

1.9.4

Toggle 1.9.4's commit message
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

Toggle 1.9.3's commit message
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

Toggle 1.9.2's commit message
Fix source option. Closes ilikenwf#138

 * Fix typo in option detection introduced in 6355fd4 .

1.9.1

Toggle 1.9.1's commit message
Update copyright, release apt-fast 1.9

1.9

Toggle 1.9's commit message
Update copyright, release apt-fast 1.9

1.8.4

Toggle 1.8.4's commit message
Merge pull request ilikenwf#107 from lordloh/patch-1

Changed the default DLDIR for the download manager