Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-06 | Release 1.2.261.2.26 | Julian Andres Klode | |
2017-09-26 | Release 1.2.25 to xenial1.2.25 | Julian Andres Klode | |
2017-06-19 | Release 1.2.241.2.24 | Julian Andres Klode | |
2017-05-19 | Release 1.2.231.2.23 | Julian Andres Klode | |
2017-05-05 | Ubuntu release 1.2.221.2.22 | Julian Andres Klode | |
2017-04-25 | Release 1.2.211.2.21 | Julian Andres Klode | |
2017-02-27 | Release 1.2.201.2.20 | Julian Andres Klode | |
2017-01-17 | Release 1.2.191.2.19 | Julian Andres Klode | |
2016-12-08 | Release 1.2.18 security update1.2.18 | Julian Andres Klode | |
2016-11-23 | Release 1.2.171.2.17 | Julian Andres Klode | |
2016-11-15 | Release 1.2.161.2.16 | Julian Andres Klode | |
2016-11-14 | Release 1.2.16 RC1 | Julian Andres Klode | |
2016-10-31 | Release 1.2.151.2.15 | Julian Andres Klode | |
2016-10-05 | 1.2.15 RC1 | Julian Andres Klode | |
2016-10-05 | Accept --autoremove as alias for --auto-remove | Julian Andres Klode | |
I probably missed that when I did the usability work. But better late than never. (cherry picked from commit 75d238ba66576c04f257e9d7c0a6995721f1441d) | |||
2016-06-22 | Release 1.2.141.2.14 | Julian Andres Klode | |
2016-06-11 | Release 1.2.131.2.13 | Julian Andres Klode | |
2016-05-11 | Release 1.2.121.2.12 | Julian Andres Klode | |
2016-04-25 | Release 1.2.111.2.11 | Julian Andres Klode | |
2016-04-05 | releasing package apt version 1.2.101.2.10 | Michael Vogt | |
2016-03-27 | Release 1.2.91.2.9 | Julian Andres Klode | |
2016-03-24 | Release 1.2.81.2.8 | Julian Andres Klode | |
2016-03-24 | Japanese manpage translation update | Takuma Yamada | |
Closes: 818950 | |||
2016-03-15 | Release 1.2.71.2.7 | Julian Andres Klode | |
2016-03-08 | Dutch manpages translation update | Frans Spiesschaert | |
Closes: 817062 | |||
2016-03-07 | Release 1.2.61.2.6 | Julian Andres Klode | |
2016-03-07 | Fix several typos | Veres Lajos | |
This effectively merges branch 'typofixes-vlajos-20150807' of github.com:vlajos/apt with the following commit: commit 13cacb3e2e2352ba701e769fc889e3344fabbf7e Author: Veres Lajos <vlajos@gmail.com> Date: Sun Aug 9 00:12:53 2015 +0100 typofix - https://github.com/vlajos/misspell_fixer It has been rebased for a better commit message. | |||
2016-03-06 | Release 1.2.51.2.5 | Julian Andres Klode | |
2016-02-27 | Release 1.2.41.2.4 | Julian Andres Klode | |
2016-02-10 | Release 1.2.31.2.3 | Julian Andres Klode | |
Build system messed up the 1.2.2 commit by not updating the .po files properly, so they are now. | |||
2016-02-04 | Release 1.2.21.2.2 | Julian Andres Klode | |
2016-01-25 | Release 1.2.11.2.1 | Julian Andres Klode | |
2016-01-15 | Release 1.21.2 | Julian Andres Klode | |
2016-01-14 | change debian related entities to a more explicit name | David Kalnischkies | |
Git-Dch: Ignore | |||
2016-01-08 | Release 1.2~exp11.2_exp1 | Julian Andres Klode | |
2016-01-08 | keep compressed indexes in a low-cost format | David Kalnischkies | |
Downloading and storing are two different operations were different compression types can be preferred. For downloading we provide the choice via Acquire::CompressionTypes::Order as there is a choice to be made between download size and speed – and limited by whats available in the repository. Storage on the other hand has all compressions currently supported by apt available and to reduce runtime of tools accessing these files the compression type should be a low-cost format in terms of decompression. apt traditionally stores its indexes uncompressed on disk, but has options to keep them compressed. Now that apt downloads additional files we also deal with files which simply can't be stored uncompressed as they are just too big (like Contents for apt-file). Traditionally they are downloaded in a low-cost format (gz) as repositories do not provide other formats, but there might be even lower-cost formats and for download we could introduce higher-cost in the repositories. Downloading an entire index potentially requires recompression to another format, so an update takes potentially longer – but big files are usually updated via pdiffs which has to de- and re-compress anyhow and does it on the fly anyhow, so there is no extra time needed and in general it seems to be benefitial to invest the time in update to save time later on file access. | |||
2016-01-02 | Italian manpages translation update | Beatrice Torracca | |
Closes: 809522 | |||
2015-12-30 | Release 1.1.101.1.10 | Julian Andres Klode | |
2015-12-27 | fix 3 typos/omissions in apt.conf(5) | Beatrice Torracca | |
Closes: 809160 | |||
2015-12-27 | Release 1.1.91.1.9 | Julian Andres Klode | |
2015-12-27 | doc/acquire-additional-files.txt: Mention apt-helper cat-file | Julian Andres Klode | |
People should know that this is exists. | |||
2015-12-26 | Release 1.1.81.1.8 | Julian Andres Klode | |
This release is made for Niels Thykier and apt-file. | |||
2015-12-26 | Release 1.1.71.1.7 | Julian Andres Klode | |
2015-12-24 | 1.1.6 Christmas release | Julian Andres Klode | |
2015-12-19 | buildsystem: deal with spaces in path to source | David Kalnischkies | |
Git-Dch: Ignore | |||
2015-12-14 | Release 1.1.51.1.5 | Julian Andres Klode | |
2015-12-14 | mention APT::AutoRemove::{Recommends,Suggests}Important option | Andreas Metzler | |
Closes: 807413 | |||
2015-12-07 | Release 1.1.41.1.4 | Julian Andres Klode | |
2015-12-02 | use @CHANGEPATH@ as placeholder in changelog URI templates | David Kalnischkies | |
This should make it more obvious that CHANGEPATH is a placeholder which apt will replace with a package specific path rather than a string constant. Mail-Reference: <87d1upgvaf.fsf@deep-thought.43-1.org> Mail-Archive: https://lists.debian.org/debian-dak/2015/12/msg00005.html | |||
2015-11-30 | release 1.1.31.1.3 | Michael Vogt | |
Git-dch: ignore |