summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-08-26 02:51:12 +0000
committerUlrich Drepper <drepper@redhat.com>2008-08-26 02:51:12 +0000
commit513ebdc3212d923e5513dbc1fc222eaae808ecae (patch)
treea9789fb5ab4447470c556c1619c943416f982797
parentb4d6f0f8064f2b706ea9035ef0393d8299671390 (diff)
downloadelfutils-513ebdc3212d923e5513dbc1fc222eaae808ecae.tar.gz
0.136 release.elfutils-0.136
-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 8ebc0580..78611b2a 100644
--- a/config/elfutils.spec.in
+++ b/config/elfutils.spec.in
@@ -182,6 +182,10 @@ rm -rf ${RPM_BUILD_ROOT}
%{_libdir}/libelf.a
%changelog
+* Mon Aug 25 2008 Ulrich Drepper <drepper@redhat.com> 0.136-1
+- libdwfl: bug fixes; new segment interfaces; all the libdwfl-based
+ tools now support --core=COREFILE option
+
* Mon May 12 2008 Ulrich Drepper <drepper@redhat.com> 0.135-1
- libdwfl: bug fixes
- strip: changed handling of ET_REL files wrt symbol tables and relocs
diff --git a/configure.ac b/configure.ac
index a7a4cce2..bd12af2a 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.135],[http://bugzilla.redhat.com/bugzilla/],
+AC_INIT([Red Hat elfutils],[0.136],[http://bugzilla.redhat.com/bugzilla/],
[elfutils])
AC_CONFIG_AUX_DIR([config])