summaryrefslogtreecommitdiff
path: root/strace.spec
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2009-09-14 16:34:34 +0000
committerDmitry V. Levin <ldv@altlinux.org>2009-09-19 00:52:24 +0000
commitfbfed22854797d0078750a94ea0e3e195c33ba9d (patch)
tree2dea290ab912087bc46d3fa7aab9462e87359f99 /strace.spec
parent22a97807b0e82e514c05231b99c09b7ef0d2190e (diff)
downloadstrace-fbfed22854797d0078750a94ea0e3e195c33ba9d.tar.gz
strace-fbfed22854797d0078750a94ea0e3e195c33ba9d.tar.bz2
strace-fbfed22854797d0078750a94ea0e3e195c33ba9d.tar.xz
Prepare for 4.5.19 release
* NEWS: Update for 4.5.19 release. * configure.ac: Version 4.5.19. * debian/changelog: 4.5.19-1. * strace.spec: 4.5.19-1.
Diffstat (limited to 'strace.spec')
-rw-r--r--strace.spec12
1 files changed, 10 insertions, 2 deletions
diff --git a/strace.spec b/strace.spec
index 3dd8f0f..335b286 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.18
+Version: 4.5.19
Release: 1%{?dist}
License: BSD
Group: Development/Debuggers
@@ -81,8 +81,16 @@ rm -rf %{buildroot}
%{_bindir}/strace64
%endif
-
%changelog
+* Mon Sep 14 2009 Dmitry V. Levin <ldv@altlinux.org> 4.5.19-1
+- New upstream release.
+ + exit/kill strace with traced process exitcode/signal (#105371);
+ + fixed build on ARM EABI (#507576);
+ + fixed display of 32-bit argv array on 64-bit architectures (#519480);
+ + fixed display of 32-bit fcntl(F_SETLK) on 64-bit architectures (#471169);
+ + fixed several bugs in strings decoder, including potential heap
+ memory corruption (#470529, #478324, #511035).
+
* Thu Aug 28 2008 Roland McGrath <roland@redhat.com> - 4.5.18-1
- build fix for newer kernel headers (#457291)
- fix CLONE_VFORK handling (#455078)