[ubuntu/lucid] apt 0.7.25.3ubuntu1 (Accepted)
Michael Vogt
michael.vogt at ubuntu.com
Wed Feb 17 22:40:18 GMT 2010
apt (0.7.25.3ubuntu1) lucid; urgency=low
[ Michael Vogt ]
* merged with the debian-sid branch
[ Ivan Masár ]
* Slovak translation update. Closes: #568294
apt (0.7.25.3) unstable; urgency=low
[ Christian Perrier ]
* Italian translation update. Closes: #567532
[ David Kalnischkies ]
* apt-pkg/contrib/macros.h:
- install the header system.h with a new name to be able to use
it in other headers (Closes: #567662)
* cmdline/acqprogress.cc:
- 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)
apt (0.7.25.2) unstable; urgency=low
[ Michael Vogt ]
* apt-pkg/contrib/cdromutl.cc:
- fix UnmountCdrom() fails, give it a bit more time and try
the umount again
* apt-pkg/cdrom.cc:
- fix crash in pkgUdevCdromDevices
* methods/cdrom.cc:
- fixes in multi cdrom setup code (closes: #549312)
- add new "Acquire::cdrom::AutoDetect" config that enables/disables
the dlopen of libudev for automatic cdrom detection. Off by default
currently, feedback/testing welcome
* cmdline/apt-cdrom.cc:
- add new --auto-detect option that uses libudev to figure out
the cdrom/mount-point
* cmdline/apt-mark:
- merge fix from Gene Cash that supports markauto for
packages that are not in the extended_states file yet
(closes: #534920)
* ftparchive/writer.{cc,h}:
- merge crash fix for apt-ftparchive on hurd, thanks to
Samuel Thibault for the patch (closes: #566664)
[ David Kalnischkies ]
* apt-pkg/contrib/fileutl.cc:
- Fix the newly introduced method GetListOfFilesInDir to not
accept every file if no extension is enforced
(= restore old behaviour). (Closes: #565213)
* apt-pkg/policy.cc:
- accept also partfiles with "pref" file extension as valid
* apt-pkg/contrib/configuration.cc:
- accept also partfiles with "conf" file extension as valid
* doc/apt.conf.5.xml:
- reorder description and split out syntax
- add partfile name convention (Closes: #558348)
* doc/apt_preferences.conf.5.xml:
- describe partfile name convention also here
* apt-pkg/deb/dpkgpm.cc:
- don't segfault if term.log file can't be opened.
Thanks Sam Brightman for the patch! (Closes: #475770)
* doc/*:
- replace the per language addendum with a global addendum
- add a explanation why translations include (maybe) english
parts to the new global addendum (Closes: #561636)
* apt-pkg/contrib/strutl.cc:
- fix malloc asseration fail with ja_JP.eucJP locale in
apt-cache search. Thanks Kusanagi Kouichi! (Closes: #548884)
[ Christian Perrier ]
* French translation update
apt (0.7.25.1) unstable; urgency=low
[ Christian Perrier ]
* French manpage translation update
* Russian translation update by Yuri Kozlov
Closes: #564171
[Chris Leick]
* spot & fix various typos in all manpages
* German manpage translation update
[ David Kalnischkies ]
* cmdline/apt-cache.cc:
- remove translatable marker from the "%4i %s\n" string
* buildlib/po4a_manpage.mak:
- instruct debiandoc to build files with utf-8 encoding
* buildlib/tools.m4:
- fix some warning from the buildtools
* apt-pkg/acquire-item.cc:
- add configuration PDiffs::Limit-options to not download
too many or too big patches (Closes: #554349)
* debian/control:
- let all packages depend on ${misc:Depends}
* share/*-archive.gpg:
- remove the horrible outdated files. We already depend on
the keyring so we don't need to ship our own version
* cmdline/apt-key:
- errors out if wget is not installed (Closes: #545754)
- add --keyring option as we have now possibly many
* methods/gpgv.cc:
- pass all keyrings (TrustedParts) to gpgv instead of
using only one trusted.gpg keyring (Closes: #304846)
* methods/https.cc:
- finally merge the rest of the patchset from Arnaud Ebalard
with the CRL and Issuers options, thanks! (Closes: #485963)
* apt-pkg/deb/debindexfile.cc, apt-pkg/pkgcachegen.cc:
- add debug option Debug::pkgCacheGen
[ Michael Vogt ]
* cmdline/apt-get.cc:
- merge fix for apt-get source pkg=version regression
(closes: #561971)
* po/ru.po:
- merged updated ru.po, thanks to Yuri Kozlov (closes: #564171)
Date: Wed, 17 Feb 2010 23:33:32 +0100
Changed-By: Michael Vogt <michael.vogt at ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/lucid/+source/apt/0.7.25.3ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Wed, 17 Feb 2010 23:33:32 +0100
Source: apt
Binary: apt apt-doc libapt-pkg-dev libapt-pkg-doc apt-utils apt-transport-https
Architecture: source
Version: 0.7.25.3ubuntu1
Distribution: lucid
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Michael Vogt <michael.vogt at ubuntu.com>
Description:
apt - Advanced front-end for dpkg
apt-doc - Documentation for APT
apt-transport-https - APT https transport
apt-utils - APT utility programs
libapt-pkg-dev - Development files for APT's libapt-pkg and libapt-inst
libapt-pkg-doc - Documentation for APT development
Closes: 304846 468180 475770 485963 534920 545754 548884 549312 554349 558348 561636 561971 564171 564171 565213 566664 567304 567343 567532 567662 568294
Changes:
apt (0.7.25.3ubuntu1) lucid; urgency=low
.
[ Michael Vogt ]
* merged with the debian-sid branch
.
[ Ivan Masár ]
* Slovak translation update. Closes: #568294
.
apt (0.7.25.3) unstable; urgency=low
.
[ Christian Perrier ]
* Italian translation update. Closes: #567532
.
[ David Kalnischkies ]
* apt-pkg/contrib/macros.h:
- install the header system.h with a new name to be able to use
it in other headers (Closes: #567662)
* cmdline/acqprogress.cc:
- 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)
.
apt (0.7.25.2) unstable; urgency=low
.
[ Michael Vogt ]
* apt-pkg/contrib/cdromutl.cc:
- fix UnmountCdrom() fails, give it a bit more time and try
the umount again
* apt-pkg/cdrom.cc:
- fix crash in pkgUdevCdromDevices
* methods/cdrom.cc:
- fixes in multi cdrom setup code (closes: #549312)
- add new "Acquire::cdrom::AutoDetect" config that enables/disables
the dlopen of libudev for automatic cdrom detection. Off by default
currently, feedback/testing welcome
* cmdline/apt-cdrom.cc:
- add new --auto-detect option that uses libudev to figure out
the cdrom/mount-point
* cmdline/apt-mark:
- merge fix from Gene Cash that supports markauto for
packages that are not in the extended_states file yet
(closes: #534920)
* ftparchive/writer.{cc,h}:
- merge crash fix for apt-ftparchive on hurd, thanks to
Samuel Thibault for the patch (closes: #566664)
.
[ David Kalnischkies ]
* apt-pkg/contrib/fileutl.cc:
- Fix the newly introduced method GetListOfFilesInDir to not
accept every file if no extension is enforced
(= restore old behaviour). (Closes: #565213)
* apt-pkg/policy.cc:
- accept also partfiles with "pref" file extension as valid
* apt-pkg/contrib/configuration.cc:
- accept also partfiles with "conf" file extension as valid
* doc/apt.conf.5.xml:
- reorder description and split out syntax
- add partfile name convention (Closes: #558348)
* doc/apt_preferences.conf.5.xml:
- describe partfile name convention also here
* apt-pkg/deb/dpkgpm.cc:
- don't segfault if term.log file can't be opened.
Thanks Sam Brightman for the patch! (Closes: #475770)
* doc/*:
- replace the per language addendum with a global addendum
- add a explanation why translations include (maybe) english
parts to the new global addendum (Closes: #561636)
* apt-pkg/contrib/strutl.cc:
- fix malloc asseration fail with ja_JP.eucJP locale in
apt-cache search. Thanks Kusanagi Kouichi! (Closes: #548884)
.
[ Christian Perrier ]
* French translation update
.
apt (0.7.25.1) unstable; urgency=low
.
[ Christian Perrier ]
* French manpage translation update
* Russian translation update by Yuri Kozlov
Closes: #564171
.
[Chris Leick]
* spot & fix various typos in all manpages
* German manpage translation update
.
[ David Kalnischkies ]
* cmdline/apt-cache.cc:
- remove translatable marker from the "%4i %s\n" string
* buildlib/po4a_manpage.mak:
- instruct debiandoc to build files with utf-8 encoding
* buildlib/tools.m4:
- fix some warning from the buildtools
* apt-pkg/acquire-item.cc:
- add configuration PDiffs::Limit-options to not download
too many or too big patches (Closes: #554349)
* debian/control:
- let all packages depend on ${misc:Depends}
* share/*-archive.gpg:
- remove the horrible outdated files. We already depend on
the keyring so we don't need to ship our own version
* cmdline/apt-key:
- errors out if wget is not installed (Closes: #545754)
- add --keyring option as we have now possibly many
* methods/gpgv.cc:
- pass all keyrings (TrustedParts) to gpgv instead of
using only one trusted.gpg keyring (Closes: #304846)
* methods/https.cc:
- finally merge the rest of the patchset from Arnaud Ebalard
with the CRL and Issuers options, thanks! (Closes: #485963)
* apt-pkg/deb/debindexfile.cc, apt-pkg/pkgcachegen.cc:
- add debug option Debug::pkgCacheGen
.
[ Michael Vogt ]
* cmdline/apt-get.cc:
- merge fix for apt-get source pkg=version regression
(closes: #561971)
* po/ru.po:
- merged updated ru.po, thanks to Yuri Kozlov (closes: #564171)
Checksums-Sha1:
7539121ea270d8c0b6f10aeaf56a43431efba85f 1350 apt_0.7.25.3ubuntu1.dsc
9b68548a487883ea4dd226119db82ca654efb8d0 2693644 apt_0.7.25.3ubuntu1.tar.gz
Checksums-Sha256:
0bfa5f4cf186dd04b42665dbc085346fd59cd65d1c4ebe9596d370ad6f35b809 1350 apt_0.7.25.3ubuntu1.dsc
d24dcbe4e0e11854e1d57402d5dd7cca16153e3877e43eb6c1322f72fd1a4c56 2693644 apt_0.7.25.3ubuntu1.tar.gz
Files:
a057dc417bada53b603d2c7f20fc03cf 1350 admin important apt_0.7.25.3ubuntu1.dsc
4167a97e1d362cd2a63a955b7030b000 2693644 admin important apt_0.7.25.3ubuntu1.tar.gz
Launchpad-Bugs-Fixed: 275243
Original-Maintainer: APT Development Team <deity at lists.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkt8b6wACgkQliSD4VZixzSLPgCfalGfGoKX6XeGbcHXz0zgiUtx
Co8An2EGMhJ+hReED+DqN7sV3uY4StKW
=p4b+
-----END PGP SIGNATURE-----
More information about the Lucid-changes
mailing list