summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)Author
2010-09-07releasing version 0.8.30.8.3Michael Vogt
2010-09-07* ftparchive/apt-ftparchive.cc:David Kalnischkies
- ensure that BinDirectory as well as Tree settings get the correct default FileMode setting (Closes: #595922)
2010-09-07Japanese (KURASAWA Nozomu). Closes: #595862bubulle@debian.org
2010-09-07* apt-pkg/indexcopy.cc:Michael Vogt
- only use trusted.gpg.d directory if it exists - do not replace /dev/null when running in APT::CDROM::NoAct mode (LP: #612666), thanks to Colin Watson
2010-09-07do not replace /dev/null when running in APT::CDROM::NoActMichael Vogt
mode (LP: #612666), thanks to Colin Watson
2010-09-07releasing version 0.8.20.8.2Michael Vogt
2010-09-06merged from lp:~donkult/apt/sidMichael Vogt
2010-09-06* methods/{gzip,bzip2}.cc:David Kalnischkies
- empty files can never be valid archives (Closes: #595691)
2010-09-05Spanish (Omar Campagne). Closes: #595557bubulle@debian.org
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* apt-pkg/indexcopy.cc:Michael Vogt
- only use trusted.gpg.d directory if it exists
2010-09-03merge with official v0.8.1David Kalnischkies
2010-09-03releasing version 0.8.10.8.1Michael Vogt
2010-09-02* Norwegian Bokmål (Hans Nordhaug). Closes: #595182bubulle@debian.org
* Danish (Joe Hansen). Closes: #595176 * Catalan (Agustí Grau). Closes: #595234
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-08-30merged lp:~donkult/apt/sidMichael 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-29Korean (Changwoo Ryu). Closes: #594809bubulle@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-28remove useless GetInitialize methodDavid Kalnischkies
2010-08-28remove death code by removing unused GetInitializeDavid Kalnischkies
2010-08-28* apt-pkg/contrib/fileutl.cc:David Kalnischkies
- apply SilentlyIgnore also on files without an extension
2010-08-28Portuguese (Miguel Figueiredo). Closes: #594668bubulle@debian.org
2010-08-27Bulgarian (Damyan Ivanov). Closes: #594627bubulle@debian.org
2010-08-27* Simplified Chinese (Aron Xu). Closes: #594458bubulle@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-25show in madison command again also source packages (LP: #614589)David Kalnischkies
2010-08-25Asturian (maacub). Closes: #594303bubulle@debian.org
2010-08-25Italian (Milo Casagrande). Closes: #594238bubulle@debian.org
2010-08-25Japanese (Kenshi Muto, Osamu Aoki). Closes: #594265bubulle@debian.org
2010-08-25Swedish (Daniel Nylander). Closes: #594241bubulle@debian.org
2010-08-25Slovak (Ivan Masár). Closes: #594255bubulle@debian.org
2010-08-25Move typo fix to 0.8.1 entrybubulle@debian.org
2010-08-25Open new changelog entry. Move Thai and Russian translations therebubulle@debian.org
2010-08-24Russian (Yuri Kozlov). Closes: #594232bubulle@debian.org
2010-08-24Fix spelling error in cmdline/apt-get.cc. Thanks to Osamu Aokibubulle@debian.org
Closes: #594211
2010-08-24Thai translation completedbubulle@debian.org
2010-08-24merged from debian-experimental-ma0.8.0Michael Vogt
2010-08-23French manpages translation updatebubulle@debian.org
2010-08-23releasing version 0.8.0~pre2Michael Vogt
2010-08-22French translation updatebubulle@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* 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* debian/apt.cron.daily:David Kalnischkies
- create backups for our extended_states file (Closes: #593430)