- Fix PIE patch regression for loading binaries from valgrind (BZ 460319).

This commit is contained in:
Jan Kratochvil 2008-09-02 00:55:43 +00:00
parent 10f824b955
commit fdeb421774
2 changed files with 576 additions and 520 deletions

File diff suppressed because it is too large Load Diff

View File

@ -13,7 +13,7 @@ Version: 6.8
# The release always contains a leading reserved number, start it at 1.
# `upstream' is not a part of `name' to stay fully rpm dependencies compatible for the testing.
Release: 23%{?_with_upstream:.upstream}%{?dist}
Release: 24%{?_with_upstream:.upstream}%{?dist}
License: GPLv3+
Group: Development/Debuggers
@ -882,6 +882,9 @@ fi
%endif
%changelog
* Tue Sep 2 2008 Jan Kratochvil <jan.kratochvil@redhat.com> - 6.8-24
- Fix PIE patch regression for loading binaries from valgrind (BZ 460319).
* Thu Aug 28 2008 Jan Kratochvil <jan.kratochvil@redhat.com> - 6.8-23
- Fix attaching to stopped processes, based on the upstream version now.
- Just kernel-2.6.25 neither upstream nor utrace work with it; 2.6.9 works.