summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2020-09-08 12:27:54 +0200
committerMark Wielaard <mark@klomp.org>2020-09-08 12:56:07 +0200
commit41a17386a6057d982e32eff832a645242a628221 (patch)
tree3f7e9cc3644230dd45f632820d29c6b9b9eb2ced /NEWS
parent5ed73d79bf5670484963cb5b57b8da50c68d5c3e (diff)
downloadelfutils-41a17386a6057d982e32eff832a645242a628221.tar.gz
Prepare for 0.181elfutils-0.181
Set version to 0.181. Update NEWS and elfutils.spec.in. Regenerate po/*.po files. Signed-off-by: Mark Wielaard <mark@klomp.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3d097c68..1bdb4410 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+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.