Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-06 | rename the newly public CheckDirectory method to CreateAPTDirectoryIfNeeded | David Kalnischkies | |
to give a better indication what this method will do if called. | |||
2010-09-06 | * methods/{gzip,bzip2}.cc: | David Kalnischkies | |
- empty files can never be valid archives (Closes: #595691) | |||
2010-09-04 | * cmdline/apt-key: | David Kalnischkies | |
- support also Dir::Etc::Trusted so that apt-key works in the same way as the library part which works with the trusted files | |||
2010-09-04 | * apt-pkg/indexcopy.cc: | David Kalnischkies | |
- support really still the APT::GPGV::TrustedKeyring setting, as it breaks d-i badly otherwise (Closes: #595428) | |||
2010-09-03 | update the version number to the upcoming 0.8.2 and | David Kalnischkies | |
bump the release version of the library also | |||
2010-09-03 | merge with official v0.8.1 | David Kalnischkies | |
2010-09-03 | releasing version 0.8.10.8.1 | Michael Vogt | |
2010-09-02 | * Norwegian Bokmål (Hans Nordhaug). Closes: #595182 | bubulle@debian.org | |
* Danish (Joe Hansen). Closes: #595176 * Catalan (Agustí Grau). Closes: #595234 | |||
2010-09-02 | do the right thing(TM) even if the (unfinished) testcase is named | David Kalnischkies | |
skip-* instead of test-* to avoid calling him with run-tests | |||
2010-09-02 | check for length of Data to avoid the validness of | David Kalnischkies | |
Pin: origin " (no error displayed). We already know in this method that Data is at least one char long, so we avoid the length counting as long as the string doesn't start with " | |||
2010-09-02 | show only the basename of the running test | David Kalnischkies | |
2010-09-02 | set the quiet value for apt-cache so the tests will actually see | David Kalnischkies | |
the notices as they will not be shown otherwise | |||
2010-09-02 | * apt-pkg/deb/dpkgpm.cc: | David Kalnischkies | |
- create Dir::Log if needed to support /var/log as tmpfs or similar, inspired by Thomas Bechtold, thanks! (Closes: #523919, LP: #220239) Easily done by moving a private method from pkgAcquire into the public area of fileutl.cc to be able to use it also in here | |||
2010-09-02 | add wrapper around dpkg to be able to use it easily in the tests | David Kalnischkies | |
2010-08-31 | French translation fixed | bubulle@debian.org | |
2010-08-30 | doc/po/fr.po: fix xml errors in the fr translation | Michael Vogt | |
2010-08-30 | merged lp:~donkult/apt/sid | Michael Vogt | |
2010-08-30 | * apt-pkg/versionmatch.cc: | David Kalnischkies | |
- let the pin origin actually work as advertised in the manpage which means "" are optional and pinning a local archive does work - even if it is a non-flat archive (Closes: #594435) | |||
2010-08-29 | Korean (Changwoo Ryu). Closes: #594809 | bubulle@debian.org | |
2010-08-28 | * apt-pkg/contrib/configuration.cc: | David Kalnischkies | |
- fix autoremove by using correct config-option name and don't make faulty assumptions in error handling (Closes: #594689) | |||
2010-08-28 | remove useless GetInitialize method | David Kalnischkies | |
2010-08-28 | remove death code by removing unused GetInitialize | David Kalnischkies | |
2010-08-28 | * apt-pkg/contrib/fileutl.cc: | David Kalnischkies | |
- apply SilentlyIgnore also on files without an extension | |||
2010-08-28 | Portuguese (Miguel Figueiredo). Closes: #594668 | bubulle@debian.org | |
2010-08-28 | Corrected Bulgarian translation | bubulle@debian.org | |
2010-08-27 | Updated Italian translation | bubulle@debian.org | |
2010-08-27 | Bulgarian (Damyan Ivanov). Closes: #594627 | bubulle@debian.org | |
2010-08-27 | * Simplified Chinese (Aron Xu). Closes: #594458 | bubulle@debian.org | |
* Portuguese (Américo Monteiro) | |||
2010-08-27 | * apt-pkg/depcache.cc: | David Kalnischkies | |
- now that apt-get purge works on 'rc' packages let the MarkDelete pass this purge forward to the non-pseudo package for pseudos | |||
2010-08-26 | * cmdline/apt-get.cc: | David Kalnischkies | |
- remove direct calls of ReadMainList and use the wrapper instead to protect us from useless re-reads and two-times notice display | |||
2010-08-25 | show in madison command again also source packages (LP: #614589) | Michael Vogt | |
2010-08-25 | show in madison command again also source packages (LP: #614589) | David Kalnischkies | |
2010-08-25 | Asturian (maacub). Closes: #594303 | bubulle@debian.org | |
2010-08-25 | Italian (Milo Casagrande). Closes: #594238 | bubulle@debian.org | |
2010-08-25 | Japanese (Kenshi Muto, Osamu Aoki). Closes: #594265 | bubulle@debian.org | |
2010-08-25 | Swedish (Daniel Nylander). Closes: #594241 | bubulle@debian.org | |
2010-08-25 | Slovak (Ivan Masár). Closes: #594255 | bubulle@debian.org | |
2010-08-25 | Move typo fix to 0.8.1 entry | bubulle@debian.org | |
2010-08-25 | Fix from Florentin Duneau review | bubulle@debian.org | |
2010-08-25 | Open new changelog entry. Move Thai and Russian translations there | bubulle@debian.org | |
2010-08-24 | po/LINGUAS: remove en_GB | Michael Vogt | |
2010-08-24 | configure.in: drop en_GB from configure.in now that it got deleted from po/ | Michael Vogt | |
2010-08-24 | Drop en_GB translation as per request of Neil Williams | bubulle@debian.org | |
2010-08-24 | Russian (Yuri Kozlov). Closes: #594232 | bubulle@debian.org | |
2010-08-24 | Fix spelling error in cmdline/apt-get.cc. Thanks to Osamu Aoki | bubulle@debian.org | |
Closes: #594211 | |||
2010-08-24 | Thai translation completed | bubulle@debian.org | |
2010-08-24 | French translation completed | bubulle@debian.org | |
2010-08-24 | merged from debian-experimental-ma0.8.0 | Michael Vogt | |
2010-08-23 | Update PO(T) files | bubulle@debian.org | |
2010-08-23 | French manpages translation update | bubulle@debian.org | |