From: Ulrich Drepper Date: Tue, 14 Aug 2007 22:32:30 +0000 (+0000) Subject: Prepare for 0.129. X-Git-Tag: elfutils-0.129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50c6a2f8b9621ae01c8943e80c39bc859c9d5c22;p=thirdparty%2Felfutils.git Prepare for 0.129. --- diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index cb7ddd62e..effdc5208 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 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 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 c91d124b3..3ebfa8e08 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])