diff options
| author | Ulrich Drepper <[email protected]> | 2005-10-31 20:19:31 +0000 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2005-10-31 20:19:31 +0000 |
| commit | cf18d52e3092fad31b18f0a879d4221f633ed3c7 (patch) | |
| tree | d6d2260ae95b7fe01822d1a8fc9a71ae8f7940af | |
| parent | 6724c90d02659f7466b67b357563042e403d154e (diff) | |
0.116 release.
| -rw-r--r-- | config/elfutils.spec.in | 11 | ||||
| -rw-r--r-- | configure.ac | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index 229bd3e7..1b512637 100644 --- a/config/elfutils.spec.in +++ b/config/elfutils.spec.in @@ -185,6 +185,17 @@ rm -rf ${RPM_BUILD_ROOT} %{_libdir}/libelf.so %changelog +* Mon Oct 31 2005 Ulrich Drepper <[email protected]> 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 <[email protected]> 0.115-1 - libelf: speed-ups of non-mmap reading. - strings: New program. diff --git a/configure.ac b/configure.ac index 8c4fca03..c2140e26 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.115],[http://bugzilla.redhat.com/bugzilla/], +AC_INIT([Red Hat elfutils],[0.116],[http://bugzilla.redhat.com/bugzilla/], [elfutils]) AC_CONFIG_AUX_DIR([config]) |
