[Git][reproducible-builds/diffoscope-website][master] Update metadata and news to match release of version 152
Chris Lamb
gitlab at salsa.debian.org
Sat Jul 18 10:13:52 UTC 2020
Chris Lamb pushed to branch master at Reproducible Builds / diffoscope-website
Commits:
ec09e3a7 by Chris Lamb at 2020-07-18T11:13:46+01:00
Update metadata and news to match release of version 152
- - - - -
2 changed files:
- _data/diffoscope.yml
- + _posts/2020-07-18-diffoscope-152-released.md
Changes:
=====================================
_data/diffoscope.yml
=====================================
@@ -79,5 +79,5 @@ description: 'File formats supported include: Android APK files, Android boot im
WebAssembly binary module, XML binary schemas (.xsb), XML files, XZ compressed files,
ZIP archives and Zstandard compressed files.'
latest_release:
- date: 1594374776
- version: '151'
+ date: 1595066413
+ version: '152'
=====================================
_posts/2020-07-18-diffoscope-152-released.md
=====================================
@@ -0,0 +1,41 @@
+---
+layout: post
+title: diffoscope 152 released
+author: Chris Lamb <lamby at debian.org>
+---
+
+The diffoscope maintainers are pleased to announce the release of diffoscope
+version `152`. This version includes the following changes:
+
+```
+[ Chris Lamb ]
+
+* Bug fixes:
+
+ - Don't require zipnote(1) to determine differences in a .zip file as we
+ can use libarchive directly.
+
+Reporting improvements:
+
+ - Don't emit "javap not found in path" if it is available in the path but
+ it did not result in any actual difference.
+ - Fix "... not available in path" messages when looking for Java
+ decompilers; we were using the Python class name (eg. "<class
+ 'diffoscope.comparators.java.Javap'>") over the actual command we looked
+ for (eg. "javap").
+
+* Code improvements:
+
+ - Replace some simple usages of str.format with f-strings.
+ - Tidy inline imports in diffoscope.logging.
+ - In the RData comparator, always explicitly return a None value in the
+ failure cases as we return a non-None value in the "success" one.
+
+[ Jean-Romain Garnier ]
+* Improve output of side-by-side diffs, detecting added lines better.
+ (MR: reproducible-builds/diffoscope!64)
+* Allow passing file with list of arguments to ArgumentParser (eg.
+ "diffoscope @args.txt"). (MR: reproducible-builds/diffoscope!62)
+```
+
+You find out more by [visiting the project homepage](https://diffoscope.org).
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope-website/-/commit/ec09e3a7c37b556d19dafc42b721baab7e798485
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope-website/-/commit/ec09e3a7c37b556d19dafc42b721baab7e798485
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20200718/e38ef184/attachment.htm>
More information about the rb-commits
mailing list