Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-17 | Release 1.9.0 to experimental1.9.0 | Julian Andres Klode | |
2019-06-12 | doc/apt-get.8.xml: Fix typo in satisfy command description | Julian Andres Klode | |
Gbp-Dch: ignore | |||
2019-06-11 | Introduce apt satisfy and apt-get satisfy | Julian Andres Klode | |
Allow to satisfy dependency strings supplied on the command line, optionally prefixed with "Conflicts:" to satisfy them like Conflicts. Build profiles and architecture restriction lists, as used in build dependencies, are supported as well. Compared to build-dep, build-essential is not installed automatically, and installing of recommended packages follows the global default, which defaults to yes. Closes: #275379 See merge request apt-team/apt!63 | |||
2019-02-10 | Fix various typos in the documentation | Jakub Wilk | |
2019-02-04 | Release 1.8.0~rc11.8.0_rc1 | Julian Andres Klode | |
2019-01-27 | Add a "reinstall" command as an alias for "install --reinstall". | Josh Triplett | |
aptitude has a similar "reinstall" command for precedent. | |||
2018-11-12 | Release 1.8.0~alpha11.8.0_alpha1 | Julian Andres Klode | |
2018-10-14 | Merge branch 'master' into 'master' | Julian Andres Klode | |
apt-get.8: mention --only-source in 'source' and 'build-dep' description See merge request apt-team/apt!24 | |||
2018-10-07 | Release 1.7.01.7.0 | Julian Andres Klode | |
2018-09-20 | Release 1.7.0~rc21.7.0_rc2 | Julian Andres Klode | |
2018-09-18 | Release 1.7.0~rc1 to unstable1.7.0_rc1 | Julian Andres Klode | |
2018-09-12 | clarification | Damyan Ivanov | |
do not suggest that 'source' and 'build-dep' arguments are binary package names only | |||
2018-08-20 | Release 1.7.0~alpha31.7.0_alpha3 | Julian Andres Klode | |
2018-08-09 | apt-get.8: mention --only-source in 'source' and 'build-dep' description | Damyan Ivanov | |
2018-07-09 | Release 1.7.0~alpha21.7.0_alpha2 | Julian Andres Klode | |
2018-06-25 | Release 1.7.0~alpha11.7.0_alpha1 | Julian Andres Klode | |
2018-04-18 | Release 1.7.0~alpha0 to experimental1.7.0_alpha0 | Julian Andres Klode | |
2018-04-15 | Release 1.6~rc11.6_rc1 | Julian Andres Klode | |
2018-04-07 | document Acquire::AllowReleaseInfoChange without extra s | David Kalnischkies | |
Reported-By: Mattia Rizzolo on IRC | |||
2017-09-10 | Release 1.5~rc31.5_rc3 | Julian Andres Klode | |
2017-09-09 | Release 1.5~rc21.5_rc2 | Julian Andres Klode | |
2017-09-01 | doc: correct '--allow-releaseinfo-change-*' typos | Christos Trochalakis | |
Closes: #873914 | |||
2017-08-24 | Release 1.5~rc11.5_rc1 | Julian Andres Klode | |
2017-08-17 | Release 1.5~beta21.5_beta2 | Julian Andres Klode | |
2017-07-27 | doc: Add '--allow-unauthenticated' to '--force-yes' | Dominik | |
2017-06-30 | Upload 1.5~alpha4 to experimental1.5_alpha4 | Julian Andres Klode | |
2017-06-30 | Upload 1.5~alpha3 to experimental1.5_alpha3 | Julian Andres Klode | |
2017-06-29 | Upload 1.5~alpha2 to experimental1.5_alpha2 | Julian Andres Klode | |
2017-06-28 | Upload 1.5~alpha1 to experimental1.5_alpha1 | Julian Andres Klode | |
2017-06-28 | error in update on Release information changes | David Kalnischkies | |
The value of Origin, Label, Codename and co can be used in user configuration from apts own pinning to unattended upgrades. A repository changing this values can therefore have serious effects on the behaviour of apt and other tools using these values. In a first step we will generate error messages for these changes now explaining the need for explicit confirmation and provide config options and commandline flags to accept them. | |||
2017-04-01 | Release the April Fools' release1.4 | Julian Andres Klode | |
2017-02-22 | Release 1.4~rc21.4_rc2 | Julian Andres Klode | |
2017-02-06 | Release 1.4~rc11.4_rc1 | Julian Andres Klode | |
2017-01-17 | Release 1.4~beta41.4_beta4 | Julian Andres Klode | |
We are basically frozen now, but (a) this wildcard thing is a bit "explosive" to call this RC and (b) you never know if you might need to add a new tiny feature and freeze can be long... | |||
2017-01-05 | Release 1.4~beta31.4_beta3 | Julian Andres Klode | |
2016-12-31 | add --indep-only for build-dep command | David Kalnischkies | |
The implementation is quite different compared to --arch-only due to ABI reasons but functionality wise they are similar and usually both available for symmetry at least. Closes: #845775 | |||
2016-11-25 | Release 1.4~beta11.4_beta1 | Julian Andres Klode | |
2016-11-09 | fix three typos in sources & manpages | Chris Leick | |
2016-10-04 | Release 1.3.11.3.1 | Julian Andres Klode | |
2016-09-20 | Release 1.31.3 | Julian Andres Klode | |
2016-09-02 | Release 1.3~rc41.3_rc4 | Julian Andres Klode | |
2016-08-30 | Release 1.3~rc31.3_rc3 | Julian Andres Klode | |
2016-08-26 | 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. | |||
2016-08-17 | Release 1.3~rc21.3_rc2 | Julian Andres Klode | |
2016-08-17 | add --with-source option and Packages/Sources support | David Kalnischkies | |
We support "./foobar.deb" as a way to install a deb file directly. Recently .changes files were added. This highlights a problem as you can't add the changes file without also trying to install all of them. Now, it could also be handy to add entire Packages/Sources files to perhaps get a bunch of packages in without installing them all implicitly. This commit introduces --with-source which allows to add *.deb, *.changes, *.dsc, source-dirs, Packages & Sources files (the later can also be compressed) without also installing them. | |||
2016-08-06 | releasing package apt version 1.3~pre3+cmake21.3_pre3+cmake2 | Julian Andres Klode | |
2016-08-06 | releasing package apt version 1.3~pre3+cmake11.3_pre3+cmake1 | Julian Andres Klode | |
2016-08-04 | Release 1.3~pre31.3_pre3 | Julian Andres Klode | |
2016-07-08 | Release 1.3~pre21.3_pre2 | Julian Andres Klode | |
Yes, we might still add new features to 1.3 or break some more stuff. Stay tuned! | |||
2016-07-07 | Release 1.3~pre11.3_pre1 | Julian Andres Klode | |