]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Prepare for 0.129. elfutils-0.129
authorUlrich Drepper <drepper@redhat.com>
Tue, 14 Aug 2007 22:32:30 +0000 (22:32 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 14 Aug 2007 22:32:30 +0000 (22:32 +0000)
config/elfutils.spec.in
configure.ac

index cb7ddd62ef108da85117dc355e9cad88225e68c3..effdc52089fd4df7c02f3c6c3b0c3f487702aefc 100644 (file)
@@ -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,
index c91d124b39dbb45b454d92797d3c7d535f6f84b2..3ebfa8e086b1b4cc5fed95d10d1ff9509466a8bd 100644 (file)
@@ -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])