summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)Author
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-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)
2010-08-18merge with debian-experimental-ma to get the final 0.8.0~pre1David Kalnischkies
2010-08-16* methods/bzip2.cc:David Kalnischkies
- fix error checking for read in case of failing bzip2/lzma/whatever Spotted by -Wextra: bzip2.cc: In member function ‘virtual bool Bzip2Method::Fetch(pkgAcqMethod::FetchItem*)’: bzip2.cc:108:19: warning: comparison of unsigned expression < 0 is always false bzip2.cc:111:19: warning: comparison of unsigned expression < 0 is always false
2010-08-16* apt-pkg/contrib/strutl.cc:David Kalnischkies
- fix error checking for vsnprintf in its safe variant Spotted by -Wextra: contrib/strutl.cc: In function 'char* safe_snprintf(char*, char*, const char*, ...)': contrib/strutl.cc:1172:14: warning: comparison of unsigned expression < 0 is always false
2010-08-13releasing version 0.8.0~pre1Michael Vogt
2010-08-13* apt-pkg/pkgcache.cc:David Kalnischkies
- fix LongDesc handling in LANG=C environment
2010-08-13* apt-pkg/algorithms.cc:David Kalnischkies
- let the problem resolver install packages to fix or-groups as a needed remove nuked another or-member (helps for #591882) The resolver sometimes need to break or-groups because he need to remove the previous satisfier as a result of a breaks/conflicts. In such broken or-groups he now tries to install a non-installed non-deleted member of the or-group to statisfy it again. This move is dangerous as it introduces the possibility of a bunch of "new" broken breaks/conflicts on the new statisfier or its dependencies and we don't know about them beforehand. We also don't have the infrastructure to undo the decision later, so we just do it and pray! For now a test option is provided to disable this behavior on the fly to test if the situation is worse: pkgProblemResolver::FixByInstall
2010-08-12purge packages in 'rc' state, thanks Rogier! (Closes: #150831)David Kalnischkies
2010-08-11* cmdline/apt-get.cc:David Kalnischkies
- let APT::Get::Arch-Only in build-dep default to false again (Closes: #592628) Thanks Mohamed Amine IL Idrissi for report!
2010-08-10merge with debian-experimental-maDavid Kalnischkies
* Swedish translation update. Closes: #592366 * apt-pkg/pkgcache.cc: - re-evaluate the architectures cache when the cache is (re)opened * apt-pkg/cdrom.cc: - fix off-by-one error in DropBinaryArch * apt-pkg/contrib/fileutl.cc: - Add WriteAtomic mode. - Revert WriteEmpty to old behavior (LP: #613211) * apt-pkg, methods: - Convert users of WriteEmpty to WriteAtomic. * apt-pkg/depcache.cc: - Only try upgrade for Breaks if there is a newer version, otherwise handle it as Conflicts (by removing it) (helps for #591882). * debian/control: - Add dependency on gnupg to apt, apt-key uses it.
2010-08-10* apt-pkg/algorithms.cc:David Kalnischkies
- change the debug outputs to display also arch of the package and version dependencies information
2010-08-10apt-pkg, methods: Convert users of WriteEmpty to WriteAtomic.Julian Andres Klode
2010-08-10apt-pkg/contrib/fileutl.cc: Revert WriteEmpty to old behavior (LP: #613211)Julian Andres Klode
2010-08-10apt-pkg/contrib/fileutl.cc: Add WriteAtomic mode.Julian Andres Klode
2010-08-09* Swedish translation update. Closes: #592366bubulle@debian.org
* Swedish translation update. Closes: #592366