[ubuntu/utopic-proposed] apt 1.0.4ubuntu1 (Accepted)

Michael Vogt michael.vogt at ubuntu.com
Tue Jun 10 18:07:13 UTC 2014


apt (1.0.4ubuntu1) utopic; urgency=low

  * Merged from debian/sid, remaining changes:
    - patch for apt cross-building, see http://bugs.debian.org/666772
    - ubuntu changelog download handling
    - apt-key net-update/apt-xapian-index
    - git-buildpackage config adjustments
    - ubuntu keyring

apt (1.0.4) unstable; urgency=low

  [ Michael Vogt ]
  * Implement CacheDB for source packages in apt-ftparchive
  * apt-private/acqprogress.cc: reset color in apt update
  * Show progress in run-tests
  * Never parse Version/Architecture tags in a Translation-$lang file
  * Show upgradable packages after apt update (Closes: 748389)
  * Fix various errors found by clang -fsanitize=address
  * Fix various errors foudn by clang scan-build
  * Show unauthenticated warning for source packages as well (Closes: #749795)
  * Add compat mode for old (32bit FileSize) CacheDB (LP: #1274466)
  * cmdline/apt-helper.cc: use less generic description/short-description
    in apt-helper download
  * add pkgSrcRecords::Step() to step through all the pkgSrcRecords
    (thanks to Helmut Grohne)

  [ David Kalnischkies ]
  * initialize Verify in second pkgAcqIndex constructor
  * consistently fail if Smart* packagemanager actions fail
  * fix tight loop detection and temporary removes
  * if Resolver fails, do not continue even if not broken
  * check exit status of external solvers
  * do not revert candidate for protected packages (Closes: 745046)
  * support Acquire::GzipIndexes in dumpavail (Closes: 742835)

  [ Stefano Zacchiroli ]
  * EDSP doc: fix typo in Request stanza description
  * EDSP: bump protocol version to 0.5
  * EDSP: add Architecture(s) multi-arch fields to the Request stanza
  * EDSP: add Source field to Package stanzas
  * EDSP: add APT-Release field to Package stanzas

  [ Sebastian Schmidt ]
  * fix screen width detection for apt/apt-get lists (Closes: 748430, 747942)

  [ Milo Casagrande ]
  * Italian program translation update (Closes: 750009)

apt (1.0.3) unstable; urgency=medium

  [ Michael Vogt ]
  * reduce delta to ubuntu
  * provide support for vendor specific config files
  * debian/apt-doc.docs: remove README.MultiArch
  * Fix missing ScreenWidth check in apt.cc
  * Only do openpty() if both stdin/stdout are terminals (Closes: 746434)

  [ David Kalnischkies ]
  * add a README for vendor information
  * remove outdated README.MultiArch
  * build http request in a stringstream
  * enforce LFS for partial files in https range requests
  * handle pkgnames shorter than modifiers (Closes: 744940)
  * allow vendors to install configuration files

  [ John Ogness ]
  * properly undo CD-ROM mount in all error cases

  [ Mahyuddin Ramli ]
  * add vendor information for BlankOn (Closes: 743595)

  [ Adam Conrad ]
  * fix FileFd::Size bitswap on big-endian architectures (Closes: 745866)

  [ Trần Ngọc Quân ]
  * l10n: vi.po: Update one new string

Date: Tue, 10 Jun 2014 19:00:00 +0200
Changed-By: Michael Vogt <michael.vogt at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/utopic/+source/apt/1.0.4ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 10 Jun 2014 19:00:00 +0200
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: 1.0.4ubuntu1
Distribution: utopic
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: 742835 743595 744940 745046 745866 746434 747942 748389 748430 749795 750009
Launchpad-Bugs-Fixed: 1274466
Changes: 
 apt (1.0.4ubuntu1) utopic; urgency=low
 .
   * Merged from debian/sid, remaining changes:
     - patch for apt cross-building, see http://bugs.debian.org/666772
     - ubuntu changelog download handling
     - apt-key net-update/apt-xapian-index
     - git-buildpackage config adjustments
     - ubuntu keyring
 .
 apt (1.0.4) unstable; urgency=low
 .
   [ Michael Vogt ]
   * Implement CacheDB for source packages in apt-ftparchive
   * apt-private/acqprogress.cc: reset color in apt update
   * Show progress in run-tests
   * Never parse Version/Architecture tags in a Translation-$lang file
   * Show upgradable packages after apt update (Closes: 748389)
   * Fix various errors found by clang -fsanitize=address
   * Fix various errors foudn by clang scan-build
   * Show unauthenticated warning for source packages as well (Closes: #749795)
   * Add compat mode for old (32bit FileSize) CacheDB (LP: #1274466)
   * cmdline/apt-helper.cc: use less generic description/short-description
     in apt-helper download
   * add pkgSrcRecords::Step() to step through all the pkgSrcRecords
     (thanks to Helmut Grohne)
 .
   [ David Kalnischkies ]
   * initialize Verify in second pkgAcqIndex constructor
   * consistently fail if Smart* packagemanager actions fail
   * fix tight loop detection and temporary removes
   * if Resolver fails, do not continue even if not broken
   * check exit status of external solvers
   * do not revert candidate for protected packages (Closes: 745046)
   * support Acquire::GzipIndexes in dumpavail (Closes: 742835)
 .
   [ Stefano Zacchiroli ]
   * EDSP doc: fix typo in Request stanza description
   * EDSP: bump protocol version to 0.5
   * EDSP: add Architecture(s) multi-arch fields to the Request stanza
   * EDSP: add Source field to Package stanzas
   * EDSP: add APT-Release field to Package stanzas
 .
   [ Sebastian Schmidt ]
   * fix screen width detection for apt/apt-get lists (Closes: 748430, 747942)
 .
   [ Milo Casagrande ]
   * Italian program translation update (Closes: 750009)
 .
 apt (1.0.3) unstable; urgency=medium
 .
   [ Michael Vogt ]
   * reduce delta to ubuntu
   * provide support for vendor specific config files
   * debian/apt-doc.docs: remove README.MultiArch
   * Fix missing ScreenWidth check in apt.cc
   * Only do openpty() if both stdin/stdout are terminals (Closes: 746434)
 .
   [ David Kalnischkies ]
   * add a README for vendor information
   * remove outdated README.MultiArch
   * build http request in a stringstream
   * enforce LFS for partial files in https range requests
   * handle pkgnames shorter than modifiers (Closes: 744940)
   * allow vendors to install configuration files
 .
   [ John Ogness ]
   * properly undo CD-ROM mount in all error cases
 .
   [ Mahyuddin Ramli ]
   * add vendor information for BlankOn (Closes: 743595)
 .
   [ Adam Conrad ]
   * fix FileFd::Size bitswap on big-endian architectures (Closes: 745866)
 .
   [ Trần Ngọc Quân ]
   * l10n: vi.po: Update one new string
Checksums-Sha1: 
 0a8b7f6d7b1d2a023031bb905dba9a73d3c8368f 1827 apt_1.0.4ubuntu1.dsc
 82346adc547fc37d80525586dfbb29dc3ddf5da4 1799124 apt_1.0.4ubuntu1.tar.xz
Checksums-Sha256: 
 86ea54ba6ad361b19c8d5a4c46208faa29823d8c899392aa539f500bf93ec472 1827 apt_1.0.4ubuntu1.dsc
 1a76fafb4d99ff7558116c0ef8ebf8b46d5bf2eb46881f75b8d827ffd4e6b36c 1799124 apt_1.0.4ubuntu1.tar.xz
Files: 
 5027b69b7fb4e95cce5d69a60de71868 1827 admin important apt_1.0.4ubuntu1.dsc
 436f62ff39377e0e54abc0033acd32cf 1799124 admin important apt_1.0.4ubuntu1.tar.xz
Original-Maintainer: APT Development Team <deity at lists.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEARECAAYFAlOXSKoACgkQliSD4VZixzSTPACfZjRjI3DkdXl7Xti9S3coNnE9
R6cAn0mezXCXpMvqpfNEonBRbFe78LTO
=SPvV
-----END PGP SIGNATURE-----


More information about the Utopic-changes mailing list