- Update to version 1.7.1

* mold 1.7.0 may generate the same build-id for two different output files. We
    fixed the issue in 1.7.1 so that build-id is guaranteed to be unique for each
    different output file. (d8dd124)

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/mold?expand=0&rev=78
This commit is contained in:
Martin Liška
2022-11-18 14:11:14 +00:00
committed by Git OBS Bridge
parent 68f0df9f6b
commit 1db76935cc
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Nov 18 14:08:15 UTC 2022 - Martin Liška <mliska@suse.cz>
- Update to version 1.7.1
* mold 1.7.0 may generate the same build-id for two different output files. We
fixed the issue in 1.7.1 so that build-id is guaranteed to be unique for each
different output file. (d8dd124)
-------------------------------------------------------------------
Mon Nov 14 11:12:19 UTC 2022 - Martin Liška <mliska@suse.cz>