Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-25 | merge patches from daniel to fix merge artifact and test failure | Michael Vogt | |
2013-03-25 | merge patch from Daniel Hartwig | Michael Vogt | |
2013-03-24 | * Update all PO files and apt-all.pot | bubulle@debian.org | |
* French translation completed (Christian Perrier) | |||
2013-03-22 | releasing version 0.9.7.9~exp1 | Michael Vogt | |
2013-03-22 | prepare upload | Michael Vogt | |
2013-03-22 | merged lp:~mvo/apt/fix-tagfile-hash | Michael Vogt | |
2013-03-22 | merged the debian-wheezy branch | Michael Vogt | |
2013-03-22 | add new config options "Acquire::ForceIPv4" and | Michael Vogt | |
"Acquire::ForceIPv6" to allow focing one or the other (closes: #611891) | |||
2013-03-22 | Turkish (Mert Dirik). Closes: #703526 | bubulle@debian.org | |
2013-03-21 | merge patch from Colin to fix error message from getaddrinfo() (#703603) | Michael Vogt | |
2013-03-18 | * test/integration/framework: | Michael Vogt | |
- continue after test failure but preserve exit status | |||
2013-03-17 | * test/libapt/assert.h, test/libapt/run-tests: | Michael Vogt | |
- exit with status 1 on test failure | |||
2013-03-14 | * SECURITY UPDATE: InRelease verification bypass0.9.7.8 | Michael Vogt | |
- CVE-2013-1051 * apt-pkg/deb/debmetaindex.cc, test/integration/test-bug-595691-empty-and-broken-archive-files, test/integration/test-releasefile-verification: - disable InRelease downloading until the verification issue is fixed, thanks to Ansgar Burchardt for finding the flaw | |||
2013-03-01 | releasing version 0.9.7.8~exp2 | Michael Vogt | |
2013-03-01 | merged lp:~mvo/apt/hash-order | Michael Vogt | |
2013-03-01 | include two missing patches to really fix bug #696225, thanks to | Michael Vogt | |
Guillem Jover | |||
2013-03-01 | releasing version 0.9.7.8~exp1 | Michael Vogt | |
2013-03-01 | add changelog | Michael Vogt | |
2013-02-24 | * apt-pkg/depcache.cc: | David Kalnischkies | |
- prefer to install packages which have an already installed M-A:same sibling while choosing providers (LP: #1130419) | |||
2013-02-05 | Japanese (Kenshi Muto). Closes: #699783 | bubulle@debian.org | |
2013-01-24 | * apt-pkg/indexrecords.cc: | Michael Vogt | |
- support '\r' in the Release file | |||
2013-01-24 | quote plus in filenames to work around a bug in the S3 server | Michael Vogt | |
(LP: #1003633) | |||
2013-01-11 | * methods/http.cc: | Michael Vogt | |
- quote spaces in filenames to ensure as the http method is also (potentially) used for non deb,dsc content that may contain spaces, thanks to Daniel Hartwig and Thomas Bushnell (LP: #1086997) | |||
2013-01-10 | instead of cut, use % 32767 | Michael Vogt | |
2013-01-09 | add missing curl_easy_cleanup() | Michael Vogt | |
2013-01-09 | * methods/https.cc: | Michael Vogt | |
- reuse connection in https, thanks to Thomas Bushnell, BSG for the patch. LP: #1087543, Closes: #695359 | |||
2013-01-09 | merge train fixes | Michael Vogt | |
2013-01-09 | fix missing translated apt.8 manpages, thanks to Helge Kreutzmann | Michael Vogt | |
for the report. Closes: #696923 | |||
2013-01-09 | * debian/apt.cron.daily: | Michael Vogt | |
- when reading from /dev/urandom, use less entropy and fix a rare bug when the random number chksum is less than 1000. Closes: #695285 | |||
2013-01-09 | * apt-pkg/contrib/progress.cc: | Michael Vogt | |
- Make "..." translatable to fix inconsistencies in the output of e.g. apt-get update. While this adds new translatable strings, not having translations for them will not break anything. Thanks to Guillem Jover. Closes: #696225 | |||
2013-01-08 | add missing translated apt.8 manpages, thanks to Helge Kreutzmann. | Michael Vogt | |
Closes: #696923 | |||
2013-01-08 | fix pkgProblemResolver::Scores, thanks to Paul Wise. | Michael Vogt | |
Closes: #697577 | |||
2012-12-24 | Italian translation update for manpages | bubulle@debian.org | |
2012-12-13 | releasing version 0.9.7.70.9.7.7 | Michael Vogt | |
2012-12-13 | merged from lp:~donkult/apt/sid | Michael Vogt | |
2012-12-13 | change permissions of /var/log/apt/term.log to 0640 (LP: #975199) | Michael Vogt | |
2012-12-08 | Fix Plural forms in German, French, Japanese and Portuguese | bubulle@debian.org | |
translations. Thanks to Jakub Wilk for reporting these errors. | |||
2012-11-20 | Vietnamese (Trần Ngọc Quân). Closes: #693773 | bubulle@debian.org | |
2012-11-10 | * apt-pkg/algorithms.cc: | Jonathan Thomas | |
- fix package-pointer array memory leak in ResolveByKeepInternal() | |||
2012-11-09 | * apt-pkg/algorithms.cc: | David Kalnischkies | |
- ensure pkgProblemResolver calls MarkDelete without FromUser set so that it can't overrule holds and the protection flag | |||
2012-11-09 | * cmdline/apt-get.cc: | David Kalnischkies | |
- do not call Mark{Install,Delete} from the autoremove code with the FromUser bit set to avoid modifying the auto-installed bit | |||
2012-11-09 | no mode changes should obviously be ok for pkgDepCache::IsModeChangeOk | David Kalnischkies | |
2012-11-09 | * apt-pkg/depcache.cc: | David Kalnischkies | |
- don't call MarkInstall with the FromUser flag set for packages which are dependencies of APT::Never-MarkAuto-Sections matchers | |||
2012-11-01 | merged frm donkult | Michael Vogt | |
2012-10-28 | Thai (Theppitak Karoonboonyanan). Closes: #691613 | bubulle@debian.org | |
2012-10-24 | * apt-pkg/packagemanager.cc: | David Kalnischkies | |
- do not do lock-step configuration for a M-A:same package if it isn't unpacked yet in SmartConfigure and do not unpack a M-A:same package again in SmartUnPack if we have already configured it (LP: #1062503) | |||
2012-10-20 | Drop a confusing non-breaking space. Closes: #691024 | bubulle@debian.org | |
2012-10-19 | Catalan (Jordi Mallach) | Jordi Mallach | |
2012-10-16 | releasing version 0.9.7.60.9.7.6 | Michael Vogt | |
2012-10-15 | * apt-pkg/pkgcachegen.cc: | Michael Vogt | |
- Fix crash if the cache is remapped while writing a Provides version (LP: #1066445). |