Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-07 | Release 1.2.321.2.32 | Julian Andres Klode | |
2019-05-07 | Prevent shutdown while running dpkg | Julian Andres Klode | |
As long as we are running dpkg, keep an inhibitor that blocks us from shutting down. LP: #1820886 (cherry picked from commit 96aef11a5cf400377a52f7e93e70944b17e249d1) (cherry picked from commit 8ea79afcadead5a5b7d94bf8623cb833859f6d80) (cherry picked from commit c5b8a857f2535fe284426cefda2fbd1bbb3d5808) Also fixup prepare-release for CI to handle [linux-any] build-dep, and do the whole autoconf / makefile stuff. | |||
2019-03-12 | Release 1.2.311.2.31 | Julian Andres Klode | |
2019-03-12 | Merge translations from 1.6.10 via 1.4.y | Julian Andres Klode | |
2019-03-01 | Release 1.2.301.2.30 | Julian Andres Klode | |
2019-03-01 | doc: Set ubuntu-codename to xenial | Julian Andres Klode | |
LP: #1812696 | |||
2018-10-09 | release 1.2.291.2.29 | Julian Andres Klode | |
2018-09-28 | Release 1.2.281.2.28 | Julian Andres Klode | |
2018-06-26 | Release 1.2.271.2.27 | Julian Andres Klode | |
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. |