From 215d8eee73df613af2794698eda09f5600814977 Mon Sep 17 00:00:00 2001 From: Dodji Seketeli Date: Tue, 21 Nov 2017 16:13:34 +0100 Subject: [PATCH] Update NEWS file for 1.0 * NEWS: Update for 1.0 Signed-off-by: Dodji Seketeli --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 78bcc10c..65102289 100644 --- a/NEWS +++ b/NEWS @@ -186,6 +186,7 @@ Dodji Seketeli: Remove useless vertical space from src/abg-writer.cc Allow setting options to instances of xml_writer::write_context Wire the --no-show-locs option to abidw + Support systems where fts.h can't be used with _FILE_OFFSET_BITS set Bug 20670 - abipkgdiff aborts if $XDG_CACHE_HOME does not exist Bug 20887 - Show relative change of offsets Bug 20927 - Segfault when $HOME is not set @@ -204,6 +205,7 @@ Dodji Seketeli: Bug 22015 - Failing to return global scope of a DIE in certain cases Bug 22122 - Fail to represent 'const array' Bug 22190 - crash in read_context::get_or_compute_canonical_die + Bug 22438 - Emit a clear message when debug info is not found Mark Wielaard: Declare eval_last_constant_dwarf_sub_expr with [u]int64_t not [s]size_t.