[Git][reproducible-builds/diffoscope][master] releasing package diffoscope version 169
Chris Lamb
gitlab at salsa.debian.org
Fri Mar 12 15:36:33 UTC 2021
Chris Lamb pushed to branch master at Reproducible Builds / diffoscope
Commits:
96ac0ffc by Chris Lamb at 2021-03-12T15:33:58+00:00
releasing package diffoscope version 169
- - - - -
2 changed files:
- debian/changelog
- diffoscope/__init__.py
Changes:
=====================================
debian/changelog
=====================================
@@ -1,8 +1,33 @@
-diffoscope (169) UNRELEASED; urgency=medium
+diffoscope (169) unstable; urgency=medium
- * WIP (generated upon release).
+ [ Chris Lamb ]
+ * Optimisations:
+ - Use larger buffer/block sizes when extracting files from libarchive-
+ based archives.
+ - Use a much-shorter CSS class (instead of "diffponct") to dramatically
+ reduce uncompressed HTML output.
+
+ * Logging improvements:
+ - Don't emit "Unable to stat file" warning/debug messages; we have
+ entirely-artificial directory entries such as ELF sections which, of
+ course, never exist as filesystem files.
+ - Don't emit a "Returning a FooContainer" logging message - we already emit
+ "Instantiating a FooContainer" one and are unlikely to fail in the
+ middle.
+ - Format the report size logging messages when generating HTML reports.
+ - Add the target directory when logging which directory we are extracting
+ containers to.
+
+ * Miscellaneous:
+ - Ignore "--debug" and similar arguments when creating a (hopefully useful)
+ temporary directory.
+ - Ensure all internal temporary directories have useful names.
+ - Clarify a comment regarding diffoscope not extracting excluded files.
+
+ [ Vagrant Cascadian ]
+ * Skip a DEX-related test if the "procyon" tool is unavailable.
- -- Chris Lamb <lamby at debian.org> Sat, 27 Feb 2021 11:17:14 +0000
+ -- Chris Lamb <lamby at debian.org> Fri, 12 Mar 2021 15:33:54 +0000
diffoscope (168) 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 = "168"
+VERSION = "169"
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/96ac0ffc0bb4eb239e047653d3e89e9bbe89703d
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/96ac0ffc0bb4eb239e047653d3e89e9bbe89703d
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/20210312/11557985/attachment.htm>
More information about the rb-commits
mailing list