Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-13 | Release 1.8.0~alpha21.8.0_alpha2 | Julian Andres Klode | |
2018-11-12 | Release 1.8.0~alpha11.8.0_alpha1 | Julian Andres Klode | |
2018-10-30 | Dutch program translation update | Frans Spiesschaert | |
Closes: #912021 | |||
2018-10-07 | Release 1.7.01.7.0 | Julian Andres Klode | |
2018-10-02 | apt-mark: showhold: typo-fix (package -> packages) | Muhamed Huseinbašić | |
See merge request apt-team/apt!29 [jak@d.o: Also adjust translations, provide better subject] | |||
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-08-20 | Release 1.7.0~alpha31.7.0_alpha3 | Julian Andres Klode | |
2018-08-07 | Merge branch 'master' into 'master' | Julian Andres Klode | |
Add trailing newline to output of edit-sources. See merge request apt-team/apt!22 | |||
2018-07-09 | Release 1.7.0~alpha21.7.0_alpha2 | Julian Andres Klode | |
2018-06-30 | Add trailing newline to output of edit-sources. | Jean-Ralph Aviles | |
Makes the console output cleaner. | |||
2018-06-25 | Release 1.7.0~alpha11.7.0_alpha1 | Julian Andres Klode | |
2018-05-10 | Add boilerplate plural form to po/apt-all.pot | David Kalnischkies | |
Warned-by: i18nspector Fixes: no-plural-forms-header-field | |||
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-02-26 | Release 1.6~beta11.6_beta1 | Julian Andres Klode | |
2018-01-18 | Release 1.6~alpha71.6_alpha7 | Julian Andres Klode | |
2018-01-04 | simplify translating "lists directory missing" msg | David Kalnischkies | |
The appended "partial" should not be translated, but some translations got this wrong and now that there is also "auxfiles" we can just fix that problem by hiding these untranslatables from the translators. Gbp-Dch: Ignore | |||
2018-01-03 | Release 1.6~alpha61.6_alpha6 | Julian Andres Klode | |
2018-01-01 | unfuzzy Progress l10n change due to format modifier | David Kalnischkies | |
References: 0b5e329a8ba2461ccb7017d3adfc972f9dccd830 Gbp-Dch: Ignore | |||
2017-11-12 | Release 1.6~alpha51.6_alpha5 | Julian Andres Klode | |
2017-11-05 | Release 1.6~alpha4 | Julian Andres Klode | |
2017-10-28 | Release 1.6~alpha31.6_alpha3 | Julian Andres Klode | |
2017-10-26 | Release 1.6~alpha21.6_alpha2 | Julian Andres Klode | |
2017-10-23 | Release 1.6~alpha11.6_alpha1 | Julian Andres Klode | |
2017-09-24 | Release 1.51.5 | Julian Andres Klode | |
2017-09-13 | Release 1.5~rc41.5_rc4 | Julian Andres Klode | |
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-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-17 | Merge pull request Debian/apt#44 from willismonroe/patch-1 | Julian Andres Klode | |
Minor grammar fix [jak@d.o: Fixed up po/] | |||
2017-07-03 | Release 1.5~beta11.5_beta1 | 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-01 | Release 1.4.61.4.6 | Julian Andres Klode | |
2017-05-31 | Release 1.4.51.4.5 | Julian Andres Klode | |
2017-05-16 | Release 1.4.41.4.4 | Julian Andres Klode | |
2017-05-11 | Release 1.4.31.4.3 | Julian Andres Klode | |
2017-05-04 | Release 1.4.21.4.2 | Julian Andres Klode | |
2017-04-24 | Release 1.4.11.4.1 | Julian Andres Klode | |
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 | expand -f to --fix-broken in error messages | David Kalnischkies | |
Users end up believing that this is a --force mode as -f is common for that, but apt doesn't have such a mode and --fix-broken is really not about forcing something but actually trying to fix the breakage which tends to be the result of a user forcing something on its system via low-level forced dpkg calls. Example: The "common" pattern of "dpkg -i ./foo.deb; apt install -f" is nowadays far better dealt with via "apt install ./foo.deb". And while at it the two places handing out this suggestion are changed to use the same strings to avoid needless translation work in the future and the suggestion uses 'apt' instead of 'apt-get' as this will be run interactively by a user, so its a good opportunity to showcase what we can do and will allow us to be more helpful to the user. Closes: #709092 Thanks: Kristian Glass for initial patch! | |||
2016-12-08 | releasing package apt version 1.4~beta2 | Julian Andres Klode | |
2016-11-25 | Release 1.4~beta11.4_beta1 | Julian Andres Klode | |