apt (1.0.1ubuntu1) trusty; urgency=low

  * merge with the debian/sid 1.0.1 version
    (LP: #1302033)

apt (1.0.1) unstable; urgency=medium

  [ Michael Vogt ]
  * Fix crash in "apt list" when a sources.list file is unreable
    (Closes: 743413)
  * make apt search case-insensitive by default
  * Fix possible race when stunnel/aptwebserver create their PID files
    in the tests
  * Fix insecure file permissions when using FileFd with OpenMode::Atomic
    (LP: #1304657)

  [ Julian Andres Klode ]
  * Version the Breaks/Replaces for sun-java{5,6}-jdk (LP: #1302736)
    (Closes: #743616)
  * Add versioned openjdk-6-jdk breaks

  [ Josef Vitu ]
  * apt: Minor typo in 'apt' man page (closes: #743657)

apt (1.0) unstable; urgency=low

  The "Happy birthday and 10000b years in the making" release

  [ Julian Andres Klode ]
  * apt-inst: Do not try to create a substring of an empty string in
    error reporting (LP: #1288718)

  [ Beatrice Torracca ]
  * Italian manpages translation update (Closes: 741867)

  [ Kenshi Muto ]
  * Japanese programs translation update (Closes: 742255)

  [ David Kalnischkies ]
  * continue reading in xz even if it outputs nothing
  * only consider versioned kernel packages in autoremove (Closes: 741962)
  * correct some reported typos in /etc/cron.daily/apt (Closes: 702016)
  * ensure proper teardown in dpkg error cases (Closes: 738969)
  * update symbols file to include new symbols from 0.9.16
  * do IsInstallOk call in MarkInstall unconditionally
  * discard candidates via IsInstallOk to allow override (Closes: 740750)

  [ Michael Vogt ]
  * install apt binary
  * add apt.8.xml manpage
  * make fancy-progress fg/bg color configurable via something like
    Dpkg::Progress-Fancy::Progress-{bg,fg}="%1b[30m"
    (thanks to Tim Wasser for the suggestion)
  * Add progressbar to "Dpkg::Progress-Fancy"
  * fix documentation for APT::Periodic::MaxSize "0" (closes: #740551)
  * Use mkstemp() in apt-extracttemplaes (closes: #741627)
  * Add new Debug::RunScripts debug option
  * do not crash on SIGPIPE in pkgDPkgPM::RunScriptsWithPkgs()
  * enable DPkg::Progress-Fancy by default when "apt" is used
  * refresh po/pot and unfuzzy apt-extracttemplate manpage change
  * remove no longer needed apt.7 page
  * install "apt" binary by default
  * add sun-java{5,6}-jdk to breaks/replaces as they provided a
    "apt" binary as well

  [ Trần Ngọc Quân ]
  * l10n: vi.po (623t): Update Vietnamese translation
  * debian: Add default compress option to xz

apt (0.9.16.1) unstable; urgency=medium

  [ Chris Leick ]
  * Updated German doc translation

  [ Julian Andres Klode ]
  * Fix handling of autoclosing for compressed files (Closes: #741685)

apt (0.9.16) unstable; urgency=medium

  [ Michael Vogt ]
  * add hashsum support in apt-helper download-file and
    add more tests

  [ Trần Ngọc Quân ]
  * l10n: vi.po (624t): Update Vietnamese translation

  [ David Kalnischkies ]
  * propagate a negative score point along breaks/conflicts
  * check version before adding scores in resolver
  * autogenerate makefile for vendor system
  * add default and override handling for Cnf::FindVector
  * support DEB_BUILD_PROFILES and -P for build profiles
  * do not configure already unpacked packages needlessly (Closes: 740843)
  * if mountpoint has a ".disk" directory it is mounted
  * no error for non-existing mountpoints in MountCdrom
  * apt-cdrom ident shouldn't be interactive (Closes: 740673)
  * support very long mtab entries in mountpoint discovery
  * msgstr with elipses need three dots
  * cmdline parsing: apt-config is not apt-cdrom
  * use a configurable list of versioned kernel packages
  * support kfreebsd and hurd in the kernel hook
  * add ".*-{kernel,modules}-$KERVER" matcher for hook
  * ensure that a dot is a dot in the hook
  * use liblzma-dev to provide xz/lzma support
  * use the pretty fullname of a pkg as download desciption

  [ Johannes Schauer ]
  * implement BuildProfileSpec support as dpkg has in 1.17.2 (Closes: 661537)

  [ Wojciech Górski ]
  * fix polish --install-suggests text in apt-get manpage (Closes: 741056)

apt (0.9.15.5) unstable; urgency=medium

  [ Michael Vogt ]
  * vendor/tanglu/makefile: add missing clean/sources.list
  * run the acquire tests with the new apt-helper binary, this
    fixes the autopkgtest failures

  [ Martin Pitt ]
  * Fix autopkgtest missing dependencies and locale (closes: #739988)

Date: Tue, 01 Apr 2014 17:48:58 +0200
Changed-By: Michael Vogt <michael.v...@ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
https://launchpad.net/ubuntu/trusty/+source/apt/1.0.1ubuntu1
Format: 1.8
Date: Tue, 01 Apr 2014 17:48:58 +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.1ubuntu1
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
Changed-By: Michael Vogt <michael.v...@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: 661537 702016 738969 739988 740551 740673 740750 740843 741056 741627 
741685 741867 741962 742255 743413 743616 743657
Launchpad-Bugs-Fixed: 1288718 1302033 1302736 1304657
Changes: 
 apt (1.0.1ubuntu1) trusty; urgency=low
 .
   * merge with the debian/sid 1.0.1 version
     (LP: #1302033)
 .
 apt (1.0.1) unstable; urgency=medium
 .
   [ Michael Vogt ]
   * Fix crash in "apt list" when a sources.list file is unreable
     (Closes: 743413)
   * make apt search case-insensitive by default
   * Fix possible race when stunnel/aptwebserver create their PID files
     in the tests
   * Fix insecure file permissions when using FileFd with OpenMode::Atomic
     (LP: #1304657)
 .
   [ Julian Andres Klode ]
   * Version the Breaks/Replaces for sun-java{5,6}-jdk (LP: #1302736)
     (Closes: #743616)
   * Add versioned openjdk-6-jdk breaks
 .
   [ Josef Vitu ]
   * apt: Minor typo in 'apt' man page (closes: #743657)
 .
 apt (1.0) unstable; urgency=low
 .
   The "Happy birthday and 10000b years in the making" release
 .
   [ Julian Andres Klode ]
   * apt-inst: Do not try to create a substring of an empty string in
     error reporting (LP: #1288718)
 .
   [ Beatrice Torracca ]
   * Italian manpages translation update (Closes: 741867)
 .
   [ Kenshi Muto ]
   * Japanese programs translation update (Closes: 742255)
 .
   [ David Kalnischkies ]
   * continue reading in xz even if it outputs nothing
   * only consider versioned kernel packages in autoremove (Closes: 741962)
   * correct some reported typos in /etc/cron.daily/apt (Closes: 702016)
   * ensure proper teardown in dpkg error cases (Closes: 738969)
   * update symbols file to include new symbols from 0.9.16
   * do IsInstallOk call in MarkInstall unconditionally
   * discard candidates via IsInstallOk to allow override (Closes: 740750)
 .
   [ Michael Vogt ]
   * install apt binary
   * add apt.8.xml manpage
   * make fancy-progress fg/bg color configurable via something like
     Dpkg::Progress-Fancy::Progress-{bg,fg}="%1b[30m"
     (thanks to Tim Wasser for the suggestion)
   * Add progressbar to "Dpkg::Progress-Fancy"
   * fix documentation for APT::Periodic::MaxSize "0" (closes: #740551)
   * Use mkstemp() in apt-extracttemplaes (closes: #741627)
   * Add new Debug::RunScripts debug option
   * do not crash on SIGPIPE in pkgDPkgPM::RunScriptsWithPkgs()
   * enable DPkg::Progress-Fancy by default when "apt" is used
   * refresh po/pot and unfuzzy apt-extracttemplate manpage change
   * remove no longer needed apt.7 page
   * install "apt" binary by default
   * add sun-java{5,6}-jdk to breaks/replaces as they provided a
     "apt" binary as well
 .
   [ Trần Ngọc Quân ]
   * l10n: vi.po (623t): Update Vietnamese translation
   * debian: Add default compress option to xz
 .
 apt (0.9.16.1) unstable; urgency=medium
 .
   [ Chris Leick ]
   * Updated German doc translation
 .
   [ Julian Andres Klode ]
   * Fix handling of autoclosing for compressed files (Closes: #741685)
 .
 apt (0.9.16) unstable; urgency=medium
 .
   [ Michael Vogt ]
   * add hashsum support in apt-helper download-file and
     add more tests
 .
   [ Trần Ngọc Quân ]
   * l10n: vi.po (624t): Update Vietnamese translation
 .
   [ David Kalnischkies ]
   * propagate a negative score point along breaks/conflicts
   * check version before adding scores in resolver
   * autogenerate makefile for vendor system
   * add default and override handling for Cnf::FindVector
   * support DEB_BUILD_PROFILES and -P for build profiles
   * do not configure already unpacked packages needlessly (Closes: 740843)
   * if mountpoint has a ".disk" directory it is mounted
   * no error for non-existing mountpoints in MountCdrom
   * apt-cdrom ident shouldn't be interactive (Closes: 740673)
   * support very long mtab entries in mountpoint discovery
   * msgstr with elipses need three dots
   * cmdline parsing: apt-config is not apt-cdrom
   * use a configurable list of versioned kernel packages
   * support kfreebsd and hurd in the kernel hook
   * add ".*-{kernel,modules}-$KERVER" matcher for hook
   * ensure that a dot is a dot in the hook
   * use liblzma-dev to provide xz/lzma support
   * use the pretty fullname of a pkg as download desciption
 .
   [ Johannes Schauer ]
   * implement BuildProfileSpec support as dpkg has in 1.17.2 (Closes: 661537)
 .
   [ Wojciech Górski ]
   * fix polish --install-suggests text in apt-get manpage (Closes: 741056)
 .
 apt (0.9.15.5) unstable; urgency=medium
 .
   [ Michael Vogt ]
   * vendor/tanglu/makefile: add missing clean/sources.list
   * run the acquire tests with the new apt-helper binary, this
     fixes the autopkgtest failures
 .
   [ Martin Pitt ]
   * Fix autopkgtest missing dependencies and locale (closes: #739988)
Checksums-Sha1: 
 37ec9db997ace42891868ac29edc1834a5ec81a3 1741 apt_1.0.1ubuntu1.dsc
 f6be45a6c02de2e8d389002de1f3df97fb2bcd8c 1780792 apt_1.0.1ubuntu1.tar.xz
Checksums-Sha256: 
 a4a2354dff0ba35bfe7f56e65af5ed552cd84032078584b42e33c70fd83ea66a 1741 
apt_1.0.1ubuntu1.dsc
 1bc85f8cbc3c66c107ae6342d311ff2b8bcccd62a6874c5b0708b50a935de5d4 1780792 
apt_1.0.1ubuntu1.tar.xz
Files: 
 60bf7e91a1f7285b4a22d096c6a5e019 1741 admin important apt_1.0.1ubuntu1.dsc
 e2a05d743af4ac919a5b5afd867f8748 1780792 admin important 
apt_1.0.1ubuntu1.tar.xz
Original-Maintainer: APT Development Team <de...@lists.debian.org>
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes

Reply via email to