Compare commits
8 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 5b1df8eb30 | |||
| 54bfc87485 | |||
| ad7083d434 | |||
| 495f65d966 | |||
|
|
9529be6860 | ||
|
|
680284b59c | ||
| ef87c769ac | |||
| d0388edf1d |
BIN
libabigail-2.7.tar.xz
LFS
BIN
libabigail-2.7.tar.xz
LFS
Binary file not shown.
BIN
libabigail-2.9.tar.xz
LFS
Normal file
BIN
libabigail-2.9.tar.xz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 5 11:17:40 UTC 2026 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 2.9
|
||||
* tools-utils: Fix XZ decompression after all compression data is
|
||||
read
|
||||
* elf-reader: Fix elfutils initialization of debuginfo lookup paths
|
||||
* Fixed a regression in support for absolute path to alt DWARF
|
||||
* Fixed abicompat not filtering out harmless diff nodes
|
||||
* Improve harmless integral type change filtering
|
||||
* Fixed classes_have_same_layout & types_are_compatible entering
|
||||
an endless loop
|
||||
* elf-reader,symtab-reader: Fix suppression of aliased symbols
|
||||
* Implemented `abidw --force-early-suppression`
|
||||
* Fixed a crash of `abidw --follow-dependencies <binary>`
|
||||
* ir: Avoid crashing canonicalizing anonymous types with member
|
||||
fns
|
||||
* abidb --submit: add "--no-corpus-path" to abidw invocation
|
||||
* abipkgdiff: new option ``-ignore-soname``
|
||||
* symtab-reader: Speedup
|
||||
lookup_undefined_{function,variable}_symbol
|
||||
* Fixed memory leaks in tools-utils, ctf-reader, and an fd leak
|
||||
in elf-reader
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 16 08:36:19 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libabigail
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,9 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define lname libabigail6
|
||||
%define lname libabigail8
|
||||
Name: libabigail
|
||||
Version: 2.7
|
||||
Version: 2.9
|
||||
Release: 0
|
||||
Summary: Application Binary Interface Generic Analysis and Instrumentation Library
|
||||
License: Apache-2.0 WITH LLVM-exception
|
||||
|
||||
Reference in New Issue
Block a user