summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-03-01 18:39:51 +0000
committerUlrich Drepper <drepper@redhat.com>2008-03-01 18:39:51 +0000
commit472b20d24ffbc2485f8a5e2be208a11d77e8e846 (patch)
tree2265c1f3d6d09a23fa36e1c81b9bbdf985341d5e
parent1c5928d48973c35e3fffcbefa5dad7bbda0e787d (diff)
0.133 release.elfutils-0.133
-rw-r--r--config/elfutils.spec.in7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in
index a6dcb60d..790da1e1 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 <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.
diff --git a/configure.ac b/configure.ac
index a9b0b8b9..4c4e11a2 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])