diff options
-rw-r--r-- | debian/changelog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 6d50054..7ffe577 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,26 @@ +debputy (0.1.38) unstable; urgency=medium + + * LSP/Lint: + - Avoid self-DOS when checking packaging file names + - Perform more checks of packaging files + - Ignore `fundamental` language ID (from `emacs`'s `fundamental-mode`) + * debputy: Explicitly state how to see the editor snippets in the list of + snippets + * debputy: Special-case the file-level range in the output in the + `junit4-xml` output format for `debputy lint`. + * Fix matching of packager provided files for some corner cases. As a + side-effect, some more corner cases of typos of the name stem are + now detected by the LSP/Lint and annotate-debian-directory code + when `python3-levenshtein` is installed. As an example, + `foo.uxxr.service` can now be reported as a typo of `user.service` + (for `dh_installsystemduser`) where it was previously considered a + `service` file with a name segment of `uxxr` (for `dh_installsystemd`). + Though, this only happens subcommands that active look for typos + (such as the LSP/Lint part) and only when `python3-levenshtein` is + enabled (check `debputy lsp features` for the `typo detection`). + + -- Niels Thykier <niels@thykier.net> Thu, 20 Jun 2024 05:54:24 +0000 + debputy (0.1.37) unstable; urgency=medium * LSP/Lint: |