summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* update the version number to the upcoming 0.8.2 andDavid Kalnischkies2010-09-032-2/+2
| | | | bump the release version of the library also
* merge with official v0.8.1David Kalnischkies2010-09-035-1435/+1244
|\
| * releasing version 0.8.1Michael Vogt2010-09-031-2/+2
| |
| * * Norwegian Bokmål (Hans Nordhaug). Closes: #595182bubulle@debian.org2010-09-024-1398/+1196
| | | | | | | | * Danish (Joe Hansen). Closes: #595176 * Catalan (Agustí Grau). Closes: #595234
| * French translation fixedbubulle@debian.org2010-08-311-36/+34
| |
| * doc/po/fr.po: fix xml errors in the fr translationMichael Vogt2010-08-301-7/+11
| |
* | do the right thing(TM) even if the (unfinished) testcase is namedDavid Kalnischkies2010-09-021-2/+2
| | | | | | | | skip-* instead of test-* to avoid calling him with run-tests
* | check for length of Data to avoid the validness ofDavid Kalnischkies2010-09-021-1/+1
| | | | | | | | | | | | | | 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 "
* | show only the basename of the running testDavid Kalnischkies2010-09-021-3/+3
| |
* | set the quiet value for apt-cache so the tests will actually seeDavid Kalnischkies2010-09-021-1/+1
| | | | | | | | the notices as they will not be shown otherwise
* | * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2010-09-027-33/+38
| | | | | | | | | | | | | | - 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
* | add wrapper around dpkg to be able to use it easily in the testsDavid Kalnischkies2010-09-021-0/+7
|/
* merged lp:~donkult/apt/sidMichael Vogt2010-08-3010-57/+102
|\
| * * apt-pkg/versionmatch.cc:David Kalnischkies2010-08-302-4/+11
| | | | | | | | | | - 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)
| * * apt-pkg/contrib/configuration.cc:David Kalnischkies2010-08-285-5/+48
| | | | | | | | - fix autoremove by using correct config-option name and don't make faulty assumptions in error handling (Closes: #594689)
| * remove useless GetInitialize methodDavid Kalnischkies2010-08-282-12/+2
| |
| * remove death code by removing unused GetInitializeDavid Kalnischkies2010-08-282-17/+2
| |
| * * apt-pkg/contrib/fileutl.cc:David Kalnischkies2010-08-282-2/+5
| | | | | | - apply SilentlyIgnore also on files without an extension
| * * apt-pkg/depcache.cc:David Kalnischkies2010-08-272-2/+14
| | | | | | | | - now that apt-get purge works on 'rc' packages let the MarkDelete pass this purge forward to the non-pseudo package for pseudos
| * * cmdline/apt-get.cc:David Kalnischkies2010-08-262-21/+26
| | | | | | | | - remove direct calls of ReadMainList and use the wrapper instead to protect us from useless re-reads and two-times notice display
* | Korean (Changwoo Ryu). Closes: #594809bubulle@debian.org2010-08-292-262/+246
| |
* | Portuguese (Miguel Figueiredo). Closes: #594668bubulle@debian.org2010-08-282-170/+220
| |
* | Corrected Bulgarian translationbubulle@debian.org2010-08-281-10/+4
| |
* | Updated Italian translationbubulle@debian.org2010-08-271-17/+18
| |
* | Bulgarian (Damyan Ivanov). Closes: #594627bubulle@debian.org2010-08-272-166/+220
| |
* | * Simplified Chinese (Aron Xu). Closes: #594458bubulle@debian.org2010-08-274-450/+318
| | | | | | * Portuguese (Américo Monteiro)
* | show in madison command again also source packages (LP: #614589)Michael Vogt2010-08-252-6/+15
|\|
| * show in madison command again also source packages (LP: #614589)David Kalnischkies2010-08-252-6/+15
|/
* Asturian (maacub). Closes: #594303bubulle@debian.org2010-08-252-478/+518
|
* Italian (Milo Casagrande). Closes: #594238bubulle@debian.org2010-08-252-120/+140
|
* Japanese (Kenshi Muto, Osamu Aoki). Closes: #594265bubulle@debian.org2010-08-252-173/+199
|
* Swedish (Daniel Nylander). Closes: #594241bubulle@debian.org2010-08-252-95/+121
|
* Slovak (Ivan Masár). Closes: #594255bubulle@debian.org2010-08-252-151/+126
|
* Move typo fix to 0.8.1 entrybubulle@debian.org2010-08-251-4/+4
|
* Fix from Florentin Duneau reviewbubulle@debian.org2010-08-251-1/+2
|
* Open new changelog entry. Move Thai and Russian translations therebubulle@debian.org2010-08-251-2/+8
|
* po/LINGUAS: remove en_GBMichael Vogt2010-08-241-1/+1
|
* configure.in: drop en_GB from configure.in now that it got deleted from po/Michael Vogt2010-08-241-1/+1
|
* Drop en_GB translation as per request of Neil Williamsbubulle@debian.org2010-08-241-3334/+0
|
* Russian (Yuri Kozlov). Closes: #594232bubulle@debian.org2010-08-242-109/+140
|
* Fix spelling error in cmdline/apt-get.cc. Thanks to Osamu Aokibubulle@debian.org2010-08-2446-45/+49
| | | Closes: #594211
* Thai translation completedbubulle@debian.org2010-08-241-0/+1
|
* French translation completedbubulle@debian.org2010-08-241-40/+40
|
* merged from debian-experimental-maMichael Vogt2010-08-2439-115/+4121
|\
| * releasing version 0.8.0~pre2Michael Vogt2010-08-231-2/+2
| |
| * merged from lp:~donkult/apt/sidMichael Vogt2010-08-2327-48/+3945
| |\
| | * * apt-pkg/acquire-item.cc:David Kalnischkies2010-08-217-19/+303
| | | | | | | | | | | | | | | | | | | | | - 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.
| | * * methods/http.cc:David Kalnischkies2010-08-212-3/+13
| | | | | | | | | | | | | | | - 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
| | * * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2010-08-204-10/+108
| | | | | | | | | | | | | | | - use the InstVer instead of the CurrentVer for the autobit transfer Add also a small testcase to check the handling automatical
| | * sign the created Release files with our own dummy key "Joe Sixpack"David Kalnischkies2010-08-193-3/+12
| | |