Annocheck: Improve heuristic used to detect binaries without code. (#2144533)

This commit is contained in:
Nick Clifton 2022-12-15 11:21:15 +00:00
parent 79c88cf669
commit c30926d750
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,7 @@
Name: annobin
Summary: Annotate and examine compiled binary files
Version: 10.95
Version: 10.96
Release: 1%{?dist}
License: GPLv3+
URL: https://sourceware.org/annobin/
@ -509,6 +509,9 @@ fi
#---------------------------------------------------------------------------------
%changelog
* Thu Dec 15 2022 Nick Clifton <nickc@redhat.com> - 10.96-1
- Annocheck: Improve heuristic used to detect binaries without code. (#2144533)
* Mon Dec 12 2022 Nick Clifton <nickc@redhat.com> - 10.95-1
- Annocheck: Avoid using debug filename when parsing notes in a debuginfo file. (#2152280)