]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
0.121 release.
authorUlrich Drepper <drepper@redhat.com>
Sun, 28 May 2006 08:00:33 +0000 (08:00 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 28 May 2006 08:00:33 +0000 (08:00 +0000)
NEWS
config/elfutils.spec.in
configure.ac

diff --git a/NEWS b/NEWS
index ce056f4308e0968cf4ace2632ea98ff1acbc6023..d676e733cb87be335f7c9ee237aab08249691727 100644 (file)
--- 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.
index 8a232a0ab53ef700ab87d35e09ac533586a719c8..1f0a1b3a73b076d878d111530484b4849ea30609 100644 (file)
@@ -154,6 +154,12 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_libdir}/libelf.so
 
 %changelog
+* Sun May 28 2006 Ulrich Drepper <drepper@redhat.com> 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 <drepper@redhat.com> 0.120-1
 - Bug fixes.
 - dwarf.h updated for DWARF 3.0 final specification.
index 9d4c6ae36a2d64d0eddb7e4480cfdad7832d7e1b..c03e8a9209f1f1e1d5f5add2d71290ee08319026 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., 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])