From: Ulrich Drepper Date: Sun, 28 May 2006 08:00:33 +0000 (+0000) Subject: 0.121 release. X-Git-Tag: elfutils-0.121~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9a8712537f913251c7400e0236db0cbd1f69f0e;p=thirdparty%2Felfutils.git 0.121 release. --- diff --git a/NEWS b/NEWS index ce056f430..d676e733c 100644 --- a/NEWS +++ b/NEWS @@ -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 8a232a0ab..1f0a1b3a7 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 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 0.120-1 - Bug fixes. - dwarf.h updated for DWARF 3.0 final specification. diff --git a/configure.ac b/configure.ac index 9d4c6ae36..c03e8a920 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])