From 211ada1ee93d462177e2523fd085d2b92db8ee84 Mon Sep 17 00:00:00 2001 From: Dodji Seketeli Date: Tue, 5 Jan 2016 12:31:09 +0100 Subject: [PATCH] Add a NEWS file * NEWS: New file. * Makefile.am: Add NEWS file to source distribution. Signed-off-by: Dodji Seketeli --- Makefile.am | 2 +- NEWS | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 NEWS diff --git a/Makefile.am b/Makefile.am index 2015ef8..d22b309 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,7 +12,7 @@ pkgconfig_DATA = libabigail.pc #dist_bashcompletion_DATA = EXTRA_DIST = \ -README COPYING ChangeLog \ +NEWS README COPYING ChangeLog \ COPYING-LGPLV2 COPYING-LGPLV3 \ COPYING-GPLV3 gen-changelog.py \ $(headers) $(m4data_DATA) \ diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..92481a7 --- /dev/null +++ b/NEWS @@ -0,0 +1,32 @@ +1.0.rc1 +======= +Dodji Seketeli: + Bug 19336 - Better handle redundantly qualified reference types + Bug 19126 - abidw segv on a dwz compressed version of r300_dri.so + Bug 19355 - Libabigail slow on r300_dri.so + Do not use designated initializers in abipkgdiff.cc + Read enum values in the size_t and write them in ssize_t + Do not abort when there is no binary to compare in a package + Add missing new line to abidiff help message + Constify is_qualified_type() + Find more spots where to discriminate internal and non-internal names + Do not forget to peel qualified type off when peeling types + Fix comparison in qualified_type_diff::has_changes + Avoid try/catch code paths when that is possible + Fix internal name for pointers, typedefs and arrays + Filter out harmless diagnostics glitches due to some ODR violation + [PERF] Pass a bunch of perf-sensitive smart pointers by reference + [PERF] Turn some pimpl pointers into naked pointers + [PERF] Access naked pointers for canonical types and function types + [PERF] Speedup comparing declaration-only class_decls + Speed up class_decl::find_base_class + Avoid adding the same base class twice + Support two different variables having the same underlying symbol + Add a NEWS file + Fix abidw -v + +Ondrej Oprala: + Add bash-completion scripts for the libabigail tools + Abidiff: Remove doubled line in help. + Fix a function doc + Support printing the file, line and column information in change reports -- 2.7.4