summaryrefslogtreecommitdiffstats
path: root/debian/changelog
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-26 06:32:44 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-26 06:32:44 +0000
commite6b167fa571d591b78134f4ff1d389695b479eb5 (patch)
treeb3bd43b51698aa8d5f74872955783f377df802cc /debian/changelog
parentMerging upstream version 0.1.38. (diff)
downloaddebputy-e6b167fa571d591b78134f4ff1d389695b479eb5.tar.xz
debputy-e6b167fa571d591b78134f4ff1d389695b479eb5.zip
Adding debian version 0.1.38.debian/0.1.38
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--debian/changelog23
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: