Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
diffoscope
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Reproducible Builds
diffoscope
Commits
474a1bd0
Commit
474a1bd0
authored
3 years ago
by
Chris Lamb
Browse files
Options
Downloads
Patches
Plain Diff
releasing package diffoscope version 181
parent
15938a18
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#277729
passed
3 years ago
Stage: test
Stage: deploy
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+25
-3
25 additions, 3 deletions
debian/changelog
diffoscope/__init__.py
+1
-1
1 addition, 1 deletion
diffoscope/__init__.py
with
26 additions
and
4 deletions
debian/changelog
+
25
−
3
View file @
474a1bd0
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
@
debian.org
>
Fri, 0
6
Aug 2021 1
4
:0
0:14
+0100
-- Chris Lamb
<lamby
@
debian.org
>
Fri,
2
0 Aug 2021 1
0
:0
3:35
+0100
diffoscope (180) unstable; urgency=medium
...
...
This diff is collapsed.
Click to expand it.
diffoscope/__init__.py
+
1
−
1
View file @
474a1bd0
...
...
@@ -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
=
"
18
0
"
VERSION
=
"
18
1
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment