Add a NEWS file
authorDodji Seketeli <dodji@redhat.com>
Tue, 5 Jan 2016 11:31:09 +0000 (12:31 +0100)
committerDodji Seketeli <dodji@redhat.com>
Tue, 5 Jan 2016 11:35:57 +0000 (12:35 +0100)
* NEWS: New file.
* Makefile.am: Add NEWS file to source distribution.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
Makefile.am
NEWS [new file with mode: 0644]

index 2015ef82dc0dc0a2f0603a1fca4e9187cbc8cc3b..d22b30962970880fb91cb829d2df366e2a12a2e0 100644 (file)
@@ -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 (file)
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