Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |
2010-08-23 | Update PO(T) files | bubulle@debian.org | |
2010-08-23 | releasing version 0.8.0~pre2 | Michael Vogt | |
2010-08-23 | merged from lp:~donkult/apt/sid | Michael Vogt | |
2010-08-22 | Change the translation of mmap | bubulle@debian.org | |
2010-08-22 | French translation update | bubulle@debian.org | |
2010-08-21 | * apt-pkg/acquire-item.cc: | David Kalnischkies | |
- don't use ReadOnlyGzip mode for PDiffs as this mode doesn't work in combination with the AddFd methods of our hashclasses Add also 2 testcases: one to test pdiffs in general and one to test the handling of compressed indexes. | |||
2010-08-21 | * methods/http.cc: | David Kalnischkies | |
- some http servers violate HTTP1.1 by not issuing a Reason-Phrase (or at least a space after the code) especially for 200, but lets be nice and ignore it as we don't need the reason in general | |||
2010-08-20 | * apt-pkg/deb/dpkgpm.cc: | David Kalnischkies | |
- use the InstVer instead of the CurrentVer for the autobit transfer Add also a small testcase to check the handling automatical | |||
2010-08-19 | sign the created Release files with our own dummy key "Joe Sixpack" | David Kalnischkies | |
2010-08-19 | * apt-pkg/deb/debsystem.cc: | David Kalnischkies | |
- set dir::state::status based at least on dir | |||
2010-08-19 | * ftparchive/writer.cc: | David Kalnischkies | |
- init valid-until correctly to prevent garbage entering Release file | |||
2010-08-19 | * apt-pkg/init.cc: | David Kalnischkies | |
- set the default values for dir::etc::trusted options correctly | |||
2010-08-18 | setup the environment correctly for dpkg, too | David Kalnischkies | |
2010-08-18 | extend the magic which creates the test archive by using FileLists to | David Kalnischkies | |
ship the build packages in the correct distribution and section |