summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-08-14 22:32:30 +0000
committerUlrich Drepper <drepper@redhat.com>2007-08-14 22:32:30 +0000
commit50c6a2f8b9621ae01c8943e80c39bc859c9d5c22 (patch)
treeb6a63d888bc9359ab397d8a1b838f48bce611b7f
parent099dd52727f2ce1a2c73cde82af8cd5e06368aec (diff)
Prepare for 0.129.elfutils-0.129
-rw-r--r--config/elfutils.spec.in4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in
index cb7ddd62..effdc520 100644
--- a/config/elfutils.spec.in
+++ b/config/elfutils.spec.in
@@ -180,6 +180,10 @@ rm -rf ${RPM_BUILD_ROOT}
%{_libdir}/libelf.a
%changelog
+* Tue Aug 14 2007 Ulrich Drepper <drepper@redhat.com> 0.129-1
+- readelf: new options --hex-dump (or -x), --strings (or -p)
+- addr2line: new option --symbols (or -S)
+
* Wed Apr 18 2007 Ulrich Drepper <drepper@redhat.com> 0.127-1
- libdw: new function dwarf_getsrcdirs
- libdwfl: new functions dwfl_module_addrsym, dwfl_report_begin_add,
diff --git a/configure.ac b/configure.ac
index c91d124b..3ebfa8e0 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.128],[http://bugzilla.redhat.com/bugzilla/],
+AC_INIT([Red Hat elfutils],[0.129],[http://bugzilla.redhat.com/bugzilla/],
[elfutils])
AC_CONFIG_AUX_DIR([config])