summaryrefslogtreecommitdiff
path: root/strace.spec
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2005-06-10 03:56:16 +0000
committerRoland McGrath <roland@redhat.com>2005-06-10 03:56:16 +0000
commit182cbf4a4a14b15f607de40e7752e92c04b418ff (patch)
tree1444355509a5271f4509568d2c09f24be48abdf4 /strace.spec
parent59a611ba1de47a3462503e9396f7d846e60d67a4 (diff)
downloadstrace-182cbf4a4a14b15f607de40e7752e92c04b418ff.tar.gz
strace-182cbf4a4a14b15f607de40e7752e92c04b418ff.tar.bz2
strace-182cbf4a4a14b15f607de40e7752e92c04b418ff.tar.xz
2005-06-09 Roland McGrath <roland@redhat.com>
* configure.ac, NEWS: Version 4.5.12. * debian/changelog, strace.spec: 4.5.12-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 bd27e61..1e94fa5 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.11
+Version: 4.5.12
Release: 1
License: BSD
Group: Development/Debuggers
@@ -75,6 +75,16 @@ rm -rf %{buildroot}
%changelog
+* Wed Jun 8 2005 Roland McGrath <roland@redhat.com> - 4.5.12-1
+- Fix known syscall recognition for IA32 processes on x86-64 (#158934).
+- Fix bad output for ptrace on x86-64 (#159787).
+- Fix potential buffer overruns (#151570, #159196).
+- Make some diagnostics more consistent (#159308).
+- Update PowerPC system calls.
+- Better printing for Linux aio system calls.
+- Don't truncate statfs64 fields to 32 bits in output (#158243).
+- Cosmetic code cleanups (#159688).
+
* Tue Mar 22 2005 Roland McGrath <roland@redhat.com> - 4.5.11-1
- Build tweaks.
- Note 4.5.10 select fix (#151570).