summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS31
1 files changed, 31 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3d097c68..4e94f1c1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,34 @@
+Version 0.182
+
+backends: Support for tilegx has been removed.
+
+config: New /etc/profile.d files to provide default $DEBUGINFOD_URLS.
+
+debuginfod: More efficient package traversal, tolerate various errors
+ during scanning, grooming progress is more visible and
+ interruptible, more prometheus metrics.
+
+debuginfod-client: Now supports compressed (kernel) ELF images.
+
+libdwfl: Add ZSTD compression support.
+
+Version 0.181
+
+libelf: elf_update now compensates (fixes up) a bad sh_addralign for
+ SHF_COMPRESSED sections.
+
+libdebuginfod: configure now takes --enable-libdebuginfod=dummy or
+ --disable-libdebuginfod for bootstrapping.
+ DEBUGINFOD_URLS now accepts "scheme-free" urls
+ (guessing at what the user meant, either http:// or file://)
+
+readelf, elflint: Handle aarch64 bti, pac bits in dynamic table and gnu
+ property notes.
+
+libdw, readelf: Recognize DW_CFA_AARCH64_negate_ra_state. Allows unwinding
+ on arm64 for code that is compiled for PAC (Pointer
+ Authentication Code) as long as it isn't enabled.
+
Version 0.180
elflint: Allow SHF_EXCLUDE as generic section flag when --gnu is given.