aboutsummaryrefslogtreecommitdiffstats
path: root/strace.spec
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2007-08-03 10:28:55 +0000
committerRoland McGrath <roland@redhat.com>2007-08-03 10:28:55 +0000
commit47d3223c734d21e68eadb52889e1746d401af364 (patch)
tree807f75dcacf60ea765769936f49e1993f7565bf3 /strace.spec
parent328c235c2b6a3418195810ba593f2eb57051deca (diff)
downloadandroid_external_strace-47d3223c734d21e68eadb52889e1746d401af364.tar.gz
android_external_strace-47d3223c734d21e68eadb52889e1746d401af364.tar.bz2
android_external_strace-47d3223c734d21e68eadb52889e1746d401af364.zip
2007-08-03 Roland McGrath <roland@redhat.com>
* configure.ac, NEWS: Version 4.5.16. * debian/changelog, strace.spec: 4.5.16-1.
Diffstat (limited to 'strace.spec')
-rw-r--r--strace.spec12
1 files changed, 11 insertions, 1 deletions
diff --git a/strace.spec b/strace.spec
index ae76fe7c..18e987c1 100644
--- a/strace.spec
+++ b/strace.spec
@@ -1,6 +1,6 @@
Summary: Tracks and displays system calls associated with a running process
Name: strace
-Version: 4.5.15
+Version: 4.5.16
Release: 1%{?dist}
License: BSD
Group: Development/Debuggers
@@ -74,6 +74,16 @@ rm -rf %{buildroot}
%changelog
+* Fri Aug 3 2007 Roland McGrath <roland@redhat.com> - 4.5.16-1
+- fix multithread issues (#240962, #240961, #247907)
+- fix spurious SIGSTOP on early interrupt (#240986)
+- fix utime for biarch (#247185)
+- fix -u error message (#247170)
+- better futex syscall printing (##241467)
+- fix argv/envp printing with small -s settings, and for biarch
+- new syscalls: getcpu, eventfd, timerfd, signalfd, epoll_pwait,
+ move_pages, utimensat
+
* Tue Jan 16 2007 Roland McGrath <roland@redhat.com> - 4.5.15-1
- biarch fixes (#179740, #192193, #171626, #173050, #218433, #218043)
- fix -ff -o behavior (#204950, #218435, #193808, #219423)