Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-20 | merged r2204 from lp:~donkult/apt/sid | Michael Vogt | |
2012-04-20 | cherry pick max-loop count patch | Michael Vogt | |
2012-04-20 | merge patch from Malcolm Scott for bug #985852 | Michael Vogt | |
2012-04-19 | releasing version 0.8.16~exp12ubuntu9 | Michael Vogt | |
2012-04-19 | releasing version 0.8.16~exp12ubuntu9 | Michael Vogt | |
2012-04-12 | Set FD_CLOEXEC on history.log's FD (Closes: #610069, LP: #636010) | Adam Conrad | |
2012-04-06 | releasing version 0.8.16~exp12ubuntu7 | Steve Langasek | |
2012-04-05 | For cross-build-dependencies, Architecture: all packages should be | Steve Langasek | |
treated as implicitly Multi-Arch: foreign, because either they *are* M-A: foreign when used as a build-dependency, or they need to be updated to not be Architecture: all; and since cross-build-deps are new functionality in apt, we can safely make this change without breaking existing systems. Closes: #666772. | |||
2012-04-04 | Merge fix for bug #924628 | Steve Langasek | |
2012-04-02 | Makefile, po/makefile: make sure our pot generation datestamp doesn't | Steve Langasek | |
change at build time, since this makes translations fail to be co-installable with multiarch. Based on a patch by David Kalnischkies. Closes: #659333, LP: #924628. | |||
2012-03-30 | merge fix for bug #968828 | Steve Langasek | |
2012-03-30 | Build-depend on gettext:any for cross-building support. | Steve Langasek | |
2012-03-29 | don't treat build-depends-indep as cross-build-dependencies; we should | Steve Langasek | |
always install the host arch versions. LP: #968828. | |||
2012-03-24 | clean up obsolete conffile /etc/apt/apt.conf.d/01ubuntu, which was | Steve Langasek | |
dropped in maverick. | |||
2012-03-15 | releasing version 0.8.16~exp12ubuntu6 | Michael Vogt | |
2012-03-13 | update changelog | Michael Vogt | |
2012-03-13 | cherry pick from experimental | Michael Vogt | |
2012-03-13 | * cherry pick r2222 from | Michael Vogt | |
http://bzr.debian.org/bzr/bzr/apt/apt/debian-experimental2/: * apt-pkg/packagemanager.cc: - fix bug in predepends handling - ensure that packages that needs unpackaging are unpacked before they are configured (LP: #927993) | |||
2012-03-06 | releasing version 0.8.16~exp12ubuntu5 | Michael Vogt | |
2012-03-06 | * merged from the debian-sid branch, most notably: | Michael Vogt | |
- Correct fi translation for hash sum mismatches (LP: #420403) - remove 'old' InRelease file if we can't get a new one before proceeding with Release.gpg to avoid the false impression of a still trusted repository by a (still present) old InRelease file. Thanks to Simon Ruderich for reporting this issue! (CVE-2012-0214) * apt-pkg/acquire-item.cc: - remove 'old' InRelease file if we can't get a new one before proceeding with Release.gpg to avoid the false impression of a still trusted repository by a (still present) old InRelease file. Thanks to Simon Ruderich for reporting this issue! (CVE-2012-0214) * French: replace "étiquetage" by "épinglage" for "pinning" | |||
2012-03-06 | * apt-pkg/acquire-item.cc: | Michael Vogt | |
- remove 'old' InRelease file if we can't get a new one before proceeding with Release.gpg to avoid the false impression of a still trusted repository by a (still present) old InRelease file. Thanks to Simon Ruderich for reporting this issue! (CVE-2012-0214) | |||
2012-03-03 | French: replace "étiquetage" by "épinglage" for "pinning" | bubulle@debian.org | |
2012-03-01 | merged from the debian-sid branch | Michael Vogt | |
2012-03-01 | merged patch from lp:~uusijani/apt/uusi-branch: | Michael Vogt | |
Correct fi translation for hash sum mismatches (lp:420403) Thanks to Jani Uusitalo | |||
2012-02-14 | releasing version 0.8.16~exp12ubuntu4 | Michael Vogt | |
2012-02-05 | Danish translation update | bubulle@debian.org | |
2012-02-03 | * apt-pkg/contrib/fileutl.h: | Michael Vogt | |
- fix compat with FileFd::OpenDescriptor() in ReadOnlyGzip mode | |||
2012-02-03 | * apt-pkg/contrib/fileutl.h: | Michael Vogt | |
- fix compat with FileFd::OpenDescriptor() in ReadOnlyGzip mode | |||
2012-01-31 | releasing version 0.8.16~exp12ubuntu3 | Colin Watson | |
2012-01-31 | Fix IndexCopy::CopyPackages and TranslationsCopy::CopyTranslations to | Colin Watson | |
handle compressed files again (LP: #924182). | |||
2012-01-30 | releasing version 0.8.16~exp12ubuntu2 | Michael Vogt | |
2012-01-30 | merged from lp:~mvo/apt/mvo (and lp:~donkult/apt/experimental) | Michael Vogt | |
2012-01-30 | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | |
- fix crash when a package is in removed but residual config state (LP: #923807) | |||
2012-01-30 | * apt-pkg/aptconfiguration.cc: | David Kalnischkies | |
- chroot if needed before calling dpkg --print-foreign-architectures | |||
2012-01-30 | * methods/http{s,}.cc: | David Kalnischkies | |
- if a file without an extension is requested send an 'Accept: text/*' header to avoid that the server chooses unsupported compressed files in a content-negotation attempt (Closes: #657560) | |||
2012-01-30 | * apt-pkg/contrib/configuration.cc: | David Kalnischkies | |
- do not stop parent transversal in FindDir if the value is empty See http://lists.debian.org/deity/2012/01/msg00053.html , too. | |||
2012-01-29 | * apt-pkg/depcache.cc: | David Kalnischkies | |
- if a M-A:same package is marked for reinstall, mark all it's installed silbings for reinstallation as well (LP: #859188) | |||
2012-01-29 | * apt-pkg/algorithms.cc: | Colin Watson | |
- use a signed int instead of short for score calculation as upgrades become so big now that it can overflow (Closes: #657732, LP: #917173) | |||
2012-01-29 | * apt-pkg/algorithms.cc: | Colin Watson | |
- don't break out of the main-resolver loop for Breaks to deal with all of them in a single iteration (Closes: #657695, LP: #922485) | |||
2012-01-29 | * cmdline/apt-get.cc: | Steve Langasek | |
- for cross-build-dependencies M-A: none should be DEB_HOST_ARCH, not DEB_BUILD_ARCH (Closes: #646288) | |||
2012-01-29 | ensure that dpkg binary doesn't have the chroot-directory prefixed | David Kalnischkies | |
2012-01-29 | * apt-pkg/deb/dpkgpm.cc: | David Kalnischkies | |
- chroot if needed before dpkg --assert-multi-arch | |||
2012-01-29 | releasing version 0.8.16~exp12ubuntu1 | Steve Langasek | |
2012-01-28 | Multi-Arch: none build-deps should be DEB_HOST_ARCH, not DEB_BUILD_ARCH. | Steve Langasek | |
Closes: #646288. | |||
2012-01-28 | Multi-Arch: none build-deps should be DEB_HOST_ARCH, not DEB_BUILD_ARCH. | Steve Langasek | |
Closes: #646288. | |||
2012-01-28 | apt-pkg/algorithms.{cc,h}: use an int to represent resolver scores, not | Steve Langasek | |
a signed short, because large upgrades can result in an overflow for core packages. Thanks again to Colin Watson. Closes: #657732, LP: #917173. | |||
2012-01-28 | apt-pkg/algorithms.cc: iterate Breaks the same way as Conflicts, so that | Steve Langasek | |
we resolve virtual package Breaks more effectively. Thanks to Colin Watson for the patch. Closes: #657695, LP: #922485. | |||
2012-01-24 | merged from experimental | Michael Vogt | |
2012-01-24 | releasing version 0.8.16~exp12 | Michael Vogt | |
2012-01-23 | Polish (Michał Kułach). Closes: #656908 | bubulle@debian.org | |