[ubuntu/trusty-proposed] apt 0.9.15.1ubuntu1 (Accepted)
Michael Vogt
michael.vogt at ubuntu.com
Fri Feb 7 20:18:15 UTC 2014
apt (0.9.15.1ubuntu1) trusty; urgency=low
* merged from debian/sid
apt (0.9.15.1) unstable; urgency=medium
[ David Kalnischkies ]
* use gpg --homedir instead of explicit file placement
* use svg in doxygen and ensure dot is around for it
* pkgTagFile: if we have seen the end, do not try to see more
* restart debSrcRecordParsers only if needed
* discard impossible candidates in MarkInstall (Closes: #735967)
[ Chris Leick ]
* update german manpage translation
* Trivian unfuzzies of the German po4a translation
[ Michael Vogt ]
* fix apt-get download truncation (closes: #736962)
* do not crash if VF.File()/VF.File().Archive() is NULL
* show "status" in apt list last to be more awk friendly
(thanks to Axel Beckert)
* Fix multiarch package upgrade issue
* add test for Suite with path
[ Colin Watson ]
* multicompress with externals sets wrong file modes (Closes: 737130)
apt (0.9.15) unstable; urgency=low
* upload version from debian/experimental to unstable
apt (0.9.14.3~exp5) experimental; urgency=medium
[ Anthony Towns ]
* methods/rred: minor robustness improvements
[ Michael Vogt ]
* make "apt-mark help" shows all commands
* make "apt show" output more user friendly
* add "apt full-upgrade" and tweak "apt upgrade"
* set APT::Sources::Use-Deb822=false until the format
is fully finalized
apt (0.9.14.3~exp4) experimental; urgency=medium
* implement deb822 suggestions by Anthony Towns and Julian Andres Klode:
- add Description tag for deb822 sources
- add support for Enabled: no in deb822 sources.list
- add support for multiple URIs in deb822 style sources.list
- add support for multipl types in one line
* add integration test for apt search and apt show
* do not ignore ioctl(TIOCSCTTY) errors
apt (0.9.14.3~exp3) experimental; urgency=low
* implement deb822 suggestions by donkult (thanks!):
- rename "Dist" to "Suites"
- rename "Section" to "Sections"
- rename "Architectures-Delete" to "Architectures-Remove"
- rename "Uri" to "URI"
* add "apt list --manual-installed"
* add "apt upgrade --dist"
* add "apt purge"
* flock() the file edited in "apt edit-sources"
* apt-private/private-show.cc:
- do not show Description-lang: header
* reword apt !isatty() warning
* add missing integration test for "apt list" and fix bugs
found by it
apt (0.9.14.3~exp2) experimental; urgency=medium
[ Julian Andres Klode ]
* debian/rules: Call dh_makeshlibs for 'apt'
[ Anthony Towns ]
* reimplement rred to allow applying all the diffs in a single pass
* correct IndexDiff vs DiffIndex in Debug output
[ David Kalnischkies ]
* reenable unlimited pdiff files download
* integrate Anthonys rred with POC for client-side merge
[ Michael Vogt ]
* document deb822 style sources.list in sources.list(5)
* rename "Dist:" in deb822 style sources.list to "Suite:"
* rename URL to Uri in deb822-sources
* support multiple "Suite:" entries in deb822 style sources.list:
"Suite: stable testing unstable"
apt (0.9.14.3~exp1) experimental; urgency=low
[ Michael Vogt ]
* add support for "deb822" style sources.list format and add
APT::Sources::Use-Deb822 to support disabling it
[ David Kalnischkies ]
* implement POC client-side merging of pdiffs via apt-file
[ Trần Ngọc Quân ]
* l10n: vi.po(617t): Update Vietnamese translation
apt (0.9.14.2) unstable; urgency=low
[ Joe Hansen ]
* Danish translation update. Closes: #732166
[ Peter Green ]
* add apt-vendor for raspbian. Closes: #732749
[ Thomas Bechtold ]
* apt-pkg/contrib/gpgv.cc: use /tmp as fallback dir if the
directory from $TMPDIR is not available (closes: #728500)
[ Michael Vogt ]
* vendor/getinfo:
- fix ubuntu-codename
* vendor/steamos/*:
- add steamos support
* bugfix/bts731738-fancy-progess:
- fix terminal size issues with e.g. "less" when "APT::Progress-Fancy=1"
is used (closes: #731738)
* feature/policy-parser-bts732746:
- allow more flexibility in /etc/apt/preferences, e.g. comment only
sections (closes: #732746)
* move TMPDIR handling into GetTempDir() and use that instead of
getenv("TMPDIR")
* update apt-key net-update and add integration test with the buildin
apt webserver
* run autopkgtest against the installed apt
Date: Fri, 07 Feb 2014 21:03:22 +0100
Changed-By: Michael Vogt <michael.vogt at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/trusty/+source/apt/0.9.15.1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Fri, 07 Feb 2014 21:03:22 +0100
Source: apt
Binary: apt libapt-pkg4.12 libapt-inst1.5 apt-doc libapt-pkg-dev libapt-pkg-doc apt-utils apt-transport-https
Architecture: source
Version: 0.9.15.1ubuntu1
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Michael Vogt <michael.vogt at ubuntu.com>
Description:
apt - commandline package manager
apt-doc - documentation for APT
apt-transport-https - https download transport for APT
apt-utils - package management related utility programs
libapt-inst1.5 - deb package format runtime library
libapt-pkg-dev - development files for APT's libapt-pkg and libapt-inst
libapt-pkg-doc - documentation for APT development
libapt-pkg4.12 - package management runtime library
Closes: 728500 731738 732166 732746 732749 735967 736962 737130
Changes:
apt (0.9.15.1ubuntu1) trusty; urgency=low
.
* merged from debian/sid
.
apt (0.9.15.1) unstable; urgency=medium
.
[ David Kalnischkies ]
* use gpg --homedir instead of explicit file placement
* use svg in doxygen and ensure dot is around for it
* pkgTagFile: if we have seen the end, do not try to see more
* restart debSrcRecordParsers only if needed
* discard impossible candidates in MarkInstall (Closes: #735967)
.
[ Chris Leick ]
* update german manpage translation
* Trivian unfuzzies of the German po4a translation
.
[ Michael Vogt ]
* fix apt-get download truncation (closes: #736962)
* do not crash if VF.File()/VF.File().Archive() is NULL
* show "status" in apt list last to be more awk friendly
(thanks to Axel Beckert)
* Fix multiarch package upgrade issue
* add test for Suite with path
.
[ Colin Watson ]
* multicompress with externals sets wrong file modes (Closes: 737130)
.
apt (0.9.15) unstable; urgency=low
.
* upload version from debian/experimental to unstable
.
apt (0.9.14.3~exp5) experimental; urgency=medium
.
[ Anthony Towns ]
* methods/rred: minor robustness improvements
.
[ Michael Vogt ]
* make "apt-mark help" shows all commands
* make "apt show" output more user friendly
* add "apt full-upgrade" and tweak "apt upgrade"
* set APT::Sources::Use-Deb822=false until the format
is fully finalized
.
apt (0.9.14.3~exp4) experimental; urgency=medium
.
* implement deb822 suggestions by Anthony Towns and Julian Andres Klode:
- add Description tag for deb822 sources
- add support for Enabled: no in deb822 sources.list
- add support for multiple URIs in deb822 style sources.list
- add support for multipl types in one line
* add integration test for apt search and apt show
* do not ignore ioctl(TIOCSCTTY) errors
.
apt (0.9.14.3~exp3) experimental; urgency=low
.
* implement deb822 suggestions by donkult (thanks!):
- rename "Dist" to "Suites"
- rename "Section" to "Sections"
- rename "Architectures-Delete" to "Architectures-Remove"
- rename "Uri" to "URI"
* add "apt list --manual-installed"
* add "apt upgrade --dist"
* add "apt purge"
* flock() the file edited in "apt edit-sources"
* apt-private/private-show.cc:
- do not show Description-lang: header
* reword apt !isatty() warning
* add missing integration test for "apt list" and fix bugs
found by it
.
apt (0.9.14.3~exp2) experimental; urgency=medium
.
[ Julian Andres Klode ]
* debian/rules: Call dh_makeshlibs for 'apt'
.
[ Anthony Towns ]
* reimplement rred to allow applying all the diffs in a single pass
* correct IndexDiff vs DiffIndex in Debug output
.
[ David Kalnischkies ]
* reenable unlimited pdiff files download
* integrate Anthonys rred with POC for client-side merge
.
[ Michael Vogt ]
* document deb822 style sources.list in sources.list(5)
* rename "Dist:" in deb822 style sources.list to "Suite:"
* rename URL to Uri in deb822-sources
* support multiple "Suite:" entries in deb822 style sources.list:
"Suite: stable testing unstable"
.
apt (0.9.14.3~exp1) experimental; urgency=low
.
[ Michael Vogt ]
* add support for "deb822" style sources.list format and add
APT::Sources::Use-Deb822 to support disabling it
.
[ David Kalnischkies ]
* implement POC client-side merging of pdiffs via apt-file
.
[ Trần Ngọc Quân ]
* l10n: vi.po(617t): Update Vietnamese translation
.
apt (0.9.14.2) unstable; urgency=low
.
[ Joe Hansen ]
* Danish translation update. Closes: #732166
.
[ Peter Green ]
* add apt-vendor for raspbian. Closes: #732749
.
[ Thomas Bechtold ]
* apt-pkg/contrib/gpgv.cc: use /tmp as fallback dir if the
directory from $TMPDIR is not available (closes: #728500)
.
[ Michael Vogt ]
* vendor/getinfo:
- fix ubuntu-codename
* vendor/steamos/*:
- add steamos support
* bugfix/bts731738-fancy-progess:
- fix terminal size issues with e.g. "less" when "APT::Progress-Fancy=1"
is used (closes: #731738)
* feature/policy-parser-bts732746:
- allow more flexibility in /etc/apt/preferences, e.g. comment only
sections (closes: #732746)
* move TMPDIR handling into GetTempDir() and use that instead of
getenv("TMPDIR")
* update apt-key net-update and add integration test with the buildin
apt webserver
* run autopkgtest against the installed apt
Checksums-Sha1:
b6224124fa25c0eb03b36fcc95fb87df72831c70 1734 apt_0.9.15.1ubuntu1.dsc
15128a2460a350c0fecbdbe51f906aaf0c6c7551 3500318 apt_0.9.15.1ubuntu1.tar.gz
Checksums-Sha256:
2684c6951ca35debdb873410b2b3d6836ef00682b54850fe7054a7edeacd3b18 1734 apt_0.9.15.1ubuntu1.dsc
4fad6c7b0d6e635a7c490967ff1c69e4df1f5a461335f0607aa272c0957fd0ce 3500318 apt_0.9.15.1ubuntu1.tar.gz
Files:
d884dfda2db96a44fe2a8a022d80e3f9 1734 admin important apt_0.9.15.1ubuntu1.dsc
06dcf17663878da24f8a86b376daeed0 3500318 admin important apt_0.9.15.1ubuntu1.tar.gz
Original-Maintainer: APT Development Team <deity at lists.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)
iEYEARECAAYFAlL1PIgACgkQliSD4VZixzQ3eQCfbJC87Zy+cVsvGPiaHoG1mPky
CtsAn1Qr4bQYkbChlJdUWf4tjqxXHFzI
=zXpS
-----END PGP SIGNATURE-----
More information about the Trusty-changes
mailing list