Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-14 | * cmdline/apt-get.cc: | Michael Vogt | |
- "apt-get install foo" on a already installed package foo will clean the automatic installed flag | |||
2007-03-07 | * apt-pkg/cdrom.cc: | Michael Vogt | |
- only unmount if APT::CDROM::NoMount is false * methods/cdrom.cc: - only umount if it was mounted by the method before | |||
2007-02-21 | * fix in the pkgRecords destructor | Michael Vogt | |
* Bump ABI version | |||
2007-02-06 | * merged the apt--mirror branch | Michael Vogt | |
2007-02-06 | * updated changelog ro reflect last upload | Michael Vogt | |
2007-01-24 | make the mirror failures actually produce a error message | Michael Vogt | |
2006-12-19 | * changelog updated, package uploaded | Michael Vogt | |
2006-12-19 | * apt-pkg/deb/debrecords.cc: | Michael Vogt | |
- return the correct SHA1Hash() * methods/http.cc: - send VERSION of apt in the User-Agent string | |||
2006-12-19 | * merged with mainline | Michael Vogt | |
2006-12-18 | * merged from apt--auto-mark | Michael Vogt | |
2006-12-07 | merged from apt--mvo | Michael Vogt | |
2006-12-07 | * merged NMU from aba | Michael Vogt | |
2006-10-30 | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | |
- fix segfault if dpkg sends multiline error messages | |||
2006-09-29 | * merged from apt--auto-mark | Michael Vogt | |
2006-09-28 | * cmdline/apt-get.cc: | Michael Vogt | |
- merged from apt--tasks, fix auto-install problem with tasks * debian/changelog: - new upload | |||
2006-09-28 | * debian/changelog: | Michael Vogt | |
- no change upload to fix build problem with synaptic | |||
2006-09-21 | * merged from the auto-mark branch | Michael Vogt | |
* uploaded | |||
2006-09-19 | * merged from apt--tasks | Michael Vogt | |
2006-09-19 | * merged apt--tasks, this brings in the latest changes from apt--mvo as well | Michael Vogt | |
2006-09-17 | Resync with Michael Vogt | bubulle@debian.org | |
2006-09-17 | Add Kurdish translation. Closes: #387766 | bubulle@debian.org | |
2006-09-16 | * reverted otavios patch again because it breaks the following behaviour: | Michael Vogt | |
A depends on X|Y B depends on Y With the old code we get: "apt-get install A B": we get "A B X Y" "apt-get install B A": we get "A B Y" With the new code there is no way to get this right and we always end up with "A B X Y" because we just go over the packages in the order that they are in the cache and run MarkInstall(AutoInstall=true) on them then. When A comes before B we always end up with the unneeded X dependency. | |||
2006-09-16 | * cmdline/apt-get.cc: | Michael Vogt | |
- merged patch from otavio to make the order of package selections less important | |||
2006-09-15 | * apt-pkg/tagfile.cc: | Michael Vogt | |
- applied patch from jvw to make the tag key stuff case-insensitive | |||
2006-09-13 | * merged from auto-remove | Michael Vogt | |
2006-09-13 | * changelog updated | Michael Vogt | |
2006-09-07 | * merged from the apt--install-recommends branch | Michael Vogt | |
2006-09-06 | * merged ians changes for apt support for breaks | Michael Vogt | |
2006-09-06 | * cmdline/apt-get.cc: | Michael Vogt | |
- always show the autoremove information and give advice how to use it * debian/rules: - install apt.conf.autoremove with blacklist for linux-image and linux-restriceted-modules | |||
2006-08-15 | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | |
- pass --auto-deconfigure to dpkg (-B) * debian/control: - depend on a dpkg with support for breaks | |||
2006-08-14 | * cmdline/apt-get.cc: | Michael Vogt | |
- fix the "fix-policy" code * debian/changelog: - new version | |||
2006-08-11 | * merged ddtp support | Michael Vogt | |
2006-08-11 | * merged the apt--install-recommends branch | Michael Vogt | |
* ABI break, bumped the version number | |||
2006-08-10 | * merged the apt--install-recommends branch | Michael Vogt | |
2006-08-09 | * merged with mainline | Michael Vogt | |
2006-07-25 | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | |
- ignore lines that can't be split properly from dpkg (DpkgPM::Go) * doc/examples/configure-index: - documentation updates | |||
2006-07-01 | Activate Dzongkha translation | bubulle@debian.org | |
2006-06-09 | * merge the patch from Steinar | Michael Vogt | |
2006-05-27 | * added Debug::pkgDepCache::AutoInstall debug option | Michael Vogt | |
2006-05-10 | Add all languages but Hebrew (on purpose) to configure.in | bubulle@debian.org | |
Closes: #360262 | |||
2006-04-26 | * buildlib/defaults.mak: | Michael Vogt | |
- commented the auto-cpu number detections (make -j) out, causes too much trouble on my SMP system | |||
2006-04-25 | * apt-pkg/deb/dpkgpm.cc: wording fixes (thanks to mdz) | Michael Vogt | |
* debian/changelog: updated * debian/rules: invoke tar with --no-recursion to avoid cruft in the tarbal * po/apt-all.pot: updated | |||
2006-01-19 | * merged with apt--mvo | Michael Vogt | |
Patches applied: * mvo@debian.org--2005/apt--debian-sid--0--patch-18 * merged with apt--mvo | |||
2006-01-10 | * fix http data corruption (#280844) | Michael Vogt | |
Patches applied: * mvo@debian.org--2005/apt--debian-experimental--0--patch-12 * added http data corruption fix patch (#280844) | |||
2006-01-04 | * make apt-get source smarter about not downloading the same sources twice | Michael Vogt | |
2005-11-23 | * applied parts of the string speedup patch from debian #319377 (ABI change) | Michael Vogt | |
2005-11-21 | * pkgDirStream has (slightly) better extract support now | Michael Vogt | |
2005-11-08 | * removed double armeb entry in buildlib/sizetable | Michael Vogt | |
2005-11-08 | * merged the NMU from Franz Pop, fixed armeb problem (#333599) | Michael Vogt | |
2005-10-23 | * added http data corruption fix patch (#280844) | Michael Vogt | |