Prepare 0.161 release.

Signed-off-by: Mark Wielaard <mjw@redhat.com>
This commit is contained in:
Mark Wielaard
2014-12-18 23:41:41 +01:00
parent e80d32481b
commit 09dc83d67f
11 changed files with 1978 additions and 1703 deletions
+5
View File
@@ -1,3 +1,8 @@
2014-12-18 Mark Wielaard <mjw@redhat.com>
* configure.ac: Set version to 0.161.
* NEWS: Add dwarf.h additions.
2014-12-15 Josh Stone <jistone@redhat.com>
* .gitignore: Add config/compile as installed by automake 1.14.
+2
View File
@@ -7,6 +7,8 @@ libdw: New function dwarf_peel_type. dwarf_aggregate_size now uses
dwarf_getmacros_off, dwarf_macro_getsrcfiles,
dwarf_macro_getparamcnt, and dwarf_macro_param are available
for more generalized inspection of macros and their parameters.
dwarf.h: Add DW_AT_GNU_deleted, DW_AT_noreturn, DW_LANG_C11,
DW_LANG_C_plus_plus_11 and DW_LANG_C_plus_plus_14.
Version 0.160
+4
View File
@@ -1,3 +1,7 @@
2014-12-18 Mark Wielaard <mjw@redhat.com>
* elfutils.spec.in: Update for 0.161.
2014-11-27 Mark Wielaard <mjw@redhat.com>
* eu.am: Define textrel_msg, textrel_found and textrel_check based
+11
View File
@@ -196,6 +196,17 @@ rm -rf ${RPM_BUILD_ROOT}
%{_libdir}/libelf.a
%changelog
* Thu Dec 18 2014 Mark Wielaard <mjw@redhat.com> 0.161-1
- libdw: New function dwarf_peel_type. dwarf_aggregate_size now uses
dwarf_peel_type to also provide the sizes of qualified types.
dwarf_getmacros will now serve either of .debug_macro and
.debug_macinfo transparently. New interfaces dwarf_getmacros_off,
dwarf_macro_getsrcfiles, dwarf_macro_getparamcnt, and
dwarf_macro_param are available for more generalized inspection of
macros and their parameters.
dwarf.h: Add DW_AT_GNU_deleted, DW_AT_noreturn, DW_LANG_C11,
DW_LANG_C_plus_plus_11 and DW_LANG_C_plus_plus_14.
* Mon Aug 25 2014 Mark Wielaard <mjw@redhat.com> 0.160-1
- libdw: New functions dwarf_cu_getdwarf, dwarf_cu_die.
dwarf.h remove non-existing DW_TAG_mutable_type.
+1 -1
View File
@@ -17,7 +17,7 @@ dnl GNU General Public License for more details.
dnl
dnl You should have received a copy of the GNU General Public License
dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
AC_INIT([elfutils],[0.160],[https://bugzilla.redhat.com/],[elfutils])
AC_INIT([elfutils],[0.161],[https://bugzilla.redhat.com/],[elfutils])
AC_CONFIG_AUX_DIR([config])
AC_CONFIG_FILES([config/Makefile])
+4
View File
@@ -1,3 +1,7 @@
2014-12-18 Mark Wielaard <mjw@redhat.com>
* *.po: Update for 0.161.
2014-08-25 Mark Wielaard <mjw@redhat.com>
* *.po: Update for 0.160.
+390 -341
View File
File diff suppressed because it is too large Load Diff
+390 -340
View File
File diff suppressed because it is too large Load Diff
+391 -341
View File
File diff suppressed because it is too large Load Diff
+390 -340
View File
File diff suppressed because it is too large Load Diff
+390 -340
View File
File diff suppressed because it is too large Load Diff