Skip to content
Snippets Groups Projects
Commit c71574d4 authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

releasing package diffoscope version 152

parent cd9e526b
No related branches found
No related tags found
No related merge requests found
Pipeline #157009 passed
diffoscope (152) UNRELEASED; urgency=medium
diffoscope (152) unstable; urgency=medium
* WIP (generated upon release).
[ Chris Lamb ]
* Bug fixes:
- Don't require zipnote(1) to determine differences in a .zip file as we
can use libarchive directly.
Reporting improvements:
- Don't emit "javap not found in path" if it is available in the path but
it did not result in any actual difference.
- Fix "... not available in path" messages when looking for Java
decompilers; we were using the Python class name (eg. "<class
'diffoscope.comparators.java.Javap'>") over the actual command we looked
for (eg. "javap").
* Code improvements:
- Replace some simple usages of str.format with f-strings.
- Tidy inline imports in diffoscope.logging.
- In the RData comparator, always explicitly return a None value in the
failure cases as we return a non-None value in the "success" one.
[ Jean-Romain Garnier ]
* Improve output of side-by-side diffs, detecting added lines better.
(MR: reproducible-builds/diffoscope!64)
* Allow passing file with list of arguments to ArgumentParser (eg.
"diffoscope @args.txt"). (MR: reproducible-builds/diffoscope!62)
-- Chris Lamb <lamby@debian.org> Fri, 10 Jul 2020 10:54:30 +0100
-- Chris Lamb <lamby@debian.org> Sat, 18 Jul 2020 11:00:13 +0100
diffoscope (151) unstable; urgency=medium
......
......@@ -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 = "151"
VERSION = "152"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment