[Git][reproducible-builds/diffoscope-website][master] Update metadata and news to match release of version 150
Chris Lamb
gitlab at salsa.debian.org
Fri Jul 3 10:16:35 UTC 2020
Chris Lamb pushed to branch master at Reproducible Builds / diffoscope-website
Commits:
07b3abc7 by Chris Lamb at 2020-07-03T11:16:28+01:00
Update metadata and news to match release of version 150
- - - - -
2 changed files:
- _data/diffoscope.yml
- + _posts/2020-07-03-diffoscope-150-released.md
Changes:
=====================================
_data/diffoscope.yml
=====================================
@@ -71,13 +71,13 @@ description: 'File formats supported include: Android APK files, Android boot im
LZ4 compressed files, MacOS binaries, Microsoft Windows icon files, Microsoft Word
.docx files, Mono ''Portable Executable'' files, Mozilla-optimized .ZIP archives,
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), 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.'
+ files, OpenSSH public keys, OpenWRT package archives (.ipk), PDF documents, PE32
+ files, PGP signatures, PGP signed/encrypted messages, PNG images, PostScript documents,
+ Public 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: 1593183461
- version: '149'
+ date: 1593770686
+ version: '150'
=====================================
_posts/2020-07-03-diffoscope-150-released.md
=====================================
@@ -0,0 +1,30 @@
+---
+layout: post
+title: diffoscope 150 released
+author: Chris Lamb <lamby at debian.org>
+---
+
+The diffoscope maintainers are pleased to announce the release of diffoscope
+version `150`. This version includes the following changes:
+
+```
+[ Chris Lamb ]
+* Don't crash when listing entries in archives if they don't have a listed
+ size (such as hardlinks in .ISO files).
+ (Closes: reproducible-builds/diffoscope#188)
+* Dump PE32+ executables (including EFI applications) using objdump.
+ (Closes: reproducible-builds/diffoscope#181)
+* Tidy detection of JSON files due to missing call to File.recognizes that
+ checks against the output of file(1) which was also causing us to attempt
+ to parse almost every file using json.loads. (Whoops.)
+* Drop accidentally-duplicated copy of the new --diff-mask tests.
+* Logging improvements:
+ - Split out formatting of class names into a common method.
+ - Clarify that we are generating presenter formats in the opening logs.
+
+[ Jean-Romain Garnier ]
+* Remove objdjump(1) offsets before instructions to reduce diff noise.
+ (Closes: reproducible-builds/diffoscope!57)
+```
+
+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/07b3abc70ec7b9f3c33ff7956afb57797b3bb51e
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope-website/-/commit/07b3abc70ec7b9f3c33ff7956afb57797b3bb51e
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/20200703/6fa9b301/attachment.htm>
More information about the rb-commits
mailing list