[Git][reproducible-builds/diffoscope][master] releasing package diffoscope version 150
Chris Lamb
gitlab at salsa.debian.org
Fri Jul 3 10:15:35 UTC 2020
Chris Lamb pushed to branch master at Reproducible Builds / diffoscope
Commits:
83d72777 by Chris Lamb at 2020-07-03T11:04:49+01:00
releasing package diffoscope version 150
- - - - -
2 changed files:
- debian/changelog
- diffoscope/__init__.py
Changes:
=====================================
debian/changelog
=====================================
@@ -1,8 +1,24 @@
-diffoscope (150) UNRELEASED; urgency=medium
+diffoscope (150) unstable; urgency=medium
+
+ [ 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.
- * WIP (generated upon release).
+ [ Jean-Romain Garnier ]
+ * Remove objdjump(1) offsets before instructions to reduce diff noise.
+ (Closes: reproducible-builds/diffoscope!57)
- -- Chris Lamb <lamby at debian.org> Fri, 26 Jun 2020 16:04:16 +0100
+ -- Chris Lamb <lamby at debian.org> Fri, 03 Jul 2020 11:04:46 +0100
diffoscope (149) unstable; urgency=medium
=====================================
diffoscope/__init__.py
=====================================
@@ -18,4 +18,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 = "149"
+VERSION = "150"
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/83d7277734df9acb13bfc39225032c70be377055
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/83d7277734df9acb13bfc39225032c70be377055
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/e202bb60/attachment.htm>
More information about the rb-commits
mailing list