Releases: mozilla/dump_syms
Releases · mozilla/dump_syms
2.3.7 - 2026-03-11
11 Mar 10:21
Compare
Sorry, something went wrong.
No results found
Release Notes
Updated various dependencies to pick up security fixes and improvements.
Install dump_syms 2.3.7
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/mozilla/dump_syms/releases/download/v2.3.7/dump_syms-installer.sh | sh
Download dump_syms 2.3.7
2.3.6 - 2026-01-19
19 Jan 09:29
Compare
Sorry, something went wrong.
No results found
Release Notes
Fixed an issue when generating symbols for AArch64 binaries
Removed duplicate dependencies and yanked crates
Install dump_syms 2.3.6
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/mozilla/dump_syms/releases/download/v2.3.6/dump_syms-installer.sh | sh
Download dump_syms 2.3.6
2.3.5 - 2025-06-18
18 Jun 13:36
Compare
Sorry, something went wrong.
No results found
Release Notes
Updated the symbolic crates as well as most of the other dependencies.
Install dump_syms 2.3.5
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/mozilla/dump_syms/releases/download/v2.3.5/dump_syms-installer.sh | sh
Download dump_syms 2.3.5
2.3.4 - 2024-09-06
06 Sep 08:43
Compare
Sorry, something went wrong.
No results found
Release Notes
Changed
Updated the symbolic crates and update the dependency on a yanked crate
Install dump_syms 2.3.4
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/mozilla/dump_syms/releases/download/v2.3.4/dump_syms-installer.sh | sh
Download dump_syms 2.3.4
2.3.3 - 2024-06-04
04 Jun 19:46
Compare
Sorry, something went wrong.
No results found
Release Notes
Fixed
Fixed an issue in the automation machinery that prevented a proper release
to happen automatically on GitHub.
Install dump_syms 2.3.3
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/mozilla/dump_syms/releases/download/v2.3.3/dump_syms-installer.sh | sh
Download dump_syms 2.3.3
2.3.1 - 2024-03-11
11 Mar 10:54
Compare
Sorry, something went wrong.
No results found
Release Notes
Fixed
Fixes a build issue when newer versions of the dependencies are used
Install dump_syms 2.3.1
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/mozilla/dump_syms/releases/download/v2.3.1/dump_syms-installer.sh | sh
Download dump_syms 2.3.1
2.3.0 - 2024-03-06
06 Mar 14:47
Compare
Sorry, something went wrong.
No results found
Release Notes
Added
The --extra-info option can be used to add additional information via
INFO lines at the beginning of the output file
The --no-generator option can be used to prevent dump_syms from emitting
the INFO GENERATOR line thus restoring the traditional Breakpad-based
dump_syms behavior
Changed
Paths in MinGW executables are never canonicalized, they will be printed out
exactly like they appear in the debug information
Install dump_syms 2.3.0
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/mozilla/dump_syms/releases/download/v2.3.0/dump_syms-installer.sh | sh
Download dump_syms 2.3.0
v2.2.2
13 Sep 15:33
Compare
Sorry, something went wrong.
No results found
Changed
Update the goblin crate to match the one used by symbolic and the bitflags crate to the next major version. This restores the ability to build the tool.
v2.2.1
13 Mar 09:32
Compare
Sorry, something went wrong.
No results found
Changed
Use the last version of the symbolic crates and update several other dependencies
v2.2.0
03 Feb 09:32
Compare
Sorry, something went wrong.
No results found
Added
dump_syms now supports dumping DWARF debug information in Windows PE files
Changed
Use the last version of symbolic (11) and various other crates
Fixed
Avoid underflows when infering the length of the last line in a function
Do not emit INLINE_ORIGIN directives where the name is made entirely of whitespace, these are replaced with a <name omitted> symbol