]> git.saurik.com Git - apt.git/commitdiff
Merge branch 'debian/sid' into ubuntu/master
authorMichael Vogt <mvo@ubuntu.com>
Fri, 13 Mar 2015 14:01:18 +0000 (15:01 +0100)
committerMichael Vogt <mvo@ubuntu.com>
Fri, 13 Mar 2015 14:01:18 +0000 (15:01 +0100)
Conflicts:
configure.ac
debian/changelog

1  2 
cmdline/apt-get.cc
configure.ac
debian/changelog

Simple merge
diff --cc configure.ac
index ccc7fc88cc9d13d331a78880c10e15b05526f7a2,d728e5e6cbbb26d1b67fef7ab1be90e7ef309067..32136126eb2a917e8aada7bfaa3f97a99d3b75b8
@@@ -18,7 -18,7 +18,7 @@@ AC_CONFIG_AUX_DIR(buildlib
  AC_CONFIG_HEADER(include/config.h:buildlib/config.h.in include/apti18n.h:buildlib/apti18n.h.in)
  
  PACKAGE="apt"
- PACKAGE_VERSION="1.0.9.2ubuntu1"
 -PACKAGE_VERSION="1.0.9.6"
++PACKAGE_VERSION="1.0.9.6ubuntu1"
  PACKAGE_MAIL="APT Development Team <deity@lists.debian.org>"
  AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
  AC_DEFINE_UNQUOTED(PACKAGE_VERSION,"$PACKAGE_VERSION")
index 2ebf7366a6047dce3e29a30094e19d40f17fb5f2,4b38ba8bad40e3f27c2c3f0a157468dad6cd1b2d..473a2b11a27a9e15391674c4c6836e29f140464c
++apt (1.0.9.7ubuntu1) vivid; urgency=low
++
++  * Merged fixes from debian/sid
++
++ -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 03 Nov 2014 08:57:11 +0100
++
+ apt (1.0.9.7) unstable; urgency=medium
+   [ Tomasz Buchert ]
+   * Fix crash in the apt-transport-https when Owner is NULL (Closes: #778375)
+  -- Michael Vogt <mvo@debian.org>  Mon, 23 Feb 2015 12:54:03 +0100
+ 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)
+  -- Michael Vogt <mvo@ubuntu.com>  Fri, 16 Jan 2015 08:37:25 +0100
+ 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)
+  -- David Kalnischkies <david@kalnischkies.de>  Tue, 23 Dec 2014 13:22:42 +0100
+ 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)
+  -- David Kalnischkies <david@kalnischkies.de>  Wed, 03 Dec 2014 14:26:04 +0100
 +apt (1.0.9.3ubuntu1) vivid; 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
 +
 + -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 03 Nov 2014 08:57:11 +0100
 +
  apt (1.0.9.3) unstable; urgency=medium
  
    [ josch ]