[Git][reproducible-builds/diffoscope][master] releasing package diffoscope version 181
Chris Lamb (@lamby)
gitlab at salsa.debian.org
Fri Aug 20 09:04:45 UTC 2021
Chris Lamb pushed to branch master at Reproducible Builds / diffoscope
Commits:
474a1bd0 by Chris Lamb at 2021-08-20T10:03:38+01:00
releasing package diffoscope version 181
- - - - -
2 changed files:
- debian/changelog
- diffoscope/__init__.py
Changes:
=====================================
debian/changelog
=====================================
@@ -1,8 +1,30 @@
-diffoscope (181) UNRELEASED; urgency=medium
+diffoscope (181) unstable; urgency=medium
- * WIP (generated upon release).
+ [ Chris Lamb ]
+
+ * New features and bug fixes:
+ - Don't require apksigner in order to compare .apk files using apktool.
+ - Add a special-case to squshfs image extraction to not fail if we aren't
+ root/superuser. (Closes: #991059)
+ - Reduce the maximum line length to avoid O(n^2) Wagner-Fischer algorithm,
+ which meant that diff generation took an inordinate amount of time.
+ (Closes: reproducible-builds/diffoscope#272)
+ - Include profiling information in --debug output if --profile is not set.
+ - Don't print an orphan newline when the Black source code formatter
+ self-test passes.
+
+ * Tests:
+ - Update test to check specific contents of squashfs listing, otherwise it
+ fails depending on the test systems uid-to-username mapping in passwd(5).
+ - Assign "seen" and "expected" values to local variables to improve
+ contextual information in/around failed tests.
+
+ * Misc changes:
+ - Print the size of generated HTML, text (etc.) reports.
+ - Profile calls to specialize and diffoscope.diff.linediff.
+ - Update various copyright years.
- -- Chris Lamb <lamby at debian.org> Fri, 06 Aug 2021 14:00:14 +0100
+ -- Chris Lamb <lamby at debian.org> Fri, 20 Aug 2021 10:03:35 +0100
diffoscope (180) 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 = "180"
+VERSION = "181"
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/474a1bd0e0ac66f513d3623e81a67592dd1c9762
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/474a1bd0e0ac66f513d3623e81a67592dd1c9762
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/20210820/977c3f34/attachment.htm>
More information about the rb-commits
mailing list