0.144 release preparation. elfutils-0.144
authorUlrich Drepper <drepper@redhat.com>
Fri, 15 Jan 2010 03:00:06 +0000 (19:00 -0800)
committerUlrich Drepper <drepper@redhat.com>
Fri, 15 Jan 2010 03:00:06 +0000 (19:00 -0800)
config/elfutils.spec.in
configure.ac

index 4d9aab7..045542c 100644 (file)
@@ -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 
index 9b79eb9..e9fbfcc 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.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])