Change logs for command-not-found source package in Bionic

  • command-not-found (18.04.6) bionic; urgency=medium
    
      [ Arnaud Rebillout ]
      * cnf: Bail out early if the database is not readable
      * cnf-update-db: Creates a world-readable database (Closes: #986461)
      * Add test to make sure that the database is world-readable
    
      [ Kellen Renshaw ]
      * Cherry-pick cnf-update-db umask fixes from 22.04 (LP: #1953610)
    
     -- Kellen Renshaw <email address hidden>  Mon, 14 Feb 2022 10:26:36 -0700
  • command-not-found (18.04.5) bionic; urgency=medium
    
      * Ensure /snap/bin is in PATH when checking for commands
        (LP: #1769088)
    
     -- Michael Vogt <email address hidden>  Sat, 05 May 2018 08:41:03 +0200
  • command-not-found (18.04.4) bionic; urgency=medium
    
      * Refresh the command indices.
    
     -- Steve Langasek <email address hidden>  Mon, 23 Apr 2018 15:14:35 -0700
  • command-not-found (18.04.3) bionic; urgency=medium
    
      * Change <snap name> to <snapname> (LP: #1764413)
      * Update static commands data
    
     -- Michael Vogt <email address hidden>  Tue, 17 Apr 2018 08:22:35 +0200
  • command-not-found (18.04.2) bionic; urgency=medium
    
      * Drop unused python2 python-commandnotfound package (LP: #1763082)
      * Build with pybuild to simplify debian/rules
    
     -- Jeremy Bicha <email address hidden>  Fri, 13 Apr 2018 10:12:03 -0400
  • command-not-found (18.04.1) bionic; urgency=medium
    
      * CommandNotFound/CommandNotFound.py:
        - add special case for "python" when "python3" is already installed
        - update static commands data deb packaging
        - update static commands data
    
     -- Michael Vogt <email address hidden>  Thu, 12 Apr 2018 09:53:10 +0200
  • command-not-found (18.04.0) bionic; urgency=medium
    
      * support "ignore-commands" tags to support blacklisting certain
        commands
      * update advise to print "but can be installed with:"
      * when multiple versions are found, write the first version as:
        "# version 1.0, or" (i.e. append ", or")
    
     -- Michael Vogt <email address hidden>  Tue, 03 Apr 2018 11:54:19 +0200
  • command-not-found (18.04.0~pre8) bionic; urgency=medium
    
      * Update CommandNotFound/db to latest bionic.
    
     -- Łukasz 'sil2100' Zemczak <email address hidden>  Wed, 28 Mar 2018 10:39:21 +0200
  • command-not-found (18.04.0~pre7) bionic; urgency=medium
    
      * Only rebuild commands.db if the inputs changed
    
     -- Michael Vogt <email address hidden>  Mon, 19 Mar 2018 12:03:58 +0100
  • command-not-found (18.04.0~pre6) bionic; urgency=medium
    
      * update output to the latest agreements with the various
        stakeholders
    
     -- Michael Vogt <email address hidden>  Fri, 16 Mar 2018 09:51:37 +0100
  • command-not-found (18.04.0~pre5) bionic; urgency=medium
    
      * fix ftbfs harder (mock posix.geteuid())
    
     -- Michael Vogt <email address hidden>  Mon, 12 Mar 2018 12:15:23 +0100
  • command-not-found (18.04.0~pre4) bionic; urgency=medium
    
      * fix ftbfs
      * improve tests
    
     -- Michael Vogt <email address hidden>  Mon, 12 Mar 2018 12:07:33 +0100
  • command-not-found (18.04.0~pre3) bionic; urgency=medium
    
      * CommandNotFound/CommandNotFound.py:
        - fix bug in "command-not-found jq" where empty () was shown
        - fix output to match https://forum.snapcraft.io/t/4345/3/
        - add output format tests
    
     -- Michael Vogt <email address hidden>  Sat, 10 Mar 2018 21:59:07 +0100
  • command-not-found (18.04.0~pre2) bionic; urgency=medium
    
      * add versionized dependencies from command-not-found on
        command-not-found-data and python3-commandnotfound
      * update changelog to the latest agreement
    
     -- Michael Vogt <email address hidden>  Wed, 07 Mar 2018 14:58:22 +0100
  • command-not-found (18.04.0~pre1) bionic; urgency=medium
    
      * New version:
        - switch from gdbm to sqlite (smaller files and faster searches)
        - will fetch "dists/bionic/*/binary-*/cnf/Commands-* files
          once the archive provides them
        - CLI output follows what is outlined in LP: #1749777
        - command-not-found-data switched to consume Commands-* files
          (package can be dropped/emptied once server side Commands-* files
           are available)
        - support for suggestions based on snap packages
        - add autopkgtest to the package
    
     -- Michael Vogt <email address hidden>  Wed, 28 Feb 2018 14:26:58 +0100
  • command-not-found (0.3ubuntu18.04.0~pre4) bionic; urgency=medium
    
      * CommandNotFound/CommandNotFound.py:
        - do not show stderr from snap output
    
     -- Michael Vogt <email address hidden>  Sat, 17 Feb 2018 17:09:01 +0100
  • command-not-found (0.3ubuntu18.04.0~pre3) bionic; urgency=medium
    
      * CommandNotFound/CommandNotFound.py:
        - limit input to 256 chars to avoid DoS (LP: #1605732)
        - add support for suggesting commands snap from snaps
          (needs snapd 2.31+ to work)
        - add "snapd" to suggests
    
     -- Michael Vogt <email address hidden>  Thu, 15 Feb 2018 09:15:40 +0100
  • command-not-found (0.3ubuntu18.04.0~pre2) bionic; urgency=medium
    
      * Update scan.data to latest bionic.
      * Add pyflakes test and make pyflakes clean.
      * Update README to markdown and include how to run the tests.
    
     -- Michael Vogt <email address hidden>  Tue, 13 Feb 2018 14:37:32 +0100
  • command-not-found (0.3ubuntu18.04.0~pre1) bionic; urgency=medium
    
      * Update scan.data to bionic.
    
     -- Michael Vogt <email address hidden>  Thu, 21 Dec 2017 09:07:18 +0100
  • command-not-found (0.3ubuntu17.10.1) artful; urgency=medium
    
      * Update scan.data for new changes in artful.
    
     -- Łukasz 'sil2100' Zemczak <email address hidden>  Mon, 25 Sep 2017 10:22:26 -0400