Change logs for apt source package in Artful

  • apt (1.5.2) artful; urgency=medium
    
      * apt.conf.autoremove: Catch some new Ubuntu module packages (LP: #1778551)
      * Fix lock counting in debSystem (LP: #1778547)
    
     -- Julian Andres Klode <email address hidden>  Tue, 26 Jun 2018 12:51:24 +0200
  • apt (1.5.1) artful; urgency=medium
    
      * New microrelease (LP: #1727694)
    
      [ Julian Andres Klode ]
      * travis: CI: Test 1.5.y on artful
      * Fix testsuite for and add new fields from dpkg 1.19
      * debian/gbp.conf: Switch to 1.5.y branch
      * debian/tests/control: Add dpkg so we get triggered by it
    
      [ Mo Zhou ]
      * zh_CN.po: Update Simplified Chinese programs translation
    
      [ Frans Spiesschaert ]
      * Dutch program translation update (Closes: #879137)
    
      [ David Kalnischkies ]
      * proper error reporting for v3 onion services
      * ignore unsupported key formats in apt-key (Closes: #876508)
    
     -- Julian Andres Klode <email address hidden>  Thu, 26 Oct 2017 13:36:39 +0200
  • apt (1.5) unstable; urgency=medium
    
      * Fix translator comment location for legacy target warning
    
     -- Julian Andres Klode <email address hidden>  Sun, 24 Sep 2017 17:54:41 +0200
  • apt (1.5~rc4) unstable; urgency=medium
    
      * apt-daily: Do not Wants=network-online, and add some more After=
        We now wait for being online ourselves, so all we need to wait
        on is for services we are using to be online first. This avoids
        severe boot slowdowns by other services having specified an
        After=network-online.target without a Wants=.
    
     -- Julian Andres Klode <email address hidden>  Wed, 13 Sep 2017 16:02:30 +0200
  • apt (1.5~rc3) unstable; urgency=medium
    
      * CMake: Properly handle Udev missing
      * CMake: Mark BZip2, LZMA, and LZ4 as required
      * apt-helper: Add connman support to wait-online
    
     -- Julian Andres Klode <email address hidden>  Sun, 10 Sep 2017 23:46:30 +0200
  • apt (1.5~rc2) unstable; urgency=medium
    
      [ Julian Andres Klode ]
      * Actually install apt_auth.conf manual page (Closes: #873934)
      * test: Workaround gpgv warning
      * apt-daily: Wait for network before daily updates.
        Introduce a new helper, apt-helper wait-online that uses
        NetworkManager and/or systemd-networkd to wait for them
        reporting online, with a time out of 30 seconds; and run
        that helper before running the daily update script. (LP: #1699850)
      * apt-daily: Pull in network-online.target in service, not timer
      * Do not warn about duplicate "legacy" targets (Closes: #839259)
        (LP: #1697120)
      * cdrom: Don't hardcode "Files" field for copying source files
      * ftparchive: Do not pass through disabled hashes in Sources (Closes: #872963)
      * Directly link against libudev on Linux systems - this does not affect
        public API and ABI, but protected pkgUdevCdromDevices function pointers
        were renamed and are now always NULL, even if Dlopen returns true.
    
      [ Christos Trochalakis ]
      * doc: correct '--allow-releaseinfo-change-*' typos (Closes: #873914)
    
      [ Frans Spiesschaert ]
      * Dutch program translation update (Closes: #874285)
      * Dutch manpage translation update (Closes: #874293)
    
      [ David Kalnischkies ]
      * don't write & chmod /dev/null log files
      * don't ask an uninit _system for supported archs (LP: #1613184)
    
     -- Julian Andres Klode <email address hidden>  Sat, 09 Sep 2017 21:47:14 +0200
  • apt (1.5~rc1~ubuntu1) artful; urgency=medium
    
      * Redefine APT_CONST to mean APT_PURE
      * Replace APT_CONST with APT_PURE everywhere
      * Make test-bug-818628-unreadable-source work on !amd64
    
     -- Julian Andres Klode <email address hidden>  Thu, 24 Aug 2017 17:56:28 +0200
  • apt (1.5~beta2) unstable; urgency=medium
    
      [ M. Willis Monroe ]
      * Minor grammar fix
    
      [ Zhou Mo ]
      * zh_CN.po: update Simplified Chinese programs translation
    
      [ David Kalnischkies ]
      * don't expect more downloads from failed transactions
      * remove reference to a-t-debtorrent in description
      * ignore SIGPIPE in dump solver if forwarding
      * support compressed extended_states file for bug triage
      * don't move failed pdiff indexes out of partial (Closes: 869425)
      * don't try to parse all fields starting with HTTP as status-line
      * send weak-only hashes to methods
      * fail earlier if server answers with too much data
      * fail early in http if server answer is too small as well
      * use FileFd to parse all apt configuration files
      * show warnings instead of errors if files are unreadable (LP: #1701852)
      * reimplement and document auth.conf (Closes: #811181)
      * lookup login info for proxies in auth.conf
      * allow the auth.conf to be root:root owned
      * update URI scheme descriptions in sources.list(5)
      * show a warning for Debian shutting down FTP services
      * suggest using auth.conf for sources with passwords
      * ftparchive: sort discovered filenames before writing indexes.
        Thanks to Chris Lamb for initial patch & Stefan Lippers-Hollmann for testing
        (Closes: 869557)
      * don't keep configuration files open needlessly
      * don't hang if multiple sources use unavailable method (Closes: 870675)
    
      [ Beatrice Torracca ]
      * Italian manpage translation update (Closes: 858877)
    
      [ Apollon Oikonomopoulos ]
      * Handle supported components with slashes in sources.list (Closes: #868127)
    
      [ Julian Andres Klode ]
      * Drop cacheiterators.h include
      * methods/aptmethod.h: Add missing fileutl.h include
      * Reformat and sort all includes with clang-format
      * cacheiterators: Warn about direct include and don't include pkgcache.h
      * Update gitignore with new files
      * Use C++11 threading support instead of pthread
      * Always warn if --force-yes is validly specified, not just if used
      * Work around float rounding change in gcc 7 on i386
      * Handle GCC 7 std::string operator ABI break (Closes: #871275)
      * debian: Update symbols for libapt-pkg5.0
    
      [ Paul Wise ]
      * Support zero delay for the various APT::Periodic activities
      * Support seconds, minutes, hours and days for APT::Periodic intervals
      * Switch from /org to /srv in example apt-ftparchive configuration
    
      [ Balint Reczey ]
      * Gracefully terminate process when stopping apt-daily-upgrade (LP: #1690980)
    
      [ Dominik ]
      * doc: Add '--allow-unauthenticated' to '--force-yes'
    
     -- Julian Andres Klode <email address hidden>  Thu, 17 Aug 2017 19:28:00 +0200
  • apt (1.5~beta1ubuntu1) artful; urgency=medium
    
      * Try to workaround test suite failure by changing 0.9 to 0.9001
    
     -- Julian Andres Klode <email address hidden>  Mon, 07 Aug 2017 19:17:41 -0400
  • apt (1.5~beta1build1) artful; urgency=medium
    
      * No-change rebuild for GCC 7 abi mangling change.
    
     -- Matthias Klose <email address hidden>  Mon, 07 Aug 2017 15:13:30 +0000
  • apt (1.5~beta1) unstable; urgency=medium
    
      [ Julian Andres Klode ]
      * Make Verify-Host and Verify-Peer independent again
      * http: A response with Content-Length: 0 has no content
      * Ignore download order in test-apt-update-failure-propagation
      * tls: Add more details to error messages, and detect more errors
      * Do not error out, only warn if ca certificates are not available
    
      [ David Kalnischkies ]
      * don't set ip addresses as server names for SNI
    
      [ Алексей Шилин ]
      * Russian translation update (Closes: #866749)
    
     -- Julian Andres Klode <email address hidden>  Mon, 03 Jul 2017 16:57:59 +0200
  • apt (1.5~alpha4ubuntu1) artful; urgency=medium
    
      * Make Verify-Host and Verify-Peer independent again
      * http: A response with Content-Length: 0 has no content
    
     -- Julian Andres Klode <email address hidden>  Sat, 01 Jul 2017 19:33:04 +0200
  • apt (1.5~alpha4) experimental; urgency=medium
    
      * Reset failure reason when connection was successful
      * Allow running the TLS stack on any lower connection
      * http: Add support for CONNECT proxying to HTTPS locations
      * http: Add support for https:// proxies
      * Allow http(s) and socks5h for http and https in proxy auto detect
      * Switch to 'http' as the default https method
      * Improve closing the TLS connection
      * TLS support: Error out on unsupported curl options
    
     -- Julian Andres Klode <email address hidden>  Fri, 30 Jun 2017 18:18:09 +0200
  • apt (1.5~alpha3) experimental; urgency=medium
    
      * Don't read CaInfo if not specified (missing else)
        This fixes a regression from ~alpha2. (Closes: #866559)
    
     -- Julian Andres Klode <email address hidden>  Fri, 30 Jun 2017 09:50:13 +0200
  • apt (1.5~alpha1) experimental; urgency=medium
    
      [ Julian Andres Klode ]
      * pkgcache: Bump major version to 12
      * Squashed 'triehash/' changes from 565fde4e7..0ca66b761
      * methods: Add HTTPS support to http method, using GnuTLS.
        The http method will eventually replace the curl-based
        https method, but for now, this is an opt-in experiment
        that can be enabled by setting Dir::Bin::Methods::https
        to "http".
        Known issues:
        - We do not support HTTPS proxies yet
        - We do not support proxying HTTPS connections yet (CONNECT)
        - IssuerCert and SslForceVersion are unsupported
      * Allow building without curl
      * Introduce Acquire::AllowTLS to turn off TLS support
      * Skip test-apt-download-progress
      * Strip 0: epochs from the version hash
    
      [ David Kalnischkies ]
      * schedule the correct side of the conflict for removal.
        Thanks to Michael Biebl for helping find this with countless tests
      * don't show incorrect 'How odd' errror in no-download mode (Closes: 863635)
      * Show permission error if ProxyAutoDetect cmd can't be executed
        (Closes: 857885)
      * Avoid chdir in acquire clean with unlinkat (Closes: 860738)
      * ident a CD without changing directory
      * clean archives without changing directory
      * avoid changing directory in mirror method
      * warn if an expected file can't be acquired
      * show .diff/Index properly as ignored if we fallback
      * fail InRelease on non-404 HTTP errorcodes
      * deal with 3xx httpcodes as required by HTTP/1.1 spec
      * fail instead of warn on insecure repositories in apt-get
      * error in update on Release information changes
      * show a Release-Notes URI if infos were changed
      * allow frontends to override releaseinfo change behaviour
      * ask for releaseinfo change interactively in apt
    
     -- Julian Andres Klode <email address hidden>  Wed, 28 Jun 2017 19:52:24 +0200
  • apt (1.4.6) unstable; urgency=medium
    
      * apt.systemd.daily: Do not pass -d to unattended-upgrade for the download
      job. This actually enables debugging. Instead check if unattended-upgrade
      supports an option --download-only (which is yet to be implemented) and use
      that (Closes: #863859)
    
     -- Julian Andres Klode <email address hidden>  Thu, 01 Jun 2017 10:50:26 +0200
  • apt (1.4.5) unstable; urgency=medium
    
      * Fix parsing of or groups in build-deps with ignored packages (LP: #1694697)
    
     -- Julian Andres Klode <email address hidden>  Wed, 31 May 2017 14:52:25 +0200
  • apt (1.4.4) unstable; urgency=medium
    
      [ Alan Jenkins ]
      * apt.systemd.daily: fix error from locking code (Closes: #862567)
    
     -- Julian Andres Klode <email address hidden>  Tue, 16 May 2017 23:19:50 +0200
  • apt (1.4.3) unstable; urgency=medium
    
      [ Julian Andres Klode ]
      * Do not try to (re)start timers outside 'apt' package (Closes: #862001)
    
      [ Miroslav Kure ]
      * Updated Czech translation of apt (Closes: #861943)
    
     -- Julian Andres Klode <email address hidden>  Thu, 11 May 2017 14:46:28 +0200
  • apt (1.4.2) unstable; urgency=medium
    
      [ Julian Andres Klode ]
      * Run unattended-upgrade -d in download part
      * apt.systemd.daily: Add locking
      * Split apt-daily timer into two (LP: #1686470)
    
      [ Matt Kraai ]
      * bash-completion: Fix spelling of autoclean (Closes: #861846)
    
     -- Julian Andres Klode <email address hidden>  Thu, 04 May 2017 22:52:10 +0200
  • apt (1.4.1ubuntu2) artful; urgency=medium
    
      * Run unattended-upgrade -d in download part (LP: #1686470)
    
    apt (1.4.1ubuntu1) artful; urgency=medium
    
      * Split apt-daily timer into two (LP: #1686470)
    
     -- Julian Andres Klode <email address hidden>  Wed, 26 Apr 2017 21:41:05 +0200
  • apt (1.4.1ubuntu1) artful; urgency=medium
    
      * Split apt-daily timer into two (LP: #1686470)
    
     -- Julian Andres Klode <email address hidden>  Wed, 26 Apr 2017 20:45:54 +0200
  • apt (1.4.1) unstable; urgency=medium
    
      [ Julian Andres Klode ]
      * systemd: Rework timing and add After=network-online (LP: #1615482)
      * debian/rules: Actually invoke dh_clean in override_dh_clean
    
      [ Unit 193 ]
      * apt-ftparchive: Support '.ddeb' dbgsym packages
    
     -- Julian Andres Klode <email address hidden>  Mon, 24 Apr 2017 18:47:55 +0200
  • apt (1.4) unstable; urgency=medium
    
      * The April Fools' Release
    
      [ Julian Andres Klode ]
      * Ignore \.ucf-[a-z]+$ like we do for \.dpkg-[a-z]+$
      * Fix mistake in CHANGEPATH comment example
    
      [ Chris Lamb ]
      * auto-removal: Ignore running kernel if attempting a reproducible build
        (Closes: #857632)
    
      [ Joe Dalton ]
      * Danish program translation update (Closes: #856723)
    
      [ David Kalnischkies ]
      * Fix and avoid quoting in CommandLine::AsString (LP: #1672710)
      * Ignore AutomaticRemove conffile option in upgrade (Closes: #855891)
    
     -- Julian Andres Klode <email address hidden>  Sat, 01 Apr 2017 21:39:37 +0200