summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-11-18 03:25:35 +0000
committerUlrich Drepper <drepper@redhat.com>2005-11-18 03:25:35 +0000
commit32240f3d2bfd813354c63668dc966c8e27eaec40 (patch)
tree3540510827400916fd5d9f9c89fb6693d744675a
parent3dca43b1fefd5056ba4d99c95246457a1a11e299 (diff)
downloadandroid_external_elfutils-32240f3d2bfd813354c63668dc966c8e27eaec40.tar.gz
android_external_elfutils-32240f3d2bfd813354c63668dc966c8e27eaec40.tar.bz2
android_external_elfutils-32240f3d2bfd813354c63668dc966c8e27eaec40.zip
Preparation for 0.117 release.
-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 1b512637..5ba5bbc8 100644
--- a/config/elfutils.spec.in
+++ b/config/elfutils.spec.in
@@ -185,6 +185,10 @@ rm -rf ${RPM_BUILD_ROOT}
%{_libdir}/libelf.so
%changelog
+* Thu Nov 17 2005 Ulrich Drepper <drepper@redhat.com> 0.117-1
+- libdwfl: New function dwfl_module_return_value_location.
+- libebl: Backend improvements for several CPUs.
+
* Mon Oct 31 2005 Ulrich Drepper <drepper@redhat.com> 0.116-1
- libdw: New functions dwarf_ranges, dwarf_entrypc, dwarf_diecu, d
warf_entry_breakpoints. Removed Dwarf_Func type and functions d
diff --git a/configure.ac b/configure.ac
index 2d6f2b6a..e8e56fd7 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
dnl
-AC_INIT([Red Hat elfutils],[0.116],[http://bugzilla.redhat.com/bugzilla/],
+AC_INIT([Red Hat elfutils],[0.117],[http://bugzilla.redhat.com/bugzilla/],
[elfutils])
AC_CONFIG_AUX_DIR([config])