summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-03-15releasing version 0.7.25.3ubuntu30.7.25.3ubuntu3Michael Vogt
2010-03-12releasing version 0.7.25.3ubuntu20.7.25.3ubuntu2Michael Vogt
2010-03-12* debian/apt.cron.daily:Michael Vogt
- do not look into admin users gconf anymore for the http proxy the user now needs to use the "Apply system-wide" UI in the gnome-control-center to set it * debian/apt.postinst: - add set_apt_proxy_from_gconf() and run that once on upgrade if there is no proxy configured already system-wide (LP: #432631) From that point on gnome-control-center will have to warn if the user makes changes to the proxy settings and does not apply them system wide
2010-03-12* cmdline/apt-get.cc:Michael Vogt
- if apt-get source foo=version or foo/distro can not be found, error out (LP: #502641) * apt-pkg/indexfile.cc: - deal correctly with three letter langcodes (LP: #391409)
2010-03-12* apt-pkg/indexfile.cc:Michael Vogt
- deal correctly with three letter langcodes (LP: #391409)
2010-03-12* cmdline/apt-get.cc:Michael Vogt
- if apt-get source foo=version or foo/distro can not be found, error out (LP: #502641)
2010-03-12debian/changelog: move changelog entry to the right versionMichael Vogt
2010-03-12* apt-pkg/deb/dpkgpm.cc:Michael Vogt
- fix backgrounding when dpkg runs (closes: #486222) * cmdline/apt-mark: - show error on incorrect aguments (LP: #517917), thanks to Torsten Spindler
2010-03-12* cmdline/apt-mark:Michael Vogt
- show error on incorrect aguments (LP: #517917), thanks to Torsten Spindler
2010-03-08add "oldlibs" to the APT::Never-MarkAuto-Sections as its usedMichael Vogt
for transitional packages
2010-03-08* debian/apt.conf.autoremove:Michael Vogt
- add "transitional" to the APT::Never-MarkAuto-Sections
2010-03-08merged from the mvo branchMichael Vogt
2010-02-25* apt-pkg/deb/dpkgpm.cc:Michael Vogt
- fix backgrounding when dpkg runs (closes: #486222)
2010-02-18abicheck/run_abi_test: check both libapt-pkg and libapt-instMichael Vogt
2010-02-18abicheck: use absoute path for build tooMichael Vogt
2010-02-18abicheck/run_abi_test: check for ../build; abicheck/apt_build.xml: fix ↵Michael Vogt
version name
2010-02-18* abicheck/Michael Vogt
- add new abitest tester using the ABI Compliance Checker from http://ispras.linuxfoundation.org/index.php/ABI_compliance_checker
2010-02-18AUTHORS: updated againMichael Vogt
2010-02-18Change the package index Info methods to allow apt-cache policy to beMichael Vogt
useful when using several different archives on the same host. (Closes: #329814, LP: #22354)
2010-02-18AUTHORS: updated to reflect current statusMichael Vogt
2010-02-17releasing version 0.7.25.3ubuntu10.7.25.3ubuntu1Michael Vogt
2010-02-17merged from the mvo branchMichael Vogt
2010-02-17merged from debian-sidMichael Vogt
2010-02-08debian/changelog: updatedMichael Vogt
2010-02-05add Acquire::http::ProxyAutoDetect configuration that Michael Vogt
can be used to call a external helper to figure out the proxy configuration and return it to apt via stdout
2010-02-03Slovak translation updatebubulle@debian.org
2010-02-03merged from lp:~mvo/apt/mvoMichael Vogt
2010-02-03* methods/http.cc:Michael Vogt
- add cache-control headers even if no cache is given to allow adding options for intercepting proxies
2010-02-03* cmdline/apt-cdrom.cc:Michael Vogt
- make Acquire::cdrom::AutoDetect default, this can be turned off with "--no-auto-detect"
2010-02-02debian/changelog: sync with the uploadMichael Vogt
2010-02-01releasing version 0.7.25.30.7.25.3Michael Vogt
2010-01-31merge r1966..1967 from lp:~donkult/apt/sidMichael Vogt
2010-01-31* cmdline/acqprogress.cc:Michael Vogt
- Set Mode to Medium so that the correct prefix is used. Thanks Stefan Haller for the patch! (Closes: #567304 LP: #275243) * ftparchive/writer.cc: - generate sha1 and sha256 checksums for dsc (Closes: #567343) * cmdline/apt-get.cc: - don't mark as manually if in download only (Closes: #468180)
2010-01-31commit debian/changelog for final 0.7.25.2 uploadMichael Vogt
2010-01-29First French updatebubulle@debian.org
2010-01-29French translation updatebubulle@debian.org
2010-01-29Italian translation updatebubulle@debian.org
2010-01-27merged from lp:~mvo/apt/mvoMichael Vogt
2010-01-27merged from lp:~mvo/apt/mvoMichael Vogt
2010-01-27cmdline/apt-cdrom.cc: add help, fix duplicated optionMichael Vogt
2010-01-27merged from lp:~mvo/apt/mvoMichael Vogt
2010-01-27merge 1695..1701 from the lp:~mvo/apt/mvo branchMichael Vogt
2010-01-27debian/changelog: add --auto-detect optionMichael Vogt
2010-01-27merged from libudev-dlopenMichael Vogt
2010-01-27debian/apt.dirs: remove var/lib/apt/media againMichael Vogt
2010-01-26merged the latest lp:~mvo/apt/libudev-cdrom branchMichael Vogt
2010-01-26merged from the lp:~mvo/apt/libudev-dlopen branchMichael Vogt
2010-01-26add Dir::Media::MountPath config optionMichael Vogt
2010-01-26* cmdline/apt-cdrom.cc:Michael Vogt
- fixed signed/unsigned warning - create /media mount point if needed - fix initialization for res in DoAdd() * methods/cdrom.cc: - make AptMountPoint a variable
2010-01-26cmdline/apt-cdrom.cc: add --auto-detectMichael Vogt