]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
NEWS items for 0.123 elfutils-0.123
authorRoland McGrath <roland@redhat.com>
Tue, 15 Aug 2006 01:57:03 +0000 (01:57 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 15 Aug 2006 01:57:03 +0000 (01:57 +0000)
NEWS
config/elfutils.spec.in
configure.ac

diff --git a/NEWS b/NEWS
index 8d7685c9cebba7eaa011b12a8020ec31929c14ba..5d22c73724798f0c3e92b98d84227802e7c7744e 100644 (file)
--- 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
index 8ab350c1b5767c44c7f4256e5ff015f2f8b466bf..05a2f5e3e835fcbcd41e8d1931d143edbf5ef58e 100644 (file)
@@ -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
index de81c68c38b5c98ea8cfe7a7fa046ed7ec2620f4..06d442831efb6a69311cac61d027869367ab8c9c 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.122],[http://bugzilla.redhat.com/bugzilla/],
+AC_INIT([Red Hat elfutils],[0.123],[http://bugzilla.redhat.com/bugzilla/],
        [elfutils])
 
 AC_CONFIG_AUX_DIR([config])