summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS10
-rw-r--r--config/elfutils.spec.in6
-rw-r--r--configure.ac2
3 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ce056f43..d676e733 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 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])