summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-11-11 19:34:11 +0000
committerUlrich Drepper <drepper@redhat.com>2007-11-11 19:34:11 +0000
commite7717c4101dc82f0f1a30b0abf997f0068fb4b64 (patch)
treea2b825c8f2085974e751540c7d2a752e6907104f
parent07a696ef21bb513992093221be11b312443c62f9 (diff)
merge of '9758b495076cc5981e791736e389542ce48af33b'elfutils-0.131
and 'f31c4f4d75d2a78913cdf3b7161725ce28d51756'
-rw-r--r--config/elfutils.spec.in8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in
index ffcf129e..4f8f3cf7 100644
--- a/config/elfutils.spec.in
+++ b/config/elfutils.spec.in
@@ -180,6 +180,14 @@ rm -rf ${RPM_BUILD_ROOT}
%{_libdir}/libelf.a
%changelog
+* Sun Nov 11 2007 Ulrich Drepper <drepper@redhat.com> 0.131-1
+- libdw: DW_FORM_ref_addr support; dwarf_formref entry point now depreca
+ted; bug fixes for oddly-formatted DWARF
+- libdwfl: bug fixes in offline archive support, symbol table handling;
+ apply partial relocations for dwfl_module_address_section on
+ET_REL
+- libebl: powerpc backend support for Altivec registers
+
* Mon Oct 15 2007 Ulrich Drepper <drepper@redhat.com> 0.130-1
- readelf: -p option can take an argument like -x for one section,
or no argument (as before) for all SHF_STRINGS sections;
diff --git a/configure.ac b/configure.ac
index bf08914e..b89f9a42 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.130],[http://bugzilla.redhat.com/bugzilla/],
+AC_INIT([Red Hat elfutils],[0.131],[http://bugzilla.redhat.com/bugzilla/],
[elfutils])
AC_CONFIG_AUX_DIR([config])