From: Roland McGrath Date: Tue, 20 May 2008 01:56:28 +0000 (+0000) Subject: . X-Git-Tag: v4.5.18~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc362d4732184d24cb7b7b7bd31c05582f2a9c46;p=strace . --- diff --git a/ChangeLog b/ChangeLog index 5408615b..eb7df815 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2008-05-19 Roland McGrath + * debian/rules (binary-arch): Fix chmod/chown typo. + Fixes Debian#459255. + + * debian/rules (binary-arch): Install strace-graph in examples/ + directory under package doc. + Fixes Debian#469068. + * signal.c (sys_kill): When current personality's wordsize is smaller than native, sign-extend the PID argument from 32 bits. Fixes RH#430585.