[Git][reproducible-builds/diffoscope][master] releasing package diffoscope version 151
Chris Lamb
gitlab at salsa.debian.org
Fri Jul 10 09:54:29 UTC 2020
Chris Lamb pushed to branch master at Reproducible Builds / diffoscope
Commits:
f3feb99c by Chris Lamb at 2020-07-10T10:53:00+01:00
releasing package diffoscope version 151
- - - - -
2 changed files:
- debian/changelog
- diffoscope/__init__.py
Changes:
=====================================
debian/changelog
=====================================
@@ -1,8 +1,29 @@
-diffoscope (151) UNRELEASED; urgency=medium
+diffoscope (151) unstable; urgency=medium
- * WIP (generated upon release).
+ [ Chris Lamb]
- -- Chris Lamb <lamby at debian.org> Fri, 03 Jul 2020 11:15:37 +0100
+ * Improvements and bug fixes:
+
+ - Pass the absolute path when extracting members from SquashFS images as we
+ run the command with our working directory set to the temporary
+ directory. (Closes: #964365, reproducible-builds/diffoscope#189)
+ - Increase the minimum length of the output from strings(1) to 8 characters
+ to avoid unnecessary diff noise. (Re. reproducible-builds/diffoscope#148)
+
+ * Logging improvements:
+
+ - Fix the compare_files message when the file does not have a literal name.
+ - Reduce potential log noise by truncating the has_some_content messages.
+
+ * Codebase changes:
+
+ - Clarify use of a "null" diff in order to remember an exit code.
+ - Don't alias a variable when don't end up it; use "_" instead.
+ - Use a "NullChanges" file to represent missing data in the Debian package
+ comparator.
+ - Update some miscellaneous terms.
+
+ -- Chris Lamb <lamby at debian.org> Fri, 10 Jul 2020 10:52:56 +0100
diffoscope (150) 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 = "150"
+VERSION = "151"
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/f3feb99cc25c37743f2c243d4ed3a1ba5d403c92
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/f3feb99cc25c37743f2c243d4ed3a1ba5d403c92
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/20200710/e4536f76/attachment.htm>
More information about the rb-commits
mailing list