[Git][reproducible-builds/diffoscope][master] releasing package diffoscope version 202
Chris Lamb (@lamby)
gitlab at salsa.debian.org
Fri Jan 28 16:19:44 UTC 2022
Chris Lamb pushed to branch master at Reproducible Builds / diffoscope
Commits:
37f675e9 by Chris Lamb at 2022-01-28T08:17:25-08:00
releasing package diffoscope version 202
- - - - -
2 changed files:
- debian/changelog
- diffoscope/__init__.py
Changes:
=====================================
debian/changelog
=====================================
@@ -1,8 +1,26 @@
-diffoscope (202) UNRELEASED; urgency=medium
+diffoscope (202) unstable; urgency=medium
- * WIP (generated upon release).
+ [ Chris Lamb ]
+ * Don't fail if comparing a nonexistent file with a .pyc file (and add test).
+ (Closes: #1004312)
+ * Drop a reference in the manual page which claims the ability to compare
+ non-existent files on the command-line. This has not been possible since
+ version 32 which was released in September 2015. (Closes: #1004182)
+ * Add experimental support for incremental output support with a timeout.
+ Passing, for example, --timeout=60 will mean that diffoscope will not
+ recurse into any sub-archives after 60 seconds total execution time has
+ elapsed and mark the diff as being incomplete. (Note that this is not a
+ fixed/strict timeout due to implementation issues.)
+ (Closes: reproducible-builds/diffoscope#301)
+ * Don't return with an exit code of 0 if we encounter device file such as
+ /dev/stdin with human-readable metadata that matches literal, non-device,
+ file contents. (Closes: #1004198)
+ * Correct a "recompile" typo.
+
+ [ Sergei Trofimovich ]
+ * Fix/update whitespace for Black 21.12.
- -- Chris Lamb <lamby at debian.org> Fri, 21 Jan 2022 08:36:32 -0800
+ -- Chris Lamb <lamby at debian.org> Fri, 28 Jan 2022 08:17:21 -0800
diffoscope (201) 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 = "201"
+VERSION = "202"
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/37f675e9c93c8f30646b1b45c3ce323850f43b0a
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/37f675e9c93c8f30646b1b45c3ce323850f43b0a
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/20220128/42cab394/attachment.htm>
More information about the rb-commits
mailing list