[ubuntu/vivid-proposed] apt 1.0.9.7ubuntu1 (Accepted)

Michael Vogt michael.vogt at ubuntu.com
Mon Mar 16 10:26:12 UTC 2015


apt (1.0.9.7ubuntu1) vivid; urgency=low

  * Merged fixes from debian/sid (LP: #1431877)

apt (1.0.9.7) unstable; urgency=medium

  [ Tomasz Buchert ]
  * Fix crash in the apt-transport-https when Owner is NULL (Closes: #778375)

apt (1.0.9.6) unstable; urgency=medium

  [ Michael Vogt ]
  * Fix missing URIStart() for https downloads
  * Add regression test for the previous commit

  [ David Kalnischkies ]
  * 128 KiB DSC files ought to be enough for everyone (Closes: 774893)
  * award points for positive dependencies again (Closes: 774924)

apt (1.0.9.5) unstable; urgency=medium

  [ David Kalnischkies ]
  * dispose http(s) 416 error page as non-content (Closes: 768797)
  * do not make PTY slave the controlling terminal (Closes: 772641)
  * always run 'dpkg --configure -a' at the end of our dpkg callings
    (Closes: 769609)
  * pass-through stdin fd instead of content if not a terminal (Closes: 773061)

  [ James McCoy ]
  * tighten filtering of kernel images in apt.auto-removal (Closes: 772732)

  [ Jean-Pierre Giraud ]
  * French manpages translation update (Closes: 771967)

  [ Zhou Mo ]
  * Chinese (simplified) program translation update (Closes: 771982)

  [ Kenshi Muto ]
  * Japanese program translation update (Closes: 772678)

  [ Theppitak Karoonboonyanan ]
  * Thai program translation update (Closes: 772913)

apt (1.0.9.4) unstable; urgency=medium

  [ David Kalnischkies ]
  * use 'best' hash for source authentication (LP: 1098738)
  * deprecate the Section member from package struct
  * allow options between command and -- on commandline
  * re-enable support for -s (and co) in apt-get source (Closes: 742578)
  * change codenames to jessie as stable POV in docs
  * close leaking slave fd after setting up pty magic (Closes: 767774)
  * fix PTY interaction on linux and kfreebsd (Closes: 765687)

  [ James McCoy ]
  * support long keyids in "apt-key del" instead of ignoring them
    (Closes: 754436)

  [ Michael Vogt ]
  * Use sysconf(_SC_ARG_MAX) to find the size of Dpkg::MaxArgBytes

  [ Frans Spiesschaert ]
  * Dutch program translation update (Closes: 771039)

  [ Julien Patriarca ]
  * French program translation update (Closes: 766755)

  [ Zhou Mo ]
  * Chinese (simplified) program translation update (Closes: 766170)

  [ Miroslav Kure ]
  * Czech program translation update (Closes: 764055)

  [ Mert Dirik ]
  * Turkish program translation update (Closes: 763379)

  [ Kenshi Muto ]
  * Japanese program translation update (Closes: 763033)

  [ Manuel "Venturi" Porras Peralta ]
  * Spanish program translation update (Closes: 771815)

Date: Mon, 16 Mar 2015 11:09:30 +0100
Changed-By: Michael Vogt <michael.vogt at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/apt/1.0.9.7ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 16 Mar 2015 11:09:30 +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: 1.0.9.7ubuntu1
Distribution: vivid
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: 742578 754436 763033 763379 764055 765687 766170 766755 767774 768797 769609 771039 771815 771967 771982 772641 772678 772732 772913 773061 774893 774924 778375
Launchpad-Bugs-Fixed: 1431877
Changes:
 apt (1.0.9.7ubuntu1) vivid; urgency=low
 .
   * Merged fixes from debian/sid (LP: #1431877)
 .
 apt (1.0.9.7) unstable; urgency=medium
 .
   [ Tomasz Buchert ]
   * Fix crash in the apt-transport-https when Owner is NULL (Closes: #778375)
 .
 apt (1.0.9.6) unstable; urgency=medium
 .
   [ Michael Vogt ]
   * Fix missing URIStart() for https downloads
   * Add regression test for the previous commit
 .
   [ David Kalnischkies ]
   * 128 KiB DSC files ought to be enough for everyone (Closes: 774893)
   * award points for positive dependencies again (Closes: 774924)
 .
 apt (1.0.9.5) unstable; urgency=medium
 .
   [ David Kalnischkies ]
   * dispose http(s) 416 error page as non-content (Closes: 768797)
   * do not make PTY slave the controlling terminal (Closes: 772641)
   * always run 'dpkg --configure -a' at the end of our dpkg callings
     (Closes: 769609)
   * pass-through stdin fd instead of content if not a terminal (Closes: 773061)
 .
   [ James McCoy ]
   * tighten filtering of kernel images in apt.auto-removal (Closes: 772732)
 .
   [ Jean-Pierre Giraud ]
   * French manpages translation update (Closes: 771967)
 .
   [ Zhou Mo ]
   * Chinese (simplified) program translation update (Closes: 771982)
 .
   [ Kenshi Muto ]
   * Japanese program translation update (Closes: 772678)
 .
   [ Theppitak Karoonboonyanan ]
   * Thai program translation update (Closes: 772913)
 .
 apt (1.0.9.4) unstable; urgency=medium
 .
   [ David Kalnischkies ]
   * use 'best' hash for source authentication (LP: 1098738)
   * deprecate the Section member from package struct
   * allow options between command and -- on commandline
   * re-enable support for -s (and co) in apt-get source (Closes: 742578)
   * change codenames to jessie as stable POV in docs
   * close leaking slave fd after setting up pty magic (Closes: 767774)
   * fix PTY interaction on linux and kfreebsd (Closes: 765687)
 .
   [ James McCoy ]
   * support long keyids in "apt-key del" instead of ignoring them
     (Closes: 754436)
 .
   [ Michael Vogt ]
   * Use sysconf(_SC_ARG_MAX) to find the size of Dpkg::MaxArgBytes
 .
   [ Frans Spiesschaert ]
   * Dutch program translation update (Closes: 771039)
 .
   [ Julien Patriarca ]
   * French program translation update (Closes: 766755)
 .
   [ Zhou Mo ]
   * Chinese (simplified) program translation update (Closes: 766170)
 .
   [ Miroslav Kure ]
   * Czech program translation update (Closes: 764055)
 .
   [ Mert Dirik ]
   * Turkish program translation update (Closes: 763379)
 .
   [ Kenshi Muto ]
   * Japanese program translation update (Closes: 763033)
 .
   [ Manuel "Venturi" Porras Peralta ]
   * Spanish program translation update (Closes: 771815)
Checksums-Sha1:
 93b048993399a7d6802183f21521a089f8e7f555 2460 apt_1.0.9.7ubuntu1.dsc
 f2f1e334799b201ab3c21f76d7a7183ae3e35d40 1827220 apt_1.0.9.7ubuntu1.tar.xz
Checksums-Sha256:
 5013d12299f836126c4c414ae990de5e915590c4db7a738def5687b250ceda75 2460 apt_1.0.9.7ubuntu1.dsc
 81814580bf26b286d5368b0acbb99381791e5652c9345529c53cfc7eeadfbaf7 1827220 apt_1.0.9.7ubuntu1.tar.xz
Files:
 7f8c748aba8dd4110a2d00313397539b 2460 admin important apt_1.0.9.7ubuntu1.dsc
 9461107becf3cc30f9741c5fe8b97d8c 1827220 admin important apt_1.0.9.7ubuntu1.tar.xz
Original-Maintainer: APT Development Team <deity at lists.debian.org>

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

iQIcBAEBCAAGBQJVBq1aAAoJEJjKuzq9TKWeFggP/1QUj60CEISCZhzIcKwzqtkZ
k6NsmB6eqFju+ds1Sgoj3BINbL1oQ4OPYU1NcmP1MUjQGCAqOWjTfoLIft7tPRzW
sLgm3wGI5Qa2KiHcOqp0vbuiJy/7uEYaI5jCYRxNhcqsxwDNyP7H6JXNiF7A+qh/
hM4DrDm+whVD6BvNiFZTX6DcqXDQyUqAdHkl7N35eJRrVUYM8e1r19Qdp+xR3aLT
dq8g4jHgynZc2PiNWsl1LtIt0GHy6We61iaEzVoiaw+bSWK436+7CHBF7jrUr5YQ
D+3OAXh+aDWI4uPgvVOhRPuZGcuq6BhEYyDFy2uuPuIZAFq+LzrpluUT/MyOZt0v
XlG7nhhCJ+QGgDkjMvcXV3r2nBh9/7t7P1JY4j5auCtz4hbS107GlBFQvNHr2CBG
5+y+pmU/o2FXO/2jo09QRCiGCe0U9Jv+DGB6AHpw8ATfedaxTGXfmzWNsLRkeolF
Z2SbZkiUkUOXx611qcf17OMzXUwIhDaJUVhn4gpaBNKyEj+3TapkGXjaSCYOuNiD
h81c8QIR3ZnnWbphRQlHIPsERGbIp/rBUQZnlkVzCljVLJybsRNWkfO+JK2yAKT/
IMamWJRCbU2dKt/S2gfML5E3iMI/tVXgkspesTw3WOlOwwrx7hxeCUNDh0fQ5mqU
S2t/nclq/h8lcxqDgOO2
=Z0ub
-----END PGP SIGNATURE-----


More information about the Vivid-changes mailing list