Skip to content
Snippets Groups Projects
Commit 474a1bd0 authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

releasing package diffoscope version 181

parent 15938a18
No related branches found
No related tags found
No related merge requests found
Pipeline #277729 passed
diffoscope (181) UNRELEASED; urgency=medium
diffoscope (181) unstable; urgency=medium
* WIP (generated upon release).
[ Chris Lamb ]
* New features and bug fixes:
- Don't require apksigner in order to compare .apk files using apktool.
- Add a special-case to squshfs image extraction to not fail if we aren't
root/superuser. (Closes: #991059)
- Reduce the maximum line length to avoid O(n^2) Wagner-Fischer algorithm,
which meant that diff generation took an inordinate amount of time.
(Closes: reproducible-builds/diffoscope#272)
- Include profiling information in --debug output if --profile is not set.
- Don't print an orphan newline when the Black source code formatter
self-test passes.
* Tests:
- Update test to check specific contents of squashfs listing, otherwise it
fails depending on the test systems uid-to-username mapping in passwd(5).
- Assign "seen" and "expected" values to local variables to improve
contextual information in/around failed tests.
* Misc changes:
- Print the size of generated HTML, text (etc.) reports.
- Profile calls to specialize and diffoscope.diff.linediff.
- Update various copyright years.
-- Chris Lamb <lamby@debian.org> Fri, 06 Aug 2021 14:00:14 +0100
-- Chris Lamb <lamby@debian.org> Fri, 20 Aug 2021 10:03:35 +0100
diffoscope (180) unstable; urgency=medium
......
......@@ -17,4 +17,4 @@
# You should have received a copy of the GNU General Public License
# along with diffoscope. If not, see <https://www.gnu.org/licenses/>.
VERSION = "180"
VERSION = "181"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment