Dmitry V. Levin | 3f0c68b | 2016-06-05 23:08:58 +0000 | [diff] [blame^] | 1 | strace (4.12-3) unstable; urgency=medium |
| 2 | |
| 3 | * Fix up 32/64-bit test output in strace -S test to fix i386 build |
| 4 | * Run make check with VERBOSE=1 so we get useful information in build logs |
| 5 | |
| 6 | -- Steve McIntyre <93sam@debian.org> Sat, 04 Jun 2016 02:37:44 +0100 |
| 7 | |
| 8 | strace (4.12-2) unstable; urgency=medium |
| 9 | |
| 10 | * Remove libunwind dependency. Closes: #826223 |
| 11 | |
| 12 | -- Steve McIntyre <93sam@debian.org> Fri, 03 Jun 2016 13:43:44 +0100 |
| 13 | |
Dmitry V. Levin | ed1f206 | 2016-05-31 11:12:13 +0000 | [diff] [blame] | 14 | strace (4.12-1) unstable; urgency=low |
| 15 | |
| 16 | [ Dmitry V. Levin ] |
| 17 | * New upstream version. |
| 18 | + implemented simultaneous use of -p option and tracing of a command, |
| 19 | closes: #549942 |
| 20 | + fixed decoding of syscalls unknown to the kernel on s390/s390x, |
| 21 | closes: #485979 |
| 22 | |
| 23 | -- Dmitry V. Levin <ldv@altlinux.org> Tue, 31 May 2016 11:12:13 +0000 |
| 24 | |
Dmitry V. Levin | 2acb065 | 2015-12-21 20:21:22 +0000 | [diff] [blame] | 25 | strace (4.11-1) unstable; urgency=low |
| 26 | |
| 27 | [ Dmitry V. Levin ] |
| 28 | * New upstream version. |
| 29 | + fixed decoding of path argument of umount2 syscall, closes: #785050 |
| 30 | |
Dmitry V. Levin | 3ce8e9f | 2016-05-31 10:47:53 +0000 | [diff] [blame] | 31 | [ Steve McIntyre ] |
| 32 | * Drop patches against old upstream - all upstream now. |
| 33 | * Add simple upstream patch to fix printing of 32-bit times syscall |
| 34 | return value on 64-bit architectures. |
| 35 | |
| 36 | -- Steve McIntyre <93sam@debian.org> Fri, 08 Jan 2015 00:52:05 +0000 |
Dmitry V. Levin | 2acb065 | 2015-12-21 20:21:22 +0000 | [diff] [blame] | 37 | |
Dmitry V. Levin | 4fa8073 | 2015-12-20 00:51:51 +0000 | [diff] [blame] | 38 | strace (4.10-3) unstable; urgency=medium |
Dmitry V. Levin | dfabccf | 2015-03-06 13:14:15 +0000 | [diff] [blame] | 39 | |
Dmitry V. Levin | 4fa8073 | 2015-12-20 00:51:51 +0000 | [diff] [blame] | 40 | * Really fix mips* builds - fix sys_syscall() handling. |
| 41 | Closes: #781753 |
| 42 | * Clean up strace64.substvars at clean time |
| 43 | * Remove ancient changelog entries that annoy lintian |
| 44 | * Update Standards-Version to 3.9.6 (no changes needed) |
| 45 | |
| 46 | -- Steve McIntyre <93sam@debian.org> Wed, 08 Jul 2015 23:44:03 +0100 |
| 47 | |
| 48 | strace (4.10-2) unstable; urgency=medium |
| 49 | |
| 50 | * Fix building on arm64 using patches from upstream. Closes: #790770 |
| 51 | * Fix various test suite failures using patches from upstream. |
| 52 | Closes: #781040 |
| 53 | * Fix mips o32 build. Thanks to Arturo Borrero Gonzalez |
| 54 | <arturo.borrero.glez@gmail.com> for tracking this. |
| 55 | * Add build-dependency on gawk for the test suite. Closes: #780992 |
| 56 | |
| 57 | -- Steve McIntyre <93sam@debian.org> Thu, 02 Jul 2015 02:03:25 +0100 |
| 58 | |
| 59 | strace (4.10-1) unstable; urgency=low |
| 60 | |
| 61 | [ Dmitry V. Levin ] |
Dmitry V. Levin | dfabccf | 2015-03-06 13:14:15 +0000 | [diff] [blame] | 62 | * New upstream version. |
| 63 | + enhanced ioctl decoding, closes: #692913 |
| 64 | + enabled mips64el build, closes: #773375 |
| 65 | + updated signal and errno numbers, closes: #768642 |
| 66 | + updated generic and added arch-specific PTRACE_* constants, |
| 67 | closes: #734554 |
| 68 | |
Dmitry V. Levin | 4fa8073 | 2015-12-20 00:51:51 +0000 | [diff] [blame] | 69 | -- Steve McIntyre <93sam@debian.org> Sat, 21 Mar 2015 22:18:25 +0000 |
Dmitry V. Levin | dfabccf | 2015-03-06 13:14:15 +0000 | [diff] [blame] | 70 | |
Dmitry V. Levin | f3f136c | 2014-08-20 17:00:09 +0000 | [diff] [blame] | 71 | strace (4.9-2) unstable; urgency=medium |
Dmitry V. Levin | e4db4c4 | 2014-08-15 13:14:15 +0000 | [diff] [blame] | 72 | |
Dmitry V. Levin | f3f136c | 2014-08-20 17:00:09 +0000 | [diff] [blame] | 73 | * Turn on support for ppc64el, code is already in upstream. |
| 74 | Closes: #744121. |
| 75 | |
| 76 | -- Steve McIntyre <93sam@debian.org> Wed, 20 Aug 2014 18:00:20 +0100 |
| 77 | |
| 78 | strace (4.9-1) unstable; urgency=medium |
| 79 | |
| 80 | [ Dmitry V. Levin ] |
Dmitry V. Levin | e4db4c4 | 2014-08-15 13:14:15 +0000 | [diff] [blame] | 81 | * New upstream version. |
| 82 | + added -w option to produce stats on syscall latency, closes: #457497 |
| 83 | + applied miscellaneous corrections to the manpage, closes: #725987 |
| 84 | + fixed a typo in package description, closes: #697625 |
| 85 | + enabled or1k build, closes: #742235 |
| 86 | + enabled maximum security hardening, thanks to Markus <waldeck@gmx.de> |
| 87 | |
Dmitry V. Levin | f3f136c | 2014-08-20 17:00:09 +0000 | [diff] [blame] | 88 | [ Steve McIntyre ] |
| 89 | * New maintainer. Thanks to Frederik for all his prior work! |
| 90 | |
| 91 | -- Steve McIntyre <93sam@debian.org> Wed, 20 Aug 2014 15:11:36 +0100 |
Dmitry V. Levin | e4db4c4 | 2014-08-15 13:14:15 +0000 | [diff] [blame] | 92 | |
Dmitry V. Levin | a283ae0 | 2014-08-15 13:14:15 +0000 | [diff] [blame] | 93 | strace (4.8-1.1) unstable; urgency=low |
| 94 | |
| 95 | * NMU |
| 96 | * Uploading 4.8 to unstable to fix long-standing bugs that have been |
| 97 | fixed for ages in experimental only. |
| 98 | * enable arm64 build, Closes: #749956 |
| 99 | * enable x32 build, Closes: #727018 |
| 100 | * lintian-inspired fixes: |
| 101 | + add build-arch and build-indep targets in debian/rules |
| 102 | + update standards-version to 3.9.5 |
| 103 | + remove ancient changelog entries causing syntax checker errors |
| 104 | + add hardening using buildflags.mk |
| 105 | + trivial changes to Description: fields |
| 106 | |
| 107 | -- Steve McIntyre <93sam@debian.org> Thu, 10 Jul 2014 14:22:18 +0000 |
| 108 | |
Dmitry V. Levin | d845411 | 2013-06-03 12:34:56 +0000 | [diff] [blame] | 109 | strace (4.8-1) experimental; urgency=low |
| 110 | |
| 111 | * New upstream version. |
| 112 | + Added aarch64 support, closes: #693074 |
| 113 | + Fixed kernel release string parsing, closes: #702309 |
| 114 | |
| 115 | -- Dmitry V. Levin <ldv@altlinux.org> Mon, 03 Jun 2013 15:16:17 +0000 |
| 116 | |
Dmitry V. Levin | 0eb7165 | 2013-05-17 23:16:39 +0000 | [diff] [blame] | 117 | strace (4.7-1) experimental; urgency=low |
Dmitry V. Levin | 417eb88 | 2012-05-02 12:34:56 +0000 | [diff] [blame] | 118 | |
Dmitry V. Levin | 0eb7165 | 2013-05-17 23:16:39 +0000 | [diff] [blame] | 119 | [ Dmitry V. Levin ] |
Dmitry V. Levin | 417eb88 | 2012-05-02 12:34:56 +0000 | [diff] [blame] | 120 | * New upstream version. |
| 121 | + Fixed sockaddr_un.sun_path name in decoded output, closes: #554946 |
| 122 | + Avoid potential core file clobbering on exit, closes: #656398 |
| 123 | + Fixed a typo in documentation, closes: #653309 |
| 124 | |
Dmitry V. Levin | 0eb7165 | 2013-05-17 23:16:39 +0000 | [diff] [blame] | 125 | -- Frederik Schüler <fs@debian.org> Tue, 12 Feb 2013 10:35:22 +0100 |
Dmitry V. Levin | 417eb88 | 2012-05-02 12:34:56 +0000 | [diff] [blame] | 126 | |
Dmitry V. Levin | 50e69cb | 2011-02-21 22:58:59 +0000 | [diff] [blame] | 127 | strace (4.6-1) unstable; urgency=low |
| 128 | |
Dmitry V. Levin | 50e69cb | 2011-02-21 22:58:59 +0000 | [diff] [blame] | 129 | * New upstream version. |
| 130 | + Added HDIO_* ioctl names, closes: #450953 |
| 131 | + Fixed stat64 decoding on mips, closes: #599028 |
| 132 | + Fixed misleading italics in the manual page, closes: #589323 |
| 133 | |
| 134 | -- Dmitry V. Levin <ldv@altlinux.org> Mon, 14 Mar 2011 15:16:17 +0000 |
| 135 | |
Dmitry V. Levin | 48e95c7 | 2012-04-20 17:31:48 +0000 | [diff] [blame] | 136 | strace (4.5.20-2.3) unstable; urgency=low |
| 137 | |
| 138 | * Non-maintainer upload. |
| 139 | * Add sh4 to arch list. |
| 140 | * Add powerpcspe to arch list (Closes: #579842). |
| 141 | |
| 142 | -- Nobuhiro Iwamatsu <iwamatsu@debian.org> Tue, 22 Mar 2011 09:03:49 +0900 |
| 143 | |
| 144 | strace (4.5.20-2.2) unstable; urgency=low |
| 145 | |
| 146 | * Non-maintainer upload. |
| 147 | * Add sh4 to arch list (Closes: #537105). |
| 148 | |
| 149 | -- Nobuhiro Iwamatsu <iwamatsu@debian.org> Wed, 09 Mar 2011 09:22:01 +0900 |
| 150 | |
| 151 | strace (4.5.20-2.1) unstable; urgency=low |
| 152 | |
| 153 | * NMU, added armhf support. (Closes: #596960) |
| 154 | |
| 155 | -- Konstantinos Margaritis <markos@debian.org> Thu, 24 Feb 2011 14:47:54 +0000 |
| 156 | |
Dmitry V. Levin | c36c303 | 2011-02-21 23:22:34 +0000 | [diff] [blame] | 157 | strace (4.5.20-2) unstable; urgency=low |
| 158 | |
| 159 | * Add missing sparc syscall defines to fix FTBFS on sparc. |
| 160 | |
| 161 | -- Frederik Schüler <fs@debian.org> Tue, 04 May 2010 14:31:46 +0200 |
| 162 | |
Frederik Schüler | 0c56f62 | 2010-04-13 13:04:00 +0200 | [diff] [blame] | 163 | strace (4.5.20-1) unstable; urgency=low |
| 164 | |
Dmitry V. Levin | acbe518 | 2010-04-06 23:46:43 +0000 | [diff] [blame] | 165 | [ Dmitry V. Levin ] |
Frederik Schüler | 0c56f62 | 2010-04-13 13:04:00 +0200 | [diff] [blame] | 166 | * New upstream version. |
Dmitry V. Levin | acbe518 | 2010-04-06 23:46:43 +0000 | [diff] [blame] | 167 | + Corrected decoding of 64bit syscalls, closes: #570603 |
| 168 | + Corrected getsockopt decoding on architectures where |
| 169 | sizeof(long) > sizeof(int), closes: #494844 |
| 170 | + Corrected decoding of epoll_pwait, closes: #513014 |
| 171 | + Implemented -C option to combine regular and -c output, closes: #466196 |
| 172 | |
| 173 | [ Frederik Schüler ] |
Frederik Schüler | 0c56f62 | 2010-04-13 13:04:00 +0200 | [diff] [blame] | 174 | * Update standards-version to 3.8.4. |
| 175 | * debian/rules: allow parallel building. |
| 176 | * debian/rules: comment out verbose build, only needed for debugging. |
| 177 | * debian/rules: clean up clean: target, dh_clean does most of the work |
| 178 | already. |
| 179 | * debian/rules: use *-stamp instead of stamp-*, so dh_clean can tidy |
| 180 | up for us. |
| 181 | |
| 182 | -- Frederik Schüler <fs@debian.org> Tue, 13 Apr 2010 13:02:57 +0200 |
| 183 | |
Frederik Schüler | 881f573 | 2010-02-04 12:14:56 -0800 | [diff] [blame] | 184 | strace (4.5.19-2) unstable; urgency=low |
| 185 | |
| 186 | * Add sparc64 to the architectures list, closes: #560062 |
| 187 | * Fix FTBFS, thanks to Aurelien Jarno <aurelien@aurel32.net> for pointing |
| 188 | out the solution. Closes: #560516 |
| 189 | * Rebuild as normal package, closes: #566968 |
| 190 | * Update standards-version to 3.8.3. |
| 191 | * Lower package priority to optional, matching the archive override. |
| 192 | * Add watch file. |
| 193 | |
| 194 | -- Frederik Schüler <fs@debian.org> Tue, 26 Jan 2010 12:20:51 +0100 |
| 195 | |
Dmitry V. Levin | fbfed22 | 2009-09-14 16:34:34 +0000 | [diff] [blame] | 196 | strace (4.5.19-1) unstable; urgency=low |
| 197 | |
Frederik Schüler | f786da5 | 2009-10-05 20:50:07 +0000 | [diff] [blame] | 198 | [ Dmitry V. Levin ] |
Dmitry V. Levin | fbfed22 | 2009-09-14 16:34:34 +0000 | [diff] [blame] | 199 | * New upstream release. |
| 200 | + Fixed FTBFS on armel, closes: #520084, #535564 |
| 201 | + Marked sendfile(2) as a network syscall, closes: #509499 |
| 202 | + Fixed syscall numbers for tee and sync_file_range, closes: #503124 |
Dmitry V. Levin | acbe518 | 2010-04-06 23:46:43 +0000 | [diff] [blame] | 203 | + Corrected accept(2) decoding, closes: #507573 |
Dmitry V. Levin | fbfed22 | 2009-09-14 16:34:34 +0000 | [diff] [blame] | 204 | + Changed strace to exit/kill with traced process |
| 205 | exitcode/signal, closes: #37665 |
| 206 | |
Frederik Schüler | f786da5 | 2009-10-05 20:50:07 +0000 | [diff] [blame] | 207 | [ Frederik Schüler ] |
| 208 | * Move myself from uploaders to maintainers, and drop Roland from the list, |
| 209 | closes: #521458 |
| 210 | * Apply hppa fixes, thanks to Carlos O'Donell <carlos@systemhalted.org> |
| 211 | and Helge Deller <deller@gmx.de> for the fixes, closes: #546619, #437928 |
| 212 | * Update standards-version to 3.8.1. |
| 213 | |
| 214 | -- Frederik Schüler <fs@debian.org> Mon, 05 Oct 2009 22:39:54 +0200 |
Dmitry V. Levin | fbfed22 | 2009-09-14 16:34:34 +0000 | [diff] [blame] | 215 | |
Dmitry V. Levin | 22a9780 | 2009-09-14 17:03:20 +0000 | [diff] [blame] | 216 | strace (4.5.18-1) unstable; urgency=low |
| 217 | |
| 218 | * New upstream release, closes: #515655 |
| 219 | + Fix FTBFS, closes: #518852 |
| 220 | * Backported patch from CVS: Fix support for NUL-terminated |
| 221 | string, closes: #508484 |
| 222 | * Build-depend on debhelper (>= 7.0.0). |
| 223 | |
| 224 | -- Frederik Schüler <fs@debian.org> Mon, 09 Mar 2009 14:39:42 +0100 |
| 225 | |
| 226 | strace (4.5.17+cvs080723-2) unstable; urgency=low |
| 227 | |
| 228 | * Pull Fix for sparc FTBFS from CVS, closes: #492774 |
| 229 | * Make strace64 priority extra. |
| 230 | |
| 231 | -- Frederik Schüler <fs@debian.org> Sat, 02 Aug 2008 10:36:59 +0200 |
| 232 | |
| 233 | strace (4.5.17+cvs080723-1) unstable; urgency=low |
| 234 | |
| 235 | * New upstream cvs snapshot. |
| 236 | - fixes arm and armel FTBFS. |
| 237 | |
| 238 | -- Frederik Schüler <fs@debian.org> Wed, 23 Jul 2008 15:23:22 +0200 |
| 239 | |
Roland McGrath | cc4f22d | 2008-07-18 00:50:04 +0000 | [diff] [blame] | 240 | strace (4.5.17-1) unstable; urgency=low |
Roland McGrath | 6019fbb | 2008-07-18 00:18:27 +0000 | [diff] [blame] | 241 | |
Roland McGrath | cc4f22d | 2008-07-18 00:50:04 +0000 | [diff] [blame] | 242 | * New upstream release. |
Roland McGrath | a04e213 | 2008-07-22 00:27:31 +0000 | [diff] [blame] | 243 | |
| 244 | -- Frederik Schüler <fs@debian.org> Sat, 19 Jul 2008 21:38:30 +0200 |
| 245 | |
| 246 | strace (4.5.16+cvs20080708-2) unstable; urgency=low |
| 247 | |
| 248 | * Rerun autotools in correct order. |
Denys Vlasenko | 402eeb6 | 2009-01-02 13:03:44 +0000 | [diff] [blame] | 249 | * Add strace64 package on i386, powerpc, s390 and sparc, |
Roland McGrath | a04e213 | 2008-07-22 00:27:31 +0000 | [diff] [blame] | 250 | closes: #491167, #491188 |
| 251 | |
| 252 | -- Frederik Schüler <fs@debian.org> Thu, 17 Jul 2008 17:21:27 +0200 |
| 253 | |
| 254 | strace (4.5.16+cvs20080708-1) unstable; urgency=low |
| 255 | |
| 256 | * New upstream snapshot. |
Roland McGrath | 6019fbb | 2008-07-18 00:18:27 +0000 | [diff] [blame] | 257 | + Fix chmod/chown typo in debian/rules, closes: #459255. |
| 258 | + Install strace-graph too, closes: 469068. |
| 259 | + Fix m68k build, closes: 456879. |
| 260 | + Arm updates, closes: #441000. |
| 261 | + fix build on mips/mipsel, closes: #448802. |
| 262 | + show poll() parameters before blocking, closes: #369651. |
| 263 | + use dh_strip instead of install -s, closes: #438055, #396682. |
| 264 | + fix sparc build, closes: #469379. |
| 265 | * Acknowledge NMU, closes: #469380. |
| 266 | * Remove Wichert Akkerman from uploaders list. |
| 267 | * Bump standards version to 3.8.0. |
| 268 | - Add Homepage field. |
| 269 | * Add dh_md5sums call, closes: #439428. |
| 270 | * Fix dpkg-gencontrol call. |
Roland McGrath | cc4f22d | 2008-07-18 00:50:04 +0000 | [diff] [blame] | 271 | * Update debian/copyright. |
Roland McGrath | 6019fbb | 2008-07-18 00:18:27 +0000 | [diff] [blame] | 272 | |
| 273 | -- Frederik Schüler <fs@debian.org> Tue, 01 Jul 2008 23:05:51 +0200 |
| 274 | |
Roland McGrath | 47d3223 | 2007-08-03 10:28:55 +0000 | [diff] [blame] | 275 | strace (4.5.16-1) unstable; urgency=low |
| 276 | |
| 277 | * New upstream version. |
| 278 | + 64-bit builds, closes: #435303. |
| 279 | + LFS build fix, closes: #385310. |
| 280 | + Fix multithread issues |
| 281 | + Fix spurious SIGSTOP on early interrupt. |
| 282 | + Fix utime for biarch. |
| 283 | + Fix -u error message. |
| 284 | + Better futex syscall printing. |
| 285 | + Fix argv/envp printing with small -s settings, and for biarch. |
| 286 | + New syscalls: getcpu, eventfd, timerfd, signalfd, epoll_pwait, |
| 287 | move_pages, utimensat. |
| 288 | |
| 289 | -- Roland McGrath <frob@debian.org> Fri, 03 Aug 2007 03:24:21 -0700 |
| 290 | |
Roland McGrath | 877882a | 2007-07-05 20:49:59 +0000 | [diff] [blame] | 291 | strace (4.5.15-1) unstable; urgency=high |
Roland McGrath | 16a3a52 | 2007-01-11 22:22:42 +0000 | [diff] [blame] | 292 | |
Roland McGrath | 877882a | 2007-07-05 20:49:59 +0000 | [diff] [blame] | 293 | [ Roland McGrath ] |
Roland McGrath | 16a3a52 | 2007-01-11 22:22:42 +0000 | [diff] [blame] | 294 | * New upstream version. |
| 295 | + Fix -ff -o behavior, closes: #353935. |
| 296 | + Fail when nonoption args follow -p switches, closes: #361302. |
| 297 | + Fix semtimedop, closes: #340239. |
| 298 | + ARM support fixes, closes: #360152, #360154. |
| 299 | |
Roland McGrath | 877882a | 2007-07-05 20:49:59 +0000 | [diff] [blame] | 300 | [ Frederik Schüler ] |
| 301 | * Fix configure script, closes: #428997 |
| 302 | |
| 303 | -- Frederik Schüler <fs@debian.org> Fri, 22 Jun 2007 16:28:08 +0000 |
| 304 | |
| 305 | strace (4.5.14-2) unstable; urgency=low |
| 306 | |
| 307 | * New comaintainer. |
| 308 | * Fix build failure with linux-2.6.18, thanks to Andreas Henriksson for the |
| 309 | patch, closes: #392556. |
| 310 | * Fix build with libc6 2.5. |
| 311 | * Acknowledge NMUs, closes: #315500, #355733 |
| 312 | |
| 313 | -- Frederik Schüler <fs@debian.org> Thu, 26 Oct 2006 22:11:25 +0200 |
Roland McGrath | 16a3a52 | 2007-01-11 22:22:42 +0000 | [diff] [blame] | 314 | |
Roland McGrath | f4d9b49 | 2006-01-17 06:22:57 +0000 | [diff] [blame] | 315 | strace (4.5.14-1) unstable; urgency=low |
| 316 | |
| 317 | * New upstream version. |
| 318 | + Fix crash in printing sysctl, closes: #339117. |
| 319 | + Respect DEB_BUILD_OPTIONS=nostrip, closes: #325132. |
| 320 | + Fix ipc syscall decoding, closes: #340239. |
| 321 | + Add missing source files to tarball, closes: #336197. |
| 322 | + Build on armeb, closes: #335681. |
| 323 | |
| 324 | -- Roland McGrath <frob@debian.org> Mon, 16 Jan 2006 22:17:38 -0800 |
| 325 | |
Roland McGrath | cab4380 | 2005-08-03 11:42:35 +0000 | [diff] [blame] | 326 | strace (4.5.13-1) unstable; urgency=low |
| 327 | |
| 328 | * New upstream version. |
| 329 | + Fix m68k build, closes: #315500. |
| 330 | + Fix setsockopt decoding on 64-bit. |
| 331 | + Fix typos in socket option name strings. |
| 332 | + Display more IPV6 socket options by name. |
| 333 | + Don't display inappropriate syscalls for -e trace=file. |
| 334 | + New selector type -e trace=desc for file-descriptor using calls. |
| 335 | + Fix 32-bit old_mmap syscall decoding on x86-64. |
| 336 | + Fix errors detaching from multithreaded process on interrupt. |
| 337 | + Note 4.5.12 fix for crash handling bad signal numbers. |
| 338 | |
| 339 | -- Roland McGrath <frob@debian.org> Wed, 3 Aug 2005 04:41:49 -0700 |
| 340 | |
Roland McGrath | 182cbf4 | 2005-06-10 03:56:16 +0000 | [diff] [blame] | 341 | strace (4.5.12-1) unstable; urgency=low |
| 342 | |
| 343 | * New upstream version. |
| 344 | + Build on ppc64, closes: #301089. |
| 345 | + Refuse negative -s argument value, closes: #303256. |
| 346 | + Fix known syscall recognition for IA32 processes on x86-64. |
| 347 | + Fix bad output for ptrace on x86-64. |
| 348 | + Fix potential buffer overruns. |
| 349 | + Make some diagnostics more consistent. |
| 350 | + Update PowerPC system calls. |
| 351 | + Better printing for Linux aio system calls. |
| 352 | + Don't truncate statfs64 fields to 32 bits in output. |
| 353 | + Cosmetic code cleanups. |
| 354 | |
| 355 | -- Roland McGrath <frob@debian.org> Wed, 8 Jun 2005 13:52:39 -0700 |
| 356 | |
Roland McGrath | 7147a3d | 2005-03-22 23:12:39 +0000 | [diff] [blame] | 357 | strace (4.5.11-1) unstable; urgency=low |
Roland McGrath | d818403 | 2005-03-15 02:40:12 +0000 | [diff] [blame] | 358 | |
| 359 | * New upstream version. |
| 360 | + Update MIPS system call table, closes: #256684. |
| 361 | + Fix build on s390 and sparc, closes: #294172, #293564. |
| 362 | + Fix select handling on nonstandard fd_set sizes, closes: #65654, #284290. |
| 363 | + Don't print errors for null file name pointers, closes: #63093. |
| 364 | + Fix initial execve output with -i. |
Roland McGrath | 7147a3d | 2005-03-22 23:12:39 +0000 | [diff] [blame] | 365 | + Fix build nits, closes: #300598. |
Roland McGrath | d818403 | 2005-03-15 02:40:12 +0000 | [diff] [blame] | 366 | |
Roland McGrath | 7147a3d | 2005-03-22 23:12:39 +0000 | [diff] [blame] | 367 | -- Roland McGrath <frob@debian.org> Tue, 22 Mar 2005 15:12:22 -0800 |
Roland McGrath | d818403 | 2005-03-15 02:40:12 +0000 | [diff] [blame] | 368 | |
Roland McGrath | 7147a3d | 2005-03-22 23:12:39 +0000 | [diff] [blame] | 369 | strace (4.5.9-1) unstable; urgency=low |
Roland McGrath | d63311a | 2005-02-04 09:29:04 +0000 | [diff] [blame] | 370 | |
| 371 | * New upstream version. |
| 372 | + Fix potential crash in getxattr printing, closes: #283704. |
| 373 | + Improve socket ioctl printing, closes: #192164. |
| 374 | + Fix sparc build, closes: #278449. |
| 375 | + Update ia64 syscall list. |
| 376 | + Fix x86_64 syscall argument extraction for 32-bit processes. |
| 377 | + Fix -e signal=NAME parsing. |
| 378 | + Fix x86_64 exit_group syscall handling. |
| 379 | + Improve mount flags printing. |
| 380 | + Support symbolic printing of x86_64 arch_prctl parameters. |
| 381 | + Add strace-udeb package for Debian installer debugging, closes: #268294. |
| 382 | |
Roland McGrath | 3619a99 | 2005-02-04 09:54:04 +0000 | [diff] [blame] | 383 | -- Roland McGrath <frob@debian.org> Fri, 4 Feb 2005 01:53:01 -0800 |
Roland McGrath | d63311a | 2005-02-04 09:29:04 +0000 | [diff] [blame] | 384 | |
Roland McGrath | f041d47 | 2004-10-20 02:17:52 +0000 | [diff] [blame] | 385 | strace (4.5.8-1) unstable; urgency=low |
| 386 | |
| 387 | * New upstream version. |
| 388 | + Fix strace64 man page symlink, closes: #269220. |
| 389 | + Update syscall tables for Alpha, ARM, HPPA, closes: #273887. |
| 390 | + Build strace64 for s390, closes: #271500. |
| 391 | + Fix some endian issues in 64-bit argument output on 32-bit machines. |
| 392 | + Support new Linux syscalls mbind, set_mempolicy, get_mempolicy, waitid. |
| 393 | + Support Linux syscalls fadvise64, fadvise64_64, and epoll_*. |
| 394 | + Improve ioctl command name matching. |
| 395 | + Print RTC_* ioctl structure contents. |
| 396 | + Support newer RLIMIT_* values. |
| 397 | + Print struct cmsghdr details in sendmsg. |
| 398 | |
| 399 | -- Roland McGrath <frob@debian.org> Tue, 19 Oct 2004 18:05:28 -0700 |
| 400 | |
Roland McGrath | b93f918 | 2004-08-31 08:17:20 +0000 | [diff] [blame] | 401 | strace (4.5.7-1) unstable; urgency=low |
| 402 | |
| 403 | * New upstream version. |
| 404 | + Update man page about -c, closes: #254438. |
| 405 | + Include pread/pwrite calls in -e read/write tracing, closes: #239947. |
| 406 | + Update SO_* and IP_* value lists, closes: #171653. |
| 407 | + Print attribute values in *xattr system calls. |
| 408 | + Print clock_t values symbolically in Linux clock_* system calls. |
| 409 | + Show PER_* values correctly, closes: #40588. |
Roland McGrath | b15c497 | 2004-08-31 08:41:47 +0000 | [diff] [blame] | 410 | + Fix `strace64' build on sparc, closes: #254728. |
Roland McGrath | b93f918 | 2004-08-31 08:17:20 +0000 | [diff] [blame] | 411 | |
Roland McGrath | b15c497 | 2004-08-31 08:41:47 +0000 | [diff] [blame] | 412 | -- Roland McGrath <frob@debian.org> Tue, 31 Aug 2004 01:41:19 -0700 |
Roland McGrath | b93f918 | 2004-08-31 08:17:20 +0000 | [diff] [blame] | 413 | |
Roland McGrath | 785a026 | 2004-07-12 07:55:48 +0000 | [diff] [blame] | 414 | strace (4.5.6-1) unstable; urgency=low |
| 415 | |
| 416 | * New upstream version. |
| 417 | + Update Linux ioctl lists and decode some more network ioctls. |
| 418 | + Fix `quotactl' argument decoding on 64-bit. |
| 419 | + Linux/SPARC64 support, closes: #254728. |
| 420 | |
| 421 | -- Roland McGrath <frob@debian.org> Mon, 12 Jul 2004 00:18:32 -0700 |
| 422 | |
Roland McGrath | b7e2ca1 | 2004-06-28 05:24:29 +0000 | [diff] [blame] | 423 | strace (4.5.5-1) unstable; urgency=low |
| 424 | |
| 425 | * New upstream version. |
| 426 | + Fix support for 32-bit (i386) binaries on Linux/AMD64. |
| 427 | |
| 428 | -- Roland McGrath <frob@debian.org> Sun, 27 Jun 2004 22:19:15 -0700 |
| 429 | |
Roland McGrath | ed8e77e | 2004-06-04 02:35:58 +0000 | [diff] [blame] | 430 | strace (4.5.4-1) unstable; urgency=low |
| 431 | |
| 432 | * Build package on amd64, closes: #246568. |
| 433 | * New upstream version. |
| 434 | + Recognize more PF_* and AF_* values, closes: #250506. |
| 435 | + Other fixes. |
| 436 | |
| 437 | -- Roland McGrath <frob@debian.org> Thu, 3 Jun 2004 19:35:37 -0700 |
| 438 | |
Roland McGrath | a8c555f | 2004-04-16 22:28:41 +0000 | [diff] [blame] | 439 | strace (4.5.3-1) unstable; urgency=low |
| 440 | |
| 441 | * New upstream version. |
| 442 | + Finish fix for -f on Linux/S390(x). |
| 443 | + Print extra wait status bits, closes: #240062. |
Roland McGrath | a8c555f | 2004-04-16 22:28:41 +0000 | [diff] [blame] | 444 | |
Roland McGrath | 252b185 | 2004-04-16 22:49:18 +0000 | [diff] [blame] | 445 | -- Roland McGrath <frob@debian.org> Fri, 16 Apr 2004 15:27:43 -0700 |
Roland McGrath | a8c555f | 2004-04-16 22:28:41 +0000 | [diff] [blame] | 446 | |
Roland McGrath | b66e936 | 2004-03-02 06:38:35 +0000 | [diff] [blame] | 447 | strace (4.5.2-1) unstable; urgency=low |
Roland McGrath | 00eb84e | 2003-11-14 02:57:22 +0000 | [diff] [blame] | 448 | |
| 449 | * New upstream version. |
| 450 | + Check for errors writing to -o file, closes: #218762 |
Roland McGrath | 00eb84e | 2003-11-14 02:57:22 +0000 | [diff] [blame] | 451 | + Print multiple ioctl code matches on Linux. |
| 452 | + Various other fixes. |
Roland McGrath | b66e936 | 2004-03-02 06:38:35 +0000 | [diff] [blame] | 453 | + Update typos and obsolete bits in man page, closes: #217008, #223390 |
| 454 | + Fix compilation problems with newer kernel headers, closes: #223207 |
| 455 | + Update HPPA system calls, closes: #231632 |
| 456 | + Fix PID in messages, closes: #229802 |
| 457 | + Fix s390 brokenness in 4.5, closes: #226098 |
Roland McGrath | 00eb84e | 2003-11-14 02:57:22 +0000 | [diff] [blame] | 458 | |
Roland McGrath | b66e936 | 2004-03-02 06:38:35 +0000 | [diff] [blame] | 459 | -- Roland McGrath <frob@debian.org> Mon, 1 Mar 2004 22:44:55 -0800 |
Roland McGrath | 00eb84e | 2003-11-14 02:57:22 +0000 | [diff] [blame] | 460 | |
Roland McGrath | a3bc12e | 2003-09-24 22:22:38 +0000 | [diff] [blame] | 461 | strace (4.5-1) unstable; urgency=low |
| 462 | |
| 463 | * New upstream version. |
| 464 | + Fix mlock syscall printing. |
| 465 | + MIPS & S390 updates. |
| 466 | + Print names for SIGRT_* in sets. |
| 467 | |
Roland McGrath | f2e9f6e | 2003-09-24 22:43:10 +0000 | [diff] [blame] | 468 | -- Roland McGrath <frob@debian.org> Wed, 24 Sep 2003 15:20:18 -0700 |
Roland McGrath | a3bc12e | 2003-09-24 22:22:38 +0000 | [diff] [blame] | 469 | |
Roland McGrath | cb61214 | 2003-07-17 09:23:56 +0000 | [diff] [blame] | 470 | strace (4.4.99-1) unstable; urgency=low |
| 471 | |
| 472 | * New upstream version. |
| 473 | + Alpha updates. |
| 474 | + Add a few more new Linux 2.5 system calls. |
| 475 | + Stephen Thomas contributed a port to Linux/SH64. |
| 476 | + Print protocol names for PF_INET6 sockets. |
| 477 | |
| 478 | -- Roland McGrath <frob@debian.org> Thu, 17 Jul 2003 02:04:43 -0700 |
| 479 | |
Roland McGrath | acd3cd7 | 2003-06-11 05:37:56 +0000 | [diff] [blame] | 480 | strace (4.4.98-1) unstable; urgency=low |
Roland McGrath | 64ffba5 | 2003-06-02 19:37:48 +0000 | [diff] [blame] | 481 | |
| 482 | * New upstream version. |
| 483 | + Fixes clone argument bugs. |
| 484 | + Fixes sem* printing bugs. |
| 485 | + Fixes -e argument parsing, closes: #188379. |
Roland McGrath | acd3cd7 | 2003-06-11 05:37:56 +0000 | [diff] [blame] | 486 | + Fixes hanging parent in odd wait cases, closes: #47608, #109656. |
| 487 | + Fixes -q defaulting, closes: #47113, #153678. |
| 488 | + Fixes trying to execute directories, closes: #137103. |
| 489 | + Updates ARM support, thanks to Russell King. |
| 490 | + Updates S390/S390x support. |
| 491 | * Bump standards-version to 3.5.10 |
Roland McGrath | 64ffba5 | 2003-06-02 19:37:48 +0000 | [diff] [blame] | 492 | |
| 493 | -- Roland McGrath <frob@debian.org> Mon, 2 Jun 2003 12:26:29 -0700 |
| 494 | |
Roland McGrath | 1b86e2d | 2003-03-31 01:21:36 +0000 | [diff] [blame] | 495 | strace (4.4.96-1) unstable; urgency=low |
| 496 | |
| 497 | * New upstream version. |
| 498 | + Handles yet more new Linux 2.5 system calls. |
| 499 | + Fixes x86_64 and ia64 clone printing. |
| 500 | + Updates SH port. |
| 501 | |
| 502 | -- Roland McGrath <frob@debian.org> Sun, 30 Mar 2003 17:14:34 -0800 |
| 503 | |
Roland McGrath | 1893d05 | 2003-02-24 10:53:44 +0000 | [diff] [blame] | 504 | strace (4.4.95-1) unstable; urgency=low |
| 505 | |
| 506 | * New upstream version. |
| 507 | + Fixes printing of getresuid and getresgid values. |
| 508 | |
| 509 | -- Roland McGrath <frob@debian.org> Mon, 24 Feb 2003 02:50:43 -0800 |
| 510 | |
Roland McGrath | 6c2fe9d | 2003-02-20 03:26:47 +0000 | [diff] [blame] | 511 | strace (4.4.94-1) unstable; urgency=low |
| 512 | |
| 513 | * New upstream version. |
| 514 | + New option -E to set environment variables. |
| 515 | + Build fixes for sparc, closes: #178636. |
| 516 | |
| 517 | -- Roland McGrath <frob@debian.org> Wed, 19 Feb 2003 19:12:40 -0800 |
| 518 | |
Roland McGrath | ee06172 | 2003-01-22 02:27:51 +0000 | [diff] [blame] | 519 | strace (4.4.93-1) unstable; urgency=low |
| 520 | |
| 521 | * New upstream version. |
| 522 | + Grok new quotactl arguments, closes: #154067. |
| 523 | + Fix m68k build problem, closes: #176528. |
| 524 | + Old bugs prior release actually closes: #154068. |
| 525 | + Fix S390 bugs with -f, and bugs with execve. |
| 526 | * Switched to non-native packaging (empty .diff), closes: #176388. |
| 527 | |
| 528 | -- Roland McGrath <frob@debian.org> Tue, 21 Jan 2003 12:22:08 -0800 |
| 529 | |
Roland McGrath | d377f30 | 2003-01-14 10:09:50 +0000 | [diff] [blame] | 530 | strace (4.4.92-1) unstable; urgency=low |
| 531 | |
| 532 | * New upstream version. |
| 533 | + Updated config.guess and config.sub, closes: #176241. |
| 534 | + Several fixes for PPC, closes: #144326. |
| 535 | + Fixed ptrace output for unknown requests, closes: #77728. |
Roland McGrath | ee06172 | 2003-01-22 02:27:51 +0000 | [diff] [blame] | 536 | + Fixed output of getdents64, truncate64, ftruncate64, closes: #169528. |
Roland McGrath | d377f30 | 2003-01-14 10:09:50 +0000 | [diff] [blame] | 537 | + Old bugs the last release actually closes: #153750, #38467, #109993, |
| 538 | #109815, #104594, #113087, #134803, #166622, #96356, #94725, #32147, |
| 539 | #32798, #36801, #41066, #81637, #138300, #143791. |
| 540 | |
| 541 | -- Roland McGrath <frob@debian.org> Tue, 14 Jan 2003 02:02:44 -0800 |
| 542 | |
Roland McGrath | 1d847cf | 2003-01-10 21:43:24 +0000 | [diff] [blame] | 543 | strace (4.4.91-1) unstable; urgency=low |
| 544 | |
| 545 | * New upstream version. |
| 546 | + Fixes -f on x86-64. |
| 547 | |
| 548 | -- Roland McGrath <frob@debian.org> Fri, 10 Jan 2003 12:55:34 -0800 |
| 549 | |
Roland McGrath | 037124f | 2003-01-10 10:44:57 +0000 | [diff] [blame] | 550 | strace (4.4.90-1) unstable; urgency=low |
| 551 | |
| 552 | * New maintainer. |
| 553 | * New upstream version. |
| 554 | |
| 555 | -- Roland McGrath <frob@debian.org> Fri, 10 Jan 2003 01:58:40 -0800 |
| 556 | |
| 557 | strace (4.4-1.2) unstable; urgency=low |
| 558 | |
| 559 | * NMU |
| 560 | * Quick one-liner to allow building on the ARM. Closes: #109993. |
| 561 | * Re-ran autoconf, hopefully I didn't break other arches. |
| 562 | |
| 563 | -- Anand Kumria <wildfire@progsoc.org> Mon, 1 Oct 2001 14:22:25 +1000 |
| 564 | |
| 565 | strace (4.4-1.1) unstable; urgency=low |
| 566 | |
| 567 | * NMU. |
| 568 | * Added patch from David Mosberger which fixes some ia64 issues. |
| 569 | Closes: #113087. |
| 570 | * Added ia64-specific Build-Depends on libc6.1-dev. Closes: |
| 571 | #109815. |
| 572 | * Ran autoheader, so the s390 patch applies. Closes: #104594. |
| 573 | |
| 574 | -- Jeff Licquia <jlicquia@progeny.com> Tue, 25 Sep 2001 13:15:28 -0500 |
| 575 | |
Wichert Akkerman | d321ff9 | 2002-03-31 18:45:45 +0000 | [diff] [blame] | 576 | strace (4.4-1) unstable; urgency=low |
| 577 | |
| 578 | * New upstream version |
| 579 | + Added S390 support. Closes: Bug#104594 |
| 580 | + New config.{guess,sub}. Closes: Bug#92532 |
| 581 | + LFS support for Linux/sparc. Closes: Bug#99215 |
| 582 | * Works on IA64 again. Closes: Bug#103854 |
| 583 | * Don't override CFLAGS in debian/rules |
| 584 | * Remove rules to create configure & friends. Closes: Bug#92483 |
| 585 | |
| 586 | -- Wichert Akkerman <wakkerma@debian.org> Sun, 19 Aug 2001 14:10:58 +0200 |
| 587 | |
| 588 | strace (4.3-3.1) unstable; urgency=low |
| 589 | |
| 590 | * copy in new config.{guess,sub} to get support for new architectures. |
| 591 | Closes: #94725 |
| 592 | |
| 593 | -- LaMont Jones <lamont@debian.org> Mon, 9 Jul 2001 21:39:34 -0600 |
| 594 | |
| 595 | strace (4.3-3) unstable; urgency=low |
| 596 | |
| 597 | * Update architecture list |
| 598 | |
| 599 | -- Wichert Akkerman <wakkerma@debian.org> Sat, 14 Apr 2001 10:42:19 +0200 |
| 600 | |
| 601 | strace (4.3-2) unstable; urgency=low |
| 602 | |
| 603 | * Run cvsbuild so we don't need to run autohead & friends |
| 604 | * Sync to current CVS |
| 605 | |
| 606 | -- Wichert Akkerman <wakkerma@debian.org> Fri, 13 Apr 2001 19:08:53 +0200 |
| 607 | |
| 608 | strace (4.3-1) unstable; urgency=low |
| 609 | |
| 610 | * New upstream version |
| 611 | * Updated Build-Depends to use a recent glibc so we get the 2.4 kernel |
| 612 | headers |
| 613 | * Changed Architecture so we only build on Linux |
| 614 | * Include section and priority in control info |
| 615 | |
| 616 | -- Wichert Akkerman <wakkerma@debian.org> Sun, 1 Apr 2001 16:35:32 +0200 |
| 617 | |
| 618 | strace (4.2-4) frozen unstable; urgency=low |
| 619 | |
| 620 | * Actually install postinst and prerm so we get the proper /usr/doc/strace |
| 621 | symlink |
| 622 | |
| 623 | -- Wichert Akkerman <wakkerma@debian.org> Thu, 17 Feb 2000 21:49:17 +0100 |
| 624 | |
| 625 | strace (4.2-3) frozen unstable; urgency=low |
| 626 | |
| 627 | * Fix typo in aclocal.m4 that prevented compilation on architectures without |
| 628 | LFS |
| 629 | |
| 630 | -- Wichert Akkerman <wakkerma@debian.org> Sun, 13 Feb 2000 01:19:11 +0100 |
| 631 | |
| 632 | strace (4.2-2) frozen unstable; urgency=low |
| 633 | |
| 634 | * only include linux/ptrace.h if sys/reg.h hasn't been found by configure, |
| 635 | Closes: Bug# 39556 |
| 636 | |
| 637 | -- Wichert Akkerman <wakkerma@debian.org> Thu, 27 Jan 2000 03:22:55 +0100 |
| 638 | |
Dmitry V. Levin | a283ae0 | 2014-08-15 13:14:15 +0000 | [diff] [blame] | 639 | strace (4.2-1) frozen unstable; urgency=low |
Wichert Akkerman | d321ff9 | 2002-03-31 18:45:45 +0000 | [diff] [blame] | 640 | |
| 641 | * New upstream version: |
| 642 | + Builds correctly on glibc2.0 again, Closes: Bug# 51648 |
| 643 | + Small y2k fix in printtimes, Closes: Bug# 54592 |
| 644 | + semop is handled now, Closes: Bug# 52684 |
| 645 | |
| 646 | -- Wichert Akkerman <wakkerma@debian.org> Fri, 21 Jan 2000 21:45:41 +0100 |
| 647 | |
| 648 | strace (4.1-1) unstable; urgency=low |
| 649 | |
| 650 | * New upstream version |
| 651 | * Bump standards-version to 3.1.0 |
| 652 | * FHS 2.1 compliant |
| 653 | |
| 654 | -- Wichert Akkerman <wakkerma@debian.org> Fri, 26 Nov 1999 01:42:07 +0100 |
| 655 | |
| 656 | strace (4.0-1) unstable; urgency=low |
| 657 | |
| 658 | * New upstream version |
| 659 | |
| 660 | -- Wichert Akkerman <wakkerma@debian.org> Fri, 9 Jul 1999 16:12:34 +0200 |
| 661 | |
| 662 | strace (3.99.1-1) unstable; urgency=low |
| 663 | |
| 664 | * New upstream version, second pre-release for 4.0 |
| 665 | |
| 666 | -- Wichert Akkerman <wakkerma@debian.org> Wed, 9 Jun 1999 15:20:42 +0200 |
| 667 | |
| 668 | strace (3.99-1) unstable; urgency=low |
| 669 | |
| 670 | * New upstream maintainer (me :) |
| 671 | * New upstream version, pre-release for strace 4.0 |
| 672 | * See upstream changelog for changes |
| 673 | * Build with glibc2.1 |
| 674 | |
| 675 | -- Wichert Akkerman <wakkerma@debian.org> Tue, 27 Apr 1999 14:00:15 +0200 |
| 676 | |
| 677 | strace (3.1.0.1-12) unstable; urgency=low |
| 678 | |
| 679 | * Only i386 has a LDT, so check for architecture in mem.c (Bug# 32798) |
| 680 | * Check for nsignals properly, closes: #34445 |
| 681 | * Fix check for overruns in umove*, patch by Nate Eldredge <nate@cartsys.com> |
| 682 | |
| 683 | -- Wichert Akkerman <wakkerma@debian.org> Mon, 15 Mar 1999 00:43:14 +0100 |
| 684 | |
| 685 | strace (3.1.0.1-11) unstable; urgency=low |
| 686 | |
| 687 | * Merge some ARM stuff that got stuck in my mailbox |
| 688 | |
| 689 | -- Wichert Akkerman <wakkerma@debian.org> Sun, 31 Jan 1999 13:04:13 +0100 |
| 690 | |
| 691 | strace (3.1.0.1-10) unstable; urgency=low |
| 692 | |
| 693 | * Move sys_poll to the DONE section in linux/dummy.h |
| 694 | * Support subarchitectures for alpha (Bug# 32147) |
| 695 | * Incorporate changes from Ulrich Drepper |
| 696 | + up number of supported personalities on Linux sparc to 3 |
| 697 | + add O_DIRECT, O_LARGEFILE and O_DIRECTORY to openmodes |
| 698 | + change prefix for printxval to SEEK_ in sys_lseek |
| 699 | + add a support for a whole bunch of syscalls |
| 700 | + updated sys_pread and sys_pwrite for SVR4 |
| 701 | + handle sys_delete_module properly |
| 702 | + change SYS_socket_subcall to 230 for non-powerpc architectures |
| 703 | + sys_chown is now lchown |
| 704 | + looks like a whole lot of syscalls is moved from 180 to 230 |
| 705 | + Revamp a lot of the signal handling code |
| 706 | + handle sys_clone |
| 707 | + Lots more (it was a 6494-line patch and I'm too lazy to put all |
| 708 | changes in here..) |
| 709 | * Please note you need to have 2.1 or 2.2 kernel sources in /usr/src/linux |
| 710 | in order to compile this. |
| 711 | |
| 712 | -- Wichert Akkerman <wakkerma@debian.org> Fri, 29 Jan 1999 02:04:12 +0100 |
Roland McGrath | 037124f | 2003-01-10 10:44:57 +0000 | [diff] [blame] | 713 | |
Wichert Akkerman | d321ff9 | 2002-03-31 18:45:45 +0000 | [diff] [blame] | 714 | strace (3.1.0.1-9) unstable; urgency=low |
| 715 | |
| 716 | * Add support for poll() systemcall |
| 717 | |
| 718 | -- Wichert Akkerman <wakkerma@debian.org> Thu, 31 Dec 1998 16:03:44 +0100 |
| 719 | |
| 720 | strace (3.1.0.1-8) frozen unstable; urgency=low |
| 721 | |
| 722 | * Use new_stat from libc6 now, except for powerpc and sparc |
| 723 | |
| 724 | -- Wichert Akkerman <wakkerma@debian.org> Thu, 24 Dec 1998 11:35:32 +0100 |
| 725 | |
| 726 | strace (3.1.0.1-7) frozen unstable; urgency=low |
| 727 | |
| 728 | * Fix sparc support |
| 729 | * Display nanosleep call correctly (Bug# 25904) |
| 730 | * Honour -v flag in printargs (Bug# 10426) |
Roland McGrath | 037124f | 2003-01-10 10:44:57 +0000 | [diff] [blame] | 731 | * Play with #define to get proper kernel struct stat |
Wichert Akkerman | d321ff9 | 2002-03-31 18:45:45 +0000 | [diff] [blame] | 732 | * Compile with 2.1.131 kernel source |
| 733 | |
| 734 | -- Wichert Akkerman <wakkerma@debian.org> Sat, 19 Dec 1998 15:02:14 +0100 |
| 735 | |
| 736 | strace (3.1.0.1-6) frozen unstable; urgency=low |
Roland McGrath | 037124f | 2003-01-10 10:44:57 +0000 | [diff] [blame] | 737 | |
Wichert Akkerman | d321ff9 | 2002-03-31 18:45:45 +0000 | [diff] [blame] | 738 | * Set NSIG correctly for ARM |
| 739 | * Include strace-graph script from Richard Braakman <dark@debian.org> |
| 740 | as an example. Try it and be amazed! |
| 741 | * Fix sigaction problem, patch from Topi Miettinen |
| 742 | <Topi.Miettinen@medialab.sonera.net> |
| 743 | |
| 744 | -- Wichert Akkerman <wakkerma@debian.org> Mon, 7 Dec 1998 02:10:30 +0100 |
| 745 | |
| 746 | strace (3.1.0.1-5) unstable; urgency=low |
| 747 | |
| 748 | * Patched from Richard Braakman <dark@debian.org>: |
| 749 | + use correct dirent.h on Linux |
| 750 | + remove debugging code left from the powerpc patch |
| 751 | + fix output for execve when -v is used |
| 752 | |
| 753 | -- Wichert Akkerman <wakkerma@debian.org> Fri, 13 Nov 1998 15:59:17 +0100 |
| 754 | |
| 755 | strace (3.1.0.1-5) unstable; urgency=low |
| 756 | |
| 757 | * Add location of upstream sources to the copyright |
| 758 | * Merged ARM architecture support from Jim Studt <jim@federated.com> |
| 759 | |
| 760 | -- Wichert Akkerman <wakkerma@debian.org> Mon, 9 Nov 1998 16:43:24 +0100 |
| 761 | |
| 762 | strace (3.1.0.1-4) unstable; urgency=low |
| 763 | |
| 764 | * More ppc patches from Daniel Jacobowitz <dan@debian.org> |
| 765 | |
| 766 | -- Wichert Akkerman <wakkerma@debian.org> Mon, 12 Oct 1998 00:59:44 +0200 |
| 767 | |
| 768 | strace (3.1.0.1-3) unstable; urgency=low |
| 769 | |
| 770 | * Added support for sys_query_module, patch from Brian J. Murrell |
| 771 | <brian@interlinx.bc.ca> |
| 772 | * Preserve timestamps for documentation when installed |
| 773 | * Incorporate patches from Daniel Jacobowitz <dan@debian.org>: |
| 774 | + powerpc patches |
| 775 | + Patches include changing SYS_socket_subcall and SYS_ipc_subcall, |
| 776 | check for stray syscall exit after execv, and completely regenerated |
| 777 | syscall, errno, and ioctl lists. |
| 778 | + Decode capget and capset arguments. |
| 779 | |
| 780 | -- Wichert Akkerman <wakkerma@debian.org> Sun, 11 Oct 1998 22:42:56 +0200 |
| 781 | |
| 782 | strace (3.1.0.1-2) unstable; urgency=low |
| 783 | |
| 784 | * Patch to support sparc, courtesy of RedHat |
| 785 | * Cleaned up some stuff the patch left broken |
| 786 | * Fix some more compilation-issues for IPX with current kernels |
| 787 | |
| 788 | -- Wichert Akkerman <wakkerma@debian.org> Fri, 24 Jul 1998 22:53:43 +0200 |
| 789 | |
| 790 | strace (3.1.0.1-1) unstable; urgency=low |
| 791 | |
| 792 | * New (actually very old) upstream version. Fixes something we |
| 793 | already had fixed |
| 794 | * Compiled with current kernel-headers from libc6-dev |
| 795 | * Fixed spelling-error |
| 796 | * Compress changelog |
| 797 | * Bumped standard-version to 2.4.1.0 |
| 798 | |
| 799 | -- Wichert Akkerman <wakkerma@debian.org> Wed, 22 Jul 1998 15:53:23 +0200 |
| 800 | |
| 801 | strace (3.1-14) unstable; urgency=low |
| 802 | |
| 803 | * Don't let libc6 trick us anymore with {f,l,}stat() calls |
| 804 | * Fix configure.in to support PentiumII processors |
| 805 | |
| 806 | -- Wichert Akkerman <wakkerma@debian.org> Mon, 22 Jun 1998 20:17:20 +0200 |
| 807 | |
| 808 | strace (3.1-13) unstable; urgency=low |
| 809 | |
| 810 | * Corrected error on PowerPC patch that broke other archictectures |
Dmitry V. Levin | 414fe7d | 2009-07-08 11:21:17 +0000 | [diff] [blame] | 811 | (Bug# 13837) |
Wichert Akkerman | d321ff9 | 2002-03-31 18:45:45 +0000 | [diff] [blame] | 812 | |
| 813 | -- Wichert Akkerman <wakkerma@debian.org> Tue, 14 Oct 1997 15:41:29 +0200 |
| 814 | |
| 815 | strace (3.1-12) unstable; urgency=low |
| 816 | |
| 817 | * PowerPC patches by Klee Dienes (Bug# 10788, 10790) |
| 818 | * Create correct md5sums (Bug# 13363) |
| 819 | * Put changelog in correct place (Bug# 13363) |
| 820 | * Pristine sources |
| 821 | |
| 822 | -- Wichert Akkerman <wakkerma@debian.org> Mon, 6 Oct 1997 15:42:25 +0200 |
| 823 | |
Dmitry V. Levin | a283ae0 | 2014-08-15 13:14:15 +0000 | [diff] [blame] | 824 | strace (3.1-11) unstable; urgency=low |
Wichert Akkerman | d321ff9 | 2002-03-31 18:45:45 +0000 | [diff] [blame] | 825 | |
| 826 | * Ported to libc6 / glibc2 (Bug# 11729) |
| 827 | * Compress manpage |
| 828 | |
Dmitry V. Levin | 4fa8073 | 2015-12-20 00:51:51 +0000 | [diff] [blame] | 829 | -- Wichert Akkerman <wakkerma@wi.leidenuniv.nl> Fri, 1 Aug 1997 00:13:38 +0200 |
Wichert Akkerman | d321ff9 | 2002-03-31 18:45:45 +0000 | [diff] [blame] | 830 | |
Dmitry V. Levin | a283ae0 | 2014-08-15 13:14:15 +0000 | [diff] [blame] | 831 | strace (3.1-10) unstable; urgency=low |
Wichert Akkerman | d321ff9 | 2002-03-31 18:45:45 +0000 | [diff] [blame] | 832 | |
| 833 | * Install upstream changelog |
| 834 | * Added dependencies to control file for libc |
| 835 | * Added md5sums to .deb file |
| 836 | |
| 837 | -- Wichert Akkerman <wakkerma@debian.org> Fri, 11 Jul 1997 12:26:12 +0200 |
| 838 | |
Dmitry V. Levin | a283ae0 | 2014-08-15 13:14:15 +0000 | [diff] [blame] | 839 | strace (3.1-9) stable; urgency=low |
Roland McGrath | 037124f | 2003-01-10 10:44:57 +0000 | [diff] [blame] | 840 | |
Wichert Akkerman | d321ff9 | 2002-03-31 18:45:45 +0000 | [diff] [blame] | 841 | * Fixed bug with hanging children. Patch by Matthias Urlichs |
| 842 | * Added some more constants to net.c. |
| 843 | * glibc patches, courtesy of Klee Dienes (Bug# 7735) |
| 844 | |
| 845 | -- Wichert Akkerman <wakkerma@debian.org> Mon, 21 Apr 1997 11:59:45 +0200 |
| 846 | |
Dmitry V. Levin | a283ae0 | 2014-08-15 13:14:15 +0000 | [diff] [blame] | 847 | strace (3.1-8) frozen unstable; urgency=low |
Wichert Akkerman | d321ff9 | 2002-03-31 18:45:45 +0000 | [diff] [blame] | 848 | |
| 849 | * Added detection of ROSE networking |
| 850 | |
| 851 | -- Wichert Akkerman <wakkerma@wi.leidenuniv.nl> Tue, 12 Nov 1996 22:21:22 +0100 |
| 852 | |
Dmitry V. Levin | a283ae0 | 2014-08-15 13:14:15 +0000 | [diff] [blame] | 853 | strace (3.1-7) stable; urgency=low |
Wichert Akkerman | d321ff9 | 2002-03-31 18:45:45 +0000 | [diff] [blame] | 854 | |
| 855 | * Install manpage with correct mode (0644) (Bug#4813) |
| 856 | * Renamed debian changelog to changelog.Debian |
| 857 | |
| 858 | -- Wichert Akkerman <wakkerma@wi.leidenuniv.nl> Sat, 26 Oct 1996 18:15:41 +0200 |
| 859 | |
Dmitry V. Levin | a283ae0 | 2014-08-15 13:14:15 +0000 | [diff] [blame] | 860 | strace (3.1-6) stable; urgency=low |
Wichert Akkerman | d321ff9 | 2002-03-31 18:45:45 +0000 | [diff] [blame] | 861 | |
| 862 | * Small patch for compilation on kernels 2.1.0 and later (see signal.c) |
| 863 | |
| 864 | -- Wichert Akkerman <wakkerma@wi.leidenuniv.nl> Fri, 18 Oct 1996 00:28:47 +0200 |
Dmitry V. Levin | a283ae0 | 2014-08-15 13:14:15 +0000 | [diff] [blame] | 865 | |
| 866 | strace (3.1-5) stable unstable; urgency=low |
Wichert Akkerman | d321ff9 | 2002-03-31 18:45:45 +0000 | [diff] [blame] | 867 | |
| 868 | * Moved to new packagingformat |
| 869 | * Fixed umoven bug (Bug# 4523) |
| 870 | * Corrected number of parameters for mmap systemcall (bug# 4508) |
| 871 | |
| 872 | -- Wichert Akkerman <wakkerma@wi.leidenuniv.nl> Sat, 23 Sep 1996 23:33:58 +0200 |
| 873 | |
Dmitry V. Levin | a283ae0 | 2014-08-15 13:14:15 +0000 | [diff] [blame] | 874 | strace (3.1-4) unstable; urgency=low |
Wichert Akkerman | d321ff9 | 2002-03-31 18:45:45 +0000 | [diff] [blame] | 875 | |
| 876 | * Fixed changestemplate |
| 877 | |
| 878 | -- Wichert Akkerman <wakkerma@wi.leidenuniv.nl>, Thu Sep 12 14:59:44 MET DST 1996 |
| 879 | |
Dmitry V. Levin | a283ae0 | 2014-08-15 13:14:15 +0000 | [diff] [blame] | 880 | strace (3.1-3) unstable; urgency=low |
Wichert Akkerman | d321ff9 | 2002-03-31 18:45:45 +0000 | [diff] [blame] | 881 | |
| 882 | * Revamped debian files |
| 883 | |
| 884 | -- Wichert Akkerman <wakkerma@wi.leidenuniv.nl>, Thu Jul 11 20:19:11 MET DST 1996 |
| 885 | |
| 886 | |
Dmitry V. Levin | a283ae0 | 2014-08-15 13:14:15 +0000 | [diff] [blame] | 887 | strace (3.1-2) unstable; urgency=low |
Wichert Akkerman | d321ff9 | 2002-03-31 18:45:45 +0000 | [diff] [blame] | 888 | * Added some #ifdef's around IPX stuff to make it compilable on non-Linux |
| 889 | systems. |
| 890 | * changed debian.control and debian.rules to conform to new debian naming |
| 891 | schemes |
| 892 | * added architecture-option to debian.rules and debian.control |
| 893 | |
| 894 | -- Wichert Akkerman <wakkerma@wi.leidenuniv.nl> |
| 895 | |
Dmitry V. Levin | a283ae0 | 2014-08-15 13:14:15 +0000 | [diff] [blame] | 896 | strace (3.1-1) unstable; urgency=low |
Wichert Akkerman | d321ff9 | 2002-03-31 18:45:45 +0000 | [diff] [blame] | 897 | |
| 898 | * Moved to new upstream version |
| 899 | * added more protocol families to domains |
| 900 | * added IPIP-protocol to protocols |
| 901 | * added MSG_PROXY and MSG_CTRUNC to msg_flags |
| 902 | * added SO_BSDCOMPAT and SO_REUSEPORT to sockoptions |
| 903 | * added IP, IPX and TCP-options |
| 904 | * added IP, IPX and TCP support to get-/setsockopt() |
| 905 | * added IPX support |
| 906 | |
| 907 | -- Wichert Akkerman <wakkerma@wi.leidenuniv.nl> |