summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2010-04-06 23:46:43 +0000
committerDmitry V. Levin <ldv@altlinux.org>2010-04-13 16:09:23 +0000
commitacbe51899abd3f7ce5de5aad7245bb3de642bfab (patch)
treefe8764a4419e6d6db2466e7901215f3a413b3043 /debian
parent0c56f62207d81713f9ce7705e865b75f921e6a1b (diff)
downloadstrace-acbe51899abd3f7ce5de5aad7245bb3de642bfab.tar.gz
strace-acbe51899abd3f7ce5de5aad7245bb3de642bfab.tar.bz2
strace-acbe51899abd3f7ce5de5aad7245bb3de642bfab.tar.xz
Prepare for 4.5.20 releasev4.5.20
* NEWS: Update for 4.5.20 release. * configure.ac: Version 4.5.20. * debian/changelog: 4.5.20-1. * strace.spec: 4.5.20-1.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog10
1 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 11f622c..c71a9cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,14 @@
strace (4.5.20-1) unstable; urgency=low
- [ Frederik Schüler ]
+ [ Dmitry V. Levin ]
* New upstream version.
+ + Corrected decoding of 64bit syscalls, closes: #570603
+ + Corrected getsockopt decoding on architectures where
+ sizeof(long) > sizeof(int), closes: #494844
+ + Corrected decoding of epoll_pwait, closes: #513014
+ + Implemented -C option to combine regular and -c output, closes: #466196
+
+ [ Frederik Schüler ]
* Update standards-version to 3.8.4.
* debian/rules: allow parallel building.
* debian/rules: comment out verbose build, only needed for debugging.
@@ -31,6 +38,7 @@ strace (4.5.19-1) unstable; urgency=low
+ Fixed FTBFS on armel, closes: #520084, #535564
+ Marked sendfile(2) as a network syscall, closes: #509499
+ Fixed syscall numbers for tee and sync_file_range, closes: #503124
+ + Corrected accept(2) decoding, closes: #507573
+ Changed strace to exit/kill with traced process
exitcode/signal, closes: #37665