]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
0.133 release. elfutils-0.133
authorUlrich Drepper <drepper@redhat.com>
Sat, 1 Mar 2008 18:39:51 +0000 (18:39 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 1 Mar 2008 18:39:51 +0000 (18:39 +0000)
config/elfutils.spec.in
configure.ac

index a6dcb60dcc1da3bc6f4d7ebb66ba8d4a75405811..790da1e1239a5322444c8e94488d3d9a7b373e9d 100644 (file)
@@ -182,6 +182,13 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_libdir}/libelf.a
 
 %changelog
+* Sat Mar  1 2008 Ulrich Drepper <drepper@redhat.com> 0.133-1
+- readelf, elflint, libebl: SHT_GNU_ATTRIBUTE section handling (readelf -A)
+- readelf: core note handling for NT_386_TLS, NT_PPC_SPE, Alpha NT_AUXV
+- libdwfl: bug fixes and optimization in relocation handling
+- elfcmp: bug fix for non-allocated section handling
+- ld: implement newer features of binutils linker.
+
 * Mon Jan 21 2008 Ulrich Drepper <drepper@redhat.com> 0.132-1
 - libcpu: Implement x86 and x86-64 disassembler.
 - libasm: Add interface for disassembler.
index a9b0b8b97d0ff988bf65b01d7e82d4a09faa01a6..4c4e11a244cc6674bdda9dbd56d6605e2e09abf1 100644 (file)
@@ -16,7 +16,7 @@ dnl You should have received a copy of the GNU General Public License
 dnl along with this program; if not, write to the Free Software Foundation,
 dnl Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
 dnl
-AC_INIT([Red Hat elfutils],[0.132],[http://bugzilla.redhat.com/bugzilla/],
+AC_INIT([Red Hat elfutils],[0.133],[http://bugzilla.redhat.com/bugzilla/],
        [elfutils])
 
 AC_CONFIG_AUX_DIR([config])