diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-07 05:43:21 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-07 05:43:21 +0000 |
commit | 4575939991576f975c46949b0cc575474bf2e14d (patch) | |
tree | 8870bc66e3eb88035a1676ba9e81520f439daf50 /debian | |
parent | Merging upstream version 0.1.35. (diff) | |
download | debputy-4575939991576f975c46949b0cc575474bf2e14d.tar.xz debputy-4575939991576f975c46949b0cc575474bf2e14d.zip |
Adding debian version 0.1.35.debian/0.1.35
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index c2f471d..2ee1567 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,36 @@ +debputy (0.1.35) unstable; urgency=medium + + [ Niels Thykier ] + * Manifest: + - Fix inverted boolean logic causing `path-metadata` to reject matched + directories when it should have allowed the match. + + * LSP/Lint: + - In regex based validation, ignore values with substvars to avoid + false positives. + - Fix typo in hover doc + - Fix two minor bugs (an out of bounds and None exception) + - Avoid double colon when completion YAML keys and there was already + a colon. + - Fix a bug where the YAML completion would not work properly if there was + any content on the line after the current line. + + + * debputy: Considerably reduce the output during package build by: + - Do not announce loading of bundled plugins + - Avoid unnecessary output related to installations (like search dir and + discard rules) for `rrr` integration mode. + - Reduce the log level to `warning` by default from info (other subcommands + still start on `info` level by default). In the `debhelper` integration + modes, `export DH_VERBOSE=1` will restore the `info` level logging. + - Guard some information (such as most commands being run) beyond info + logging. + + [ Colin Watson ] + * LSP/Lint: Fix section for python3-zope.* + + -- Niels Thykier <niels@thykier.net> Wed, 05 Jun 2024 17:33:57 +0000 + debputy (0.1.34) unstable; urgency=medium * LSP/Lint: |