Change logs for mini-dinstall source package in Eoan

  • mini-dinstall (0.7.0) unstable; urgency=medium
    
      [ Unit 193 ]
      * [8ba508e] sign-release.sh: Add support for gpg2.
      * [9883708] Support installing upstream detached signatures.
      * [23ac25c] Port to Python 3
      * [4b168e8] Archive directory on command line should take precedence over
        config. (Closes: #496231)
      * [91ad709] Deprecate chown_changes_files in favor of restrict_changes_files.
        (Closes: #821960)
      * [6e52580] Add --foreground to the manpage and add a NEWS entry for the
        chown_changes_files deprecation.
      * [da75337] Update packaging to reflect python3 port.
      * [4d171bb] Utilize debhelper-compat and bump to 12.
      * [adde19d] Update Vcs-* fields to Salsa.
      * [df2fa73] Add myself to uploaders.
      * [4018b18] Bump Standards-Version to 4.4.0.
      * [3fccdae] Clean up extraneous whitespace in files.
    
      [ Krytarik Raido ]
      * [dc580be] Various improvements in coding style.
      * [11bda2c] Drop unused files and code.
      * [1cd7d0f] Switch to using the subprocess module.
      * [946753d] Update documentation on recent changes.
      * [1826155] Add error handling on empty PID file. (Closes: #894890)
      * [95b28f9] Add support for override files. (Closes: #780972)
    
      [ Pavel Shramov ]
      * [dc4416d] Add --foreground option (Closes: #451947)
    
      [ Heinrich Schuchardt ]
      * [96702ad] Create Release file for source subdirectory. (Closes: #798121)
    
     -- Unit 193 <email address hidden>  Tue, 30 Jul 2019 02:09:51 -0400
  • mini-dinstall (0.6.31ubuntu1) bionic; urgency=medium
    
      * Merge from Debian unstable.  Remaining changes:
        - minidinstall/version.py: set current version.
        - debian/control: modify Suggests to ubuntu-keyring
        - Change all occurrences of /usr/share/keyrings/debian-keyring.gpg to
          /usr/share/keyrings/ubuntu-archive-keyring.gpg.
        - minidinstall/DebianSigVerifier.py: Remove debian-keyring.pgp.
    
    mini-dinstall (0.6.31) unstable; urgency=medium
    
      [ Unit 193 ]
      * [acad13c] Add xz support for package files.
      * [e78b016] Allow re-installing same version packages. (Closes: #680782)
      * [7b759e5] Remove bzip2 compressed package files.
      * [c660ff0] Remove gzip compressed package files.
      * [a208f0d] Generate Contents files when using flat archive type.
      * [c3615cb] Only use sha256 hashes, dropping sha1 and md5.
      * [78fa964] Fix manpage formatting, describe backport_release and
        experimental_release.
      * [ce6a7ab] Add configurable support for by-hash, on by default.
      * [159f01d] Properly handle .buildinfo files.
      * [36078e2] Add a new option 'expire_release_files' to enable 'Valid-Until'
        with a life of 4 weeks.
      * [8f59711] Enable the 'Signed-By' feature by setting GPG IDs in 'keyids'
      * [8e1a34e] Account for '.ddeb' dbgsym extension in debpackage regex.
    
      [ Heinrich Schuchardt ]
      * [aad441a] Correct the documentation for option experimental_release.
        The default value is 0 (not None). (Closes: #820580)
      * [cddf838] Add option backport_release to the configuration file.
        If this option is set mini-dinstall writes
        "NotAutomatic: yes" and "ButAutomaticUpgrades: yes"
        to the Release file. (Closes: #820582)
    
      [ Krytarik Raido ]
      * [26c7a76] Reduce code duplication in ArchiveDir.
    
      [ Guido Günther ]
      * [0867275] Add gbp.conf
    
     -- Bhavani Shankar <email address hidden>  Sat, 28 Oct 2017 14:43:00 +0530