[Git][reproducible-builds/diffoscope-website][master] Update metadata and news to match release of version 286

Chris Lamb (@lamby) gitlab at salsa.debian.org
Fri Jan 24 12:10:41 UTC 2025



Chris Lamb pushed to branch master at Reproducible Builds / diffoscope-website


Commits:
872c0782 by Chris Lamb at 2025-01-24T12:10:24+00:00
Update metadata and news to match release of version 286

- - - - -


2 changed files:

- _data/diffoscope.yml
- + _posts/2025-01-24-diffoscope-286-released.md


Changes:

=====================================
_data/diffoscope.yml
=====================================
@@ -109,5 +109,5 @@ description: 'File formats supported include: Android APK files, Android boot im
   XML binary schemas (.xsb), XML files, XMLB files, XZ compressed files, ZIP archives
   and Zstandard compressed files.'
 latest_release:
-  date: 1737106789
-  version: '285'
+  date: 1737720472
+  version: '286'


=====================================
_posts/2025-01-24-diffoscope-286-released.md
=====================================
@@ -0,0 +1,36 @@
+---
+layout: post
+title: diffoscope 286 released
+author: Chris Lamb <lamby at debian.org>
+---
+
+The diffoscope maintainers are pleased to announce the release of diffoscope
+version `286`. This version includes the following changes:
+
+```
+[ Chris Lamb ]
+* Bug fixes:
+  - When passing files on the command line, don't call specialize(..) before
+    we've checked that the files are identical. In the worst case, this was
+    resulting in spinning up binwalk and extracting two entire filesystem
+    images merely to confirm that they were indeed filesystem images..
+    before simply concluding that they were identical anyway.
+  - Do not exit with a traceback if paths are inaccessible, either directly,
+    via symbolic links or within a directory. (Closes: #1065498)
+  - Correctly identify changes to only the line-endings of files; don't mark
+    them as "Ordering differences only".
+  - Use the "surrogateescape" mechanism of str.{decode,encode} to avoid a
+    UnicodeDecodeError and crash when decoding zipinfo output that is not
+    valid UTF-8. (Closes: #1093484)
+* Testsuite changes:
+  - Don't mangle newlines when opening test fixtures; we want them untouched.
+  - Move to assert_diff in test_text.py.
+* Misc:
+  - Remove unnecessary return value from check_for_ordering_differences in
+    the Difference class.
+  - Drop an unused function in iso9600.py
+  - Inline a call/check of Config().force_details; no need for an additional
+    variable.
+```
+
+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/872c07824a78be7c9509b80243cf1e53f27241a5

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope-website/-/commit/872c07824a78be7c9509b80243cf1e53f27241a5
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/20250124/4aa13bcf/attachment.htm>


More information about the rb-commits mailing list