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

Chris Lamb gitlab at salsa.debian.org
Thu Jun 11 12:03:16 UTC 2020



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


Commits:
b5282a35 by Chris Lamb at 2020-06-11T13:02:46+01:00
Update metadata and news to match release of version 147

- - - - -


2 changed files:

- _data/diffoscope.yml
- + _posts/2020-06-11-diffoscope-147-released.md


Changes:

=====================================
_data/diffoscope.yml
=====================================
@@ -73,11 +73,11 @@ description: 'File formats supported include: Android APK files, Android boot im
   Multimedia metadata, OCaml interface files, Ogg Vorbis audio files, OpenOffice .odt
   files, OpenSSH public keys, OpenWRT package archives (.ipk), PDF documents, PGP
   signatures, PGP signed/encrypted messages, PNG images, PostScript documents, Public
-  Key Cryptography Standards (PKCS) files (version #7), Rust object files (.deflate),
-  SQLite databases, SquashFS filesystems, symlinks, tape archives (.tar), tcpdump
-  capture files (.pcap), text files, TrueType font files, WebAssembly binary module,
-  XML binary schemas (.xsb), XML files, XZ compressed files, ZIP archives and Zstandard
-  compressed files.'
+  Key Cryptography Standards (PKCS) files (version #7), RPM archives, Rust object
+  files (.deflate), SQLite databases, SquashFS filesystems, symlinks, tape archives
+  (.tar), tcpdump capture files (.pcap), text files, TrueType font files, WebAssembly
+  binary module, XML binary schemas (.xsb), XML files, XZ compressed files, ZIP archives
+  and Zstandard compressed files.'
 latest_release:
-  date: 1590838611
-  version: '146'
+  date: 1591876234
+  version: '147'


=====================================
_posts/2020-06-11-diffoscope-147-released.md
=====================================
@@ -0,0 +1,50 @@
+---
+layout: post
+title: diffoscope 147 released
+author: Chris Lamb <lamby at debian.org>
+---
+
+The diffoscope maintainers are pleased to announce the release of diffoscope
+version `147`. This version includes the following changes:
+
+```
+* New features:
+
+  - Add output from strings(1) to ELF binaries. It is intended this will
+    expose expose build paths that are hidden somewhere within the objdump(1)
+    output. (Closes: reproducible-builds/diffoscope#148)
+  - Add basic zsh shell tab-completion support.
+    (Closes: reproducible-builds/diffoscope#158)
+
+* Bug fixes:
+
+  - Prevent a traceback when comparing a PDF document that does not contain
+    any metadata, ie. it is missing a PDF "/Info" stanza.
+    (Closes: reproducible-builds/diffoscope#150)
+  - Fix compatibility with jsondiff 1.2.0 which was causing a traceback and
+    log the version of jsondiff we are using to aid debugging in the future.
+    (Closes: reproducible-builds/diffoscope#159
+  - Fix an issue in GnuPG keybox handling that left filenames in the diff.
+  - Don't mask an existing test name; ie. ensure it is actually run.
+
+* Reporting:
+
+  - Log all calls to subprocess.check_output by using our own wrapper utility.
+    (Closes: reproducible-builds/diffoscope#151)
+
+* Code improvements:
+
+  - Replace references to "WF" with "Wagner-Fischer" for clarity.
+  - Drop a large number of unused imports (list_libarchive,
+    ContainerExtractionError, etc.)
+  - Don't assign exception to a variable that we do not use.
+  - Compare string values with the equality operator, not via "is" identity.
+  - Don't alias an open file to a variable when we don't use it.
+  - Don't alias "filter" builtin.
+  - Refactor many small parts of the HTML generation, dropping explicit
+    u"unicode" strings, tidying the generation of the "Offset X, Y lines
+    modified" messages, moving to PEP 498 f-strings where appropriate, etc.
+  - Inline a number of single-used utility methods.
+```
+
+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/b5282a3594d30b1cb4a29f3cbe0b262f87e44fe7

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope-website/-/commit/b5282a3594d30b1cb4a29f3cbe0b262f87e44fe7
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/20200611/95881247/attachment.htm>


More information about the rb-commits mailing list