Loading debian/changelog +8 −3 Original line number Diff line number Diff line diffoscope (132) UNRELEASED; urgency=medium diffoscope (132) unstable; urgency=medium * WIP (generated upon release). * Allow all possible .zip variations to return with non-zero exit codes, not just known types we can explicitly identify (eg. Java .jmod and .jar files). (Closes: reproducible-builds/diffoscope#78) * Also permit UTF-8 encoded .dsc and .changes files. (Re: reproducible-builds/diffoscope#78) * Rework a long string of "or" statements into a loop with a "break". -- Chris Lamb <lamby@debian.org> Sat, 23 Nov 2019 15:36:28 -0500 -- Chris Lamb <lamby@debian.org> Tue, 26 Nov 2019 10:31:44 +0000 diffoscope (131) unstable; urgency=medium Loading diffoscope/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -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 = "131" VERSION = "132" Loading
debian/changelog +8 −3 Original line number Diff line number Diff line diffoscope (132) UNRELEASED; urgency=medium diffoscope (132) unstable; urgency=medium * WIP (generated upon release). * Allow all possible .zip variations to return with non-zero exit codes, not just known types we can explicitly identify (eg. Java .jmod and .jar files). (Closes: reproducible-builds/diffoscope#78) * Also permit UTF-8 encoded .dsc and .changes files. (Re: reproducible-builds/diffoscope#78) * Rework a long string of "or" statements into a loop with a "break". -- Chris Lamb <lamby@debian.org> Sat, 23 Nov 2019 15:36:28 -0500 -- Chris Lamb <lamby@debian.org> Tue, 26 Nov 2019 10:31:44 +0000 diffoscope (131) unstable; urgency=medium Loading
diffoscope/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -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 = "131" VERSION = "132"