]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
0.116 release.
authorUlrich Drepper <drepper@redhat.com>
Mon, 31 Oct 2005 20:19:31 +0000 (20:19 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 31 Oct 2005 20:19:31 +0000 (20:19 +0000)
config/elfutils.spec.in
configure.ac

index 229bd3e7fbf1da6847dc721365858e716cdb95a1..1b512637a26b0fda51eba7bf7229ba7b17558084 100644 (file)
@@ -185,6 +185,17 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_libdir}/libelf.so
 
 %changelog
+* 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
+warf_func_name, dwarf_func_lowpc, dwarf_func_highpc,       dwarf_func_
+entrypc, dwarf_func_die; dwarf_getfuncs callback now uses       Dwarf_
+Die, and dwarf_func_file, dwarf_func_line, dwarf_func_col       replac
+ed by dwarf_decl_file, dwarf_decl_line, dwarf_decl_column;       dwarf
+_func_inline, dwarf_func_inline_instances now take Dwarf_Die.       Ty
+pe Dwarf_Loc renamed to Dwarf_Op; dwarf_getloclist,       dwarf_addrlo
+clists renamed dwarf_getlocation, dwarf_getlocation_addr.
+
 * Fri Sep  2 2005 Ulrich Drepper <drepper@redhat.com> 0.115-1
 - libelf: speed-ups of non-mmap reading.
 - strings: New program.
index 8c4fca03e2698a2977a3765973ee415fdf901677..c2140e266fd4049a44d3c1544de013a74a6eb6f5 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 dnl
-AC_INIT([Red Hat elfutils],[0.115],[http://bugzilla.redhat.com/bugzilla/],
+AC_INIT([Red Hat elfutils],[0.116],[http://bugzilla.redhat.com/bugzilla/],
        [elfutils])
 
 AC_CONFIG_AUX_DIR([config])