Detect the presence of R_AARCH64_{ABS64, PREL32} macros
[platform/upstream/libabigail.git] / release-text-template.txt
1 Subject Libabigail <insert-version-number-here> is out!
2
3 Libabigail <insert-version-number-here> has been released.
4
5 You can download it at http://mirrors.kernel.org/sourceware/libabigail/libabigail-<insert-version-number-here>.tar.gz.
6
7 Libabigail is a library which aims at constructing, manipulating,
8 serializing and de-serializing ABI-relevant artifacts.
9
10 It also comes with a set of associated command line tools to compare
11 the interfaces of ELF binaries resulting from the compilation of C or
12 C++ programs.
13
14 Typical use cases of libabigail tools include detecting ABI
15 incompatible changes across several releases of shared libraries or
16 incompatible changes in the interface between a Linux kernel and its
17 modules, for instance.
18
19 Users can of course write their own tools using the library.
20
21 The library comes with extensive API documentation available online at
22 https://sourceware.org/libabigail/apidoc.  The tools are documented
23 online as well at https://sourceware.org/libabigail/manual/libabigail-tools.html.
24
25 Below is a summary of the significant changes brought to you in this
26 new release:
27
28 <insert-the-last-NEWS-item-here>
29
30 Many thanks to those who contributed to this release with bug reports,
31 comments or code.
32
33 Happy Hacking and may all significant binary interface changes of your
34 libraries be noticed!