summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)Author
2007-02-21* fix in the pkgRecords destructorMichael Vogt
* Bump ABI version
2007-02-06* merged the apt--mirror branchMichael Vogt
2007-02-06* updated changelog ro reflect last uploadMichael Vogt
2007-01-24make the mirror failures actually produce a error messageMichael Vogt
2006-12-19* changelog updated, package uploadedMichael Vogt
2006-12-19* merged with mainlineMichael Vogt
2006-12-18* merged from apt--auto-markMichael Vogt
2006-12-07merged from apt--mvoMichael Vogt
2006-12-07* merged NMU from abaMichael 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-markMichael 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 branchMichael Vogt
* uploaded
2006-09-19* merged from apt--tasksMichael Vogt
2006-09-19* merged apt--tasks, this brings in the latest changes from apt--mvo as wellMichael Vogt
2006-09-17Resync with Michael Vogtbubulle@debian.org
2006-09-17Add Kurdish translation. Closes: #387766bubulle@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-removeMichael Vogt
2006-09-13* changelog updatedMichael Vogt
2006-09-07* merged from the apt--install-recommends branchMichael Vogt
2006-09-06* merged ians changes for apt support for breaksMichael 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 supportMichael Vogt
2006-08-11* merged the apt--install-recommends branchMichael Vogt
* ABI break, bumped the version number
2006-08-10* merged the apt--install-recommends branchMichael Vogt
2006-08-09* merged with mainlineMichael 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-01Activate Dzongkha translationbubulle@debian.org
2006-06-09* merge the patch from SteinarMichael Vogt
2006-05-27* added Debug::pkgDepCache::AutoInstall debug optionMichael Vogt
2006-05-10Add all languages but Hebrew (on purpose) to configure.inbubulle@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--mvoMichael 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 twiceMichael 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 nowMichael Vogt
2005-11-08* removed double armeb entry in buildlib/sizetableMichael 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
2005-10-22* fix changelogMichael Vogt
2005-10-22* fix a incorrect exampleMichael Vogt
2005-09-12* fix apt-pkg/cdrom.cc to umount the cdrom again if anything failsMichael Vogt