summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2006-08-15 01:57:03 +0000
committerRoland McGrath <roland@redhat.com>2006-08-15 01:57:03 +0000
commit1dee360aa30fecd20f403f98fd1cb9e543afcca7 (patch)
treeef5ac287850779d85fef6380c9b67384a0fa40ba
parenta1cee0760dceaeca52aff9498b144978537d5a16 (diff)
NEWS items for 0.123elfutils-0.123
-rw-r--r--NEWS12
-rw-r--r--config/elfutils.spec.in7
-rw-r--r--configure.ac2
3 files changed, 20 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8d7685c9..5d22c737 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Version 0.123:
+
+libebl: Backend build fixes, thanks to Stepan Kasal.
+
+libebl: ia64 backend support for register names, return value location
+
+libdwfl: Handle truncated linux kernel module section names.
+
+libdwfl: Look for linux kernel "vmlinux" files with ".debug" suffix.
+
+elflint: Fix checks to permit --hash-style=gnu format.
+
Version 0.122:
libebl: add function to test for relative relocation
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in
index 8ab350c1..05a2f5e3 100644
--- a/config/elfutils.spec.in
+++ b/config/elfutils.spec.in
@@ -154,6 +154,13 @@ rm -rf ${RPM_BUILD_ROOT}
%{_libdir}/libelf.so
%changelog
+* Mon Aug 14 2006 Roland McGrath <roland@redhat.com> 0.123-1
+- libebl: Backend build fixes, thanks to Stepan Kasal.
+- libebl: ia64 backend support for register names, return value location
+- libdwfl: Handle truncated linux kernel module section names.
+- libdwfl: Look for linux kernel vmlinux files with .debug suffix.
+- elflint: Fix checks to permit --hash-style=gnu format.
+
* Wed Jul 12 2006 Ulrich Drepper <drepper@redhat.com> 0.122-1
- libebl: add function to test for relative relocation
- elflint: fix and extend DT_RELCOUNT/DT_RELACOUNT checks
diff --git a/configure.ac b/configure.ac
index de81c68c..06d44283 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.122],[http://bugzilla.redhat.com/bugzilla/],
+AC_INIT([Red Hat elfutils],[0.123],[http://bugzilla.redhat.com/bugzilla/],
[elfutils])
AC_CONFIG_AUX_DIR([config])