[Git][reproducible-builds/diffoscope][master] releasing package diffoscope version 286

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



Chris Lamb pushed to branch master at Reproducible Builds / diffoscope


Commits:
0b6f8d60 by Chris Lamb at 2025-01-24T12:07:57+00:00
releasing package diffoscope version 286

- - - - -


2 changed files:

- debian/changelog
- diffoscope/__init__.py


Changes:

=====================================
debian/changelog
=====================================
@@ -1,8 +1,30 @@
-diffoscope (286) UNRELEASED; urgency=medium
+diffoscope (286) unstable; urgency=medium
 
-  * WIP (generated upon release).
+  [ 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.
 
- -- Chris Lamb <lamby at debian.org>  Fri, 17 Jan 2025 09:42:15 +0000
+ -- Chris Lamb <lamby at debian.org>  Fri, 24 Jan 2025 12:07:52 +0000
 
 diffoscope (285) unstable; urgency=medium
 


=====================================
diffoscope/__init__.py
=====================================
@@ -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 = "285"
+VERSION = "286"



View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/0b6f8d6038aec3c6941aeb1c4286cf6184e4aa7c

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/0b6f8d6038aec3c6941aeb1c4286cf6184e4aa7c
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/cd0e56e6/attachment.htm>


More information about the rb-commits mailing list