diff --git a/annobin.spec b/annobin.spec index 510a257..f9d5525 100644 --- a/annobin.spec +++ b/annobin.spec @@ -1,7 +1,7 @@ Name: annobin Summary: Annotate and examine compiled binary files -Version: 10.17 +Version: 10.20 Release: 1%{?dist} License: GPLv3+ # Maintainer: nickc@redhat.com @@ -374,6 +374,10 @@ fi #--------------------------------------------------------------------------------- %changelog +* Tue Oct 26 2021 Nick Clifton - 10.20-1 +- annocheck: Add more glibc functions. +- gcc-plugin: Attach the .text section to the .text.group. (#2016458) + * Tue Oct 19 2021 Nick Clifton - 10.17-1 - Better reporting of problems in object files. (#2013708)