diff options
| author | Ulrich Drepper <[email protected]> | 2006-05-28 08:00:33 +0000 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2006-05-28 08:00:33 +0000 |
| commit | d9a8712537f913251c7400e0236db0cbd1f69f0e (patch) | |
| tree | 653bfe89f93b881bd42dab75504537a62fcc4062 | |
| parent | f97208e04f4099ba9fde520ba2aaa1818f053e19 (diff) | |
0.121 release.
| -rw-r--r-- | NEWS | 10 | ||||
| -rw-r--r-- | config/elfutils.spec.in | 6 | ||||
| -rw-r--r-- | configure.ac | 2 |
3 files changed, 17 insertions, 1 deletions
@@ -1,3 +1,13 @@ +Version 0.121: + +libelf: bug fixes for rewriting existing files when using mmap. + +make all installed headers usable in C++ code. + +readelf: better output format. + +libdw, libdwfl: handle files without aranges info. + Version 0.120: Bug fixes. diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index 8a232a0a..1f0a1b3a 100644 --- a/config/elfutils.spec.in +++ b/config/elfutils.spec.in @@ -154,6 +154,12 @@ rm -rf ${RPM_BUILD_ROOT} %{_libdir}/libelf.so %changelog +* Sun May 28 2006 Ulrich Drepper <[email protected]> 0.121-1 +- libelf: bug fixes for rewriting existing files when using mmap +- make all installed headers usable in C++ code +- readelf: better output format +- libdw, libdwfl: handle files without aranges info + * Tue Apr 4 2006 Ulrich Drepper <[email protected]> 0.120-1 - Bug fixes. - dwarf.h updated for DWARF 3.0 final specification. diff --git a/configure.ac b/configure.ac index 9d4c6ae3..c03e8a92 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.120],[http://bugzilla.redhat.com/bugzilla/], +AC_INIT([Red Hat elfutils],[0.121],[http://bugzilla.redhat.com/bugzilla/], [elfutils]) AC_CONFIG_AUX_DIR([config]) |
