[ubuntu/lucid] apt 0.7.24ubuntu1 (Accepted)

Michael Vogt michael.vogt at ubuntu.com
Mon Dec 14 09:10:17 GMT 2009


apt (0.7.24ubuntu1) lucid; urgency=low

  [ Michael Vogt ]
  * apt-pkg/deb/dpkgpm.cc:
    - include df -l output in the apport log as well (thanks to
      tjaalton)
  * apt-pkg/packagemanager.cc:
    - add output about pre-depends configuring when debug::pkgPackageManager
      is used
  * methods/https.cc:
    - fix incorrect use of CURLOPT_TIMEOUT, closes: #497983, LP: #354972
      thanks to Brian Thomason for the patch
  * merge lp:~mvo/apt/netrc branch, this adds support for a
    /etc/apt/auth.conf that can be used to store username/passwords
    in a "netrc" style file (with the extension that it supports "/"
    in a machine definition). Based on the maemo git branch.

  [ Brian Murray ]
  * apt-pkg/depcache.cc, apt-pkg/indexcopy.cc:
    - typo fix (LP: #462328)

apt (0.7.24) unstable; urgency=low

  [ Nicolas François ]
  * Cleaned up the first patch draft from KURASAWA Nozomu to finally
    get po4a support for translating the man pages.
    Many thanks to both for this excellent work! (Closes: #441608)
  * doc/ja/*, doc/po/ja.po:
    - remove the old ja man page translation and replace it with
      the new po4a-powered translation by KURASAWA Nozomu.
  * doc/*.?.xml (manpages):
    - add contrib to author tags and also add refmiscinfo to fix warnings
  * doc/style.txt, buildlib/defaults.mak, buildlib/manpage.mak:
    - fix a few typos in the comments of this files

  [ Michael Vogt ]
  * apt-pkg/deb/dpkgpm.cc:
    - when tcgetattr() returns non-zero skip all pty magic
      (thanks to Simon Richter, closes: #509866)
  * apt-inst/contrib/arfile.cc:
    - show propper error message for Invalid archive members

  [ David Kalnischkies ]
  * doc/Doxyfile.in:
    - update file with doxygen 1.6.1 (current unstable)
    - activate DOT_MULTI_TARGETS, it is default on since doxygen 1.5.9
  * buildlib/po4a_manpage.mak, doc/makefile, configure:
    - simplify the makefiles needed for po4a manpages
  * apt-pkg/contrib/configuration.cc:
    - add a helper to easily get a vector of strings from the config
  * apt-pkg/contrib/strutl.cc:
    - replace unknown multibytes with ? in UTF8ToCharset (Closes: #545208)
  * doc/apt-get.8.xml:
    - fix two little typos in the --simulate description. (Closes: #545059)
  * apt-pkg/aptconfiguration.cc, doc/apt.conf.5.xml:
    - add an order subgroup to the compression types to simplify reordering
      a bit and improve the documentation for this option group.
  * doc/apt.conf.5.xml:
    - document the Acquire::http::Dl-Limit option
    - try to be crystal clear about the usage of :: and {} (Closes: #503481)
  * doc/apt-cache.8.xml:
    - clarify the note for the pkgnames command (Closes: #547599)
  * doc/apt.ent, all man pages:
    - move the description of files to globally usable entities
  * doc/apt_preferences.5.xml:
    - document the new preferences.d folder (Closes: #544017)
  * methods/rred.cc:
    - add at the top without failing (by Bernhard R. Link, Closes: #545694)
  * buildlib/sizetable:
    - add amd64 for cross building (by Mikhail Gusarov, Closes: #513058)
  * debian/prerm:
    - remove file as nobody will upgrade from 0.4.10 anymore
  * debian/control:
    - remove gnome-apt suggestion as it was removed from debian
  * apt-pkg/deb/dpkgpm.cc, apt-pkg/packagemanager.cc, apt-pkg/orderlist.cc:
    - add and document _experimental_ options to make (aggressive)
      use of dpkg's trigger and configuration handling (Closes: #473461)
  * cmdline/apt-get.cc:
    - ignore versions that are not candidates when selecting a package
      instead of a virtual one (by Marius Vollmer, Closes: #547788)

  [ Christian Perrier ]
  * doc/fr/*, doc/po/fr.po:
    - remove the old fr man page translation and replace it with
      the new po4a-powered translation
  * doc/de: dropped (translation is too incomplete to be useful in
      the transition to the po4a-powered translations)

Date: Mon, 14 Dec 2009 09:27:26 +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.24ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 14 Dec 2009 09:27:26 +0100
Source: apt
Binary: apt apt-doc libapt-pkg-dev libapt-pkg-doc apt-utils apt-transport-https
Architecture: source
Version: 0.7.24ubuntu1
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: 441608 473461 497983 503481 509866 513058 544017 545059 545208 545694 547599 547788
Changes: 
 apt (0.7.24ubuntu1) lucid; urgency=low
 .
   [ Michael Vogt ]
   * apt-pkg/deb/dpkgpm.cc:
     - include df -l output in the apport log as well (thanks to
       tjaalton)
   * apt-pkg/packagemanager.cc:
     - add output about pre-depends configuring when debug::pkgPackageManager
       is used
   * methods/https.cc:
     - fix incorrect use of CURLOPT_TIMEOUT, closes: #497983, LP: #354972
       thanks to Brian Thomason for the patch
   * merge lp:~mvo/apt/netrc branch, this adds support for a
     /etc/apt/auth.conf that can be used to store username/passwords
     in a "netrc" style file (with the extension that it supports "/"
     in a machine definition). Based on the maemo git branch.
 .
   [ Brian Murray ]
   * apt-pkg/depcache.cc, apt-pkg/indexcopy.cc:
     - typo fix (LP: #462328)
 .
 apt (0.7.24) unstable; urgency=low
 .
   [ Nicolas François ]
   * Cleaned up the first patch draft from KURASAWA Nozomu to finally
     get po4a support for translating the man pages.
     Many thanks to both for this excellent work! (Closes: #441608)
   * doc/ja/*, doc/po/ja.po:
     - remove the old ja man page translation and replace it with
       the new po4a-powered translation by KURASAWA Nozomu.
   * doc/*.?.xml (manpages):
     - add contrib to author tags and also add refmiscinfo to fix warnings
   * doc/style.txt, buildlib/defaults.mak, buildlib/manpage.mak:
     - fix a few typos in the comments of this files
 .
   [ Michael Vogt ]
   * apt-pkg/deb/dpkgpm.cc:
     - when tcgetattr() returns non-zero skip all pty magic
       (thanks to Simon Richter, closes: #509866)
   * apt-inst/contrib/arfile.cc:
     - show propper error message for Invalid archive members
 .
   [ David Kalnischkies ]
   * doc/Doxyfile.in:
     - update file with doxygen 1.6.1 (current unstable)
     - activate DOT_MULTI_TARGETS, it is default on since doxygen 1.5.9
   * buildlib/po4a_manpage.mak, doc/makefile, configure:
     - simplify the makefiles needed for po4a manpages
   * apt-pkg/contrib/configuration.cc:
     - add a helper to easily get a vector of strings from the config
   * apt-pkg/contrib/strutl.cc:
     - replace unknown multibytes with ? in UTF8ToCharset (Closes: #545208)
   * doc/apt-get.8.xml:
     - fix two little typos in the --simulate description. (Closes: #545059)
   * apt-pkg/aptconfiguration.cc, doc/apt.conf.5.xml:
     - add an order subgroup to the compression types to simplify reordering
       a bit and improve the documentation for this option group.
   * doc/apt.conf.5.xml:
     - document the Acquire::http::Dl-Limit option
     - try to be crystal clear about the usage of :: and {} (Closes: #503481)
   * doc/apt-cache.8.xml:
     - clarify the note for the pkgnames command (Closes: #547599)
   * doc/apt.ent, all man pages:
     - move the description of files to globally usable entities
   * doc/apt_preferences.5.xml:
     - document the new preferences.d folder (Closes: #544017)
   * methods/rred.cc:
     - add at the top without failing (by Bernhard R. Link, Closes: #545694)
   * buildlib/sizetable:
     - add amd64 for cross building (by Mikhail Gusarov, Closes: #513058)
   * debian/prerm:
     - remove file as nobody will upgrade from 0.4.10 anymore
   * debian/control:
     - remove gnome-apt suggestion as it was removed from debian
   * apt-pkg/deb/dpkgpm.cc, apt-pkg/packagemanager.cc, apt-pkg/orderlist.cc:
     - add and document _experimental_ options to make (aggressive)
       use of dpkg's trigger and configuration handling (Closes: #473461)
   * cmdline/apt-get.cc:
     - ignore versions that are not candidates when selecting a package
       instead of a virtual one (by Marius Vollmer, Closes: #547788)
 .
   [ Christian Perrier ]
   * doc/fr/*, doc/po/fr.po:
     - remove the old fr man page translation and replace it with
       the new po4a-powered translation
   * doc/de: dropped (translation is too incomplete to be useful in
       the transition to the po4a-powered translations)
Checksums-Sha1: 
 6dbf3241e38a90a8a1ae7d0123e7412bfa1f7b32 1299 apt_0.7.24ubuntu1.dsc
 56ac891e293f3ad0f04c584028e90b488d1ce385 2211081 apt_0.7.24ubuntu1.tar.gz
Checksums-Sha256: 
 da6ac3188ddfe8411ec9247f6a2bcbf76c5716708e098b7f0af834501209dadb 1299 apt_0.7.24ubuntu1.dsc
 4606e9c0003efeca67f3efc6c1c2d3a99f65dbca63f6a5c3e0214606f4a5fa6c 2211081 apt_0.7.24ubuntu1.tar.gz
Files: 
 38dba5fe109d350d4e9c306c901d939c 1299 admin important apt_0.7.24ubuntu1.dsc
 a105f18ef7eba09235aa665c6d111d83 2211081 admin important apt_0.7.24ubuntu1.tar.gz
Launchpad-Bugs-Fixed: 354972 462328
Original-Maintainer: APT Development Team <deity at lists.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAksl/YEACgkQliSD4VZixzR8+QCfflIuHoyWL3KMGYy9Dgky4zQD
ayAAnj58apRCkPWaCyblKQ88z4WAa4A2
=C64+
-----END PGP SIGNATURE-----


More information about the Lucid-changes mailing list