From: Ulrich Drepper Date: Sat, 1 Mar 2008 18:39:51 +0000 (+0000) Subject: 0.133 release. X-Git-Tag: elfutils-0.133 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=472b20d24ffbc2485f8a5e2be208a11d77e8e846;p=thirdparty%2Felfutils.git 0.133 release. --- diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index a6dcb60dc..790da1e12 100644 --- a/config/elfutils.spec.in +++ b/config/elfutils.spec.in @@ -182,6 +182,13 @@ rm -rf ${RPM_BUILD_ROOT} %{_libdir}/libelf.a %changelog +* Sat Mar 1 2008 Ulrich Drepper 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 0.132-1 - libcpu: Implement x86 and x86-64 disassembler. - libasm: Add interface for disassembler. diff --git a/configure.ac b/configure.ac index a9b0b8b97..4c4e11a24 100644 --- a/configure.ac +++ b/configure.ac @@ -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])