| 1 |  | -lintian (2.116.2~git) UNRELEASED; urgency=medium
 | 
|  | 1 | +lintian (2.116.2) unstable; urgency=medium
 | 
| 2 | 2 |  
 | 
|  | 3 | +  The "FFP2 (Fixing False Positives, too)" Release.
 | 
|  | 4 | +
 | 
|  | 5 | +  [ Axel Beckert ]
 | 
| 3 | 6 |    * Add private script to automate post release version bump.
 | 
| 4 | 7 |    * Fix typo in previous debian/changelog entry. Thanks Lintian! ;-)
 | 
| 5 |  | -  -------------------------------------------------------------------
 | 
| 6 |  | -  * WIP (generated at release time: please do not add entries below.)
 | 
|  | 8 | +  * Mention that #1024039 got closed by 2.116.1 in its changelog entry.
 | 
|  | 9 | +  * [Testsuite] Check tag files and docs with spellintian. Thanks to
 | 
|  | 10 | +    Sylvestre Ledru for noticing the typos this check now finds.
 | 
|  | 11 | +  * Fix duplicate words and one more typo found by
 | 
|  | 12 | +    spellintian-textual-content.t.
 | 
|  | 13 | +  * "currectly" can be a misspelling of "correctly" or "currently"
 | 
|  | 14 | +  * Fix spellintian false positives found by spellintian-textual-content.t:
 | 
|  | 15 | +    + "these package" followed by a plural, e.g. "these package sections",
 | 
|  | 16 | +    + Double word with closing parenthesis inbetween. (So far only opening
 | 
|  | 17 | +      parentheses were whitelisted.)
 | 
|  | 18 | +  * Add testsuite check for missing-pkg-php-tools-addon false positive
 | 
|  | 19 | +    with dh-sequence-phpcomposer. (See MR !438.)
 | 
|  | 20 | +  * Add testsuite check for a vcs-field-has-unexpected-spaces false
 | 
|  | 21 | +    positive. (See #1023155 and MR !422.)
 | 
|  | 22 | +  * debian-rules-uses-unnecessary-dh-argument: Also report found and
 | 
|  | 23 | +    minimum dh compat level. Additionally also rephrase tag description to
 | 
|  | 24 | +    no more say "this debhelper compatibility level". Thanks to Anthony
 | 
|  | 25 | +    Fok for making us aware of the issue in MR !451.
 | 
|  | 26 | +
 | 
|  | 27 | +  [ Cyril Brulebois ]
 | 
|  | 28 | +  * Teach the is_non_free attribute about the non-free-firmware section.
 | 
|  | 29 | +  * Stop checking for Standards-Version for installer-only (i.e. udeb)
 | 
|  | 30 | +    packages. (Closes: #991533)
 | 
|  | 31 | +
 | 
|  | 32 | +  [ Andreas Beckmann ]
 | 
|  | 33 | +  * backports-upload-has-incorrect-version-number: Fix salsaci version
 | 
|  | 34 | +    regexp again.  (Closes: #1024361)
 | 
|  | 35 | +
 | 
|  | 36 | +  [ Sylvestre Ledru ]
 | 
|  | 37 | +  * Fix some typos in the doc.
 | 
|  | 38 | +
 | 
|  | 39 | +  [ William Desportes ]
 | 
|  | 40 | +  * missing-pkg-php-tools-addon: Allow dh-sequence-phpcomposer as
 | 
|  | 41 | +    alternative to pkg-php-tools-addon.
 | 
|  | 42 | +  * Lintian::Check::Files::SourceMissing: Ignore files in
 | 
|  | 43 | +    debian/missing-sources/. Fixes false positives in source-is-missing,
 | 
|  | 44 | +    source-contains-prebuilt-_javascript_-object and friends.
 | 
|  | 45 | +
 | 
|  | 46 | +  [ Tino Didriksen ]
 | 
|  | 47 | +  * vcs-field-has-unexpected-spaces: Allow any order of git branch and
 | 
|  | 48 | +    path. (Closes: #1023155) Thanks to Bradford D. Boyle for the bug
 | 
|  | 49 | +    report.
 | 
|  | 50 | +
 | 
|  | 51 | +  [ Johannes Schauer Marin Rodrigues ]
 | 
|  | 52 | +  * Multiarch terminology: Use "qualifier" instead of "acceptor": Update
 | 
|  | 53 | +    tag descriptions of rules-require-build-prerequisite and
 | 
|  | 54 | +    missing-build-depends-for-clean-target-in-debian-rules. Also rename
 | 
|  | 55 | +    method multiarch_acceptor() to multiarch_qualifier() in
 | 
|  | 56 | +    Lintian::Relation::Predicate.
 | 
| 7 | 57 |  
 | 
| 8 |  | - -- Axel Beckert <abe@debian.org>  Mon, 23 Jan 2023 12:46:07 +0100
 | 
|  | 58 | + -- Axel Beckert <abe@debian.org>  Sun, 29 Jan 2023 09:32:16 +0100
 | 
| 9 | 59 |  
 | 
| 10 | 60 |  lintian (2.116.1) unstable; urgency=medium
 | 
| 11 | 61 |  
 | 
| ... | ... | @@ -27,7 +77,8 @@ lintian (2.116.1) unstable; urgency=medium | 
| 27 | 77 |    * Don't emit spare-manual-page for binaries in /usr/libexec/.
 | 
| 28 | 78 |      (Closes: #1027744)
 | 
| 29 | 79 |    * Refresh static data.
 | 
| 30 |  | -  * data/java/constants: Default is now Java17, versions available up to Java21.
 | 
|  | 80 | +  * data/java/constants: Default is now Java17, versions available up to
 | 
|  | 81 | +    Java21. (Closes: #1024039)
 | 
| 31 | 82 |  
 | 
| 32 | 83 |    [ Cyril Brulebois ]
 | 
| 33 | 84 |    * Add non-free-firmware to known archive areas.
 |