summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2010-01-14 19:00:06 -0800
committerUlrich Drepper <drepper@redhat.com>2010-01-14 19:00:06 -0800
commit5f2116092632c8d600e2d7d87fc919aed37a1c04 (patch)
treec98ff56e3997f18da39599fabfa6063981445b55
parent8111da06cc8f0745bb521f8b28d06f96f0a5a887 (diff)
0.144 release preparation.elfutils-0.144
-rw-r--r--config/elfutils.spec.in9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in
index 4d9aab71..045542cb 100644
--- a/config/elfutils.spec.in
+++ b/config/elfutils.spec.in
@@ -183,6 +183,15 @@ rm -rf ${RPM_BUILD_ROOT}
%{_libdir}/libelf.a
%changelog
+* Thu Jan 14 2010 <drepper@redhat.com> 0.144-1
+- libelf: New function elf_getphdrnum. Now support using more than
+ 65536 program headers in a file.
+- libdw: New function dwarf_aggregate_size for computing (constant)
+ type sizes, including array_type cases with nontrivial
+ calculation.
+- readelf: Don't give errors for missing info under -a.
+ Handle Linux "VMCOREINFO" notes under -n.
+
* Mon Sep 21 2009 <drepper@redhat.com> 0.143-1
- libdw: Various convenience functions for individual attributes now
use dwarf_attr_integrate to look up indirect inherited
diff --git a/configure.ac b/configure.ac
index 9b79eb9d..e9fbfccf 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.143.90],[http://bugzilla.redhat.com/bugzilla/],[elfutils])
+AC_INIT([Red Hat elfutils],[0.144],[http://bugzilla.redhat.com/bugzilla/],[elfutils])
AC_CONFIG_AUX_DIR([config])
AC_CONFIG_FILES([config/Makefile])