blob: a5a16b71c05fd3d4f20bd758b9ca9ce81fab87f6 [file] [log] [blame]
Roland McGrath6019fbb2008-07-18 00:18:27 +00001strace (4.5.17-1) unreleased; urgency=low
2
3 * New upstream version.
4 + Fix chmod/chown typo in debian/rules, closes: #459255.
5 + Install strace-graph too, closes: 469068.
6 + Fix m68k build, closes: 456879.
7 + Arm updates, closes: #441000.
8 + fix build on mips/mipsel, closes: #448802.
9 + show poll() parameters before blocking, closes: #369651.
10 + use dh_strip instead of install -s, closes: #438055, #396682.
11 + fix sparc build, closes: #469379.
12 * Acknowledge NMU, closes: #469380.
13 * Remove Wichert Akkerman from uploaders list.
14 * Bump standards version to 3.8.0.
15 - Add Homepage field.
16 * Add dh_md5sums call, closes: #439428.
17 * Fix dpkg-gencontrol call.
18
19 -- Frederik Schüler <fs@debian.org> Tue, 01 Jul 2008 23:05:51 +0200
20
Roland McGrath47d32232007-08-03 10:28:55 +000021strace (4.5.16-1) unstable; urgency=low
22
23 * New upstream version.
24 + 64-bit builds, closes: #435303.
25 + LFS build fix, closes: #385310.
26 + Fix multithread issues
27 + Fix spurious SIGSTOP on early interrupt.
28 + Fix utime for biarch.
29 + Fix -u error message.
30 + Better futex syscall printing.
31 + Fix argv/envp printing with small -s settings, and for biarch.
32 + New syscalls: getcpu, eventfd, timerfd, signalfd, epoll_pwait,
33 move_pages, utimensat.
34
35 -- Roland McGrath <frob@debian.org> Fri, 03 Aug 2007 03:24:21 -0700
36
Roland McGrath877882a2007-07-05 20:49:59 +000037strace (4.5.15-1) unstable; urgency=high
Roland McGrath16a3a522007-01-11 22:22:42 +000038
Roland McGrath877882a2007-07-05 20:49:59 +000039 [ Roland McGrath ]
Roland McGrath16a3a522007-01-11 22:22:42 +000040 * New upstream version.
41 + Fix -ff -o behavior, closes: #353935.
42 + Fail when nonoption args follow -p switches, closes: #361302.
43 + Fix semtimedop, closes: #340239.
44 + ARM support fixes, closes: #360152, #360154.
45
Roland McGrath877882a2007-07-05 20:49:59 +000046 [ Frederik Schüler ]
47 * Fix configure script, closes: #428997
48
49 -- Frederik Schüler <fs@debian.org> Fri, 22 Jun 2007 16:28:08 +0000
50
51strace (4.5.14-2) unstable; urgency=low
52
53 * New comaintainer.
54 * Fix build failure with linux-2.6.18, thanks to Andreas Henriksson for the
55 patch, closes: #392556.
56 * Fix build with libc6 2.5.
57 * Acknowledge NMUs, closes: #315500, #355733
58
59 -- Frederik Schüler <fs@debian.org> Thu, 26 Oct 2006 22:11:25 +0200
Roland McGrath16a3a522007-01-11 22:22:42 +000060
Roland McGrathf4d9b492006-01-17 06:22:57 +000061strace (4.5.14-1) unstable; urgency=low
62
63 * New upstream version.
64 + Fix crash in printing sysctl, closes: #339117.
65 + Respect DEB_BUILD_OPTIONS=nostrip, closes: #325132.
66 + Fix ipc syscall decoding, closes: #340239.
67 + Add missing source files to tarball, closes: #336197.
68 + Build on armeb, closes: #335681.
69
70 -- Roland McGrath <frob@debian.org> Mon, 16 Jan 2006 22:17:38 -0800
71
Roland McGrathcab43802005-08-03 11:42:35 +000072strace (4.5.13-1) unstable; urgency=low
73
74 * New upstream version.
75 + Fix m68k build, closes: #315500.
76 + Fix setsockopt decoding on 64-bit.
77 + Fix typos in socket option name strings.
78 + Display more IPV6 socket options by name.
79 + Don't display inappropriate syscalls for -e trace=file.
80 + New selector type -e trace=desc for file-descriptor using calls.
81 + Fix 32-bit old_mmap syscall decoding on x86-64.
82 + Fix errors detaching from multithreaded process on interrupt.
83 + Note 4.5.12 fix for crash handling bad signal numbers.
84
85 -- Roland McGrath <frob@debian.org> Wed, 3 Aug 2005 04:41:49 -0700
86
Roland McGrath182cbf42005-06-10 03:56:16 +000087strace (4.5.12-1) unstable; urgency=low
88
89 * New upstream version.
90 + Build on ppc64, closes: #301089.
91 + Refuse negative -s argument value, closes: #303256.
92 + Fix known syscall recognition for IA32 processes on x86-64.
93 + Fix bad output for ptrace on x86-64.
94 + Fix potential buffer overruns.
95 + Make some diagnostics more consistent.
96 + Update PowerPC system calls.
97 + Better printing for Linux aio system calls.
98 + Don't truncate statfs64 fields to 32 bits in output.
99 + Cosmetic code cleanups.
100
101 -- Roland McGrath <frob@debian.org> Wed, 8 Jun 2005 13:52:39 -0700
102
Roland McGrath7147a3d2005-03-22 23:12:39 +0000103strace (4.5.11-1) unstable; urgency=low
Roland McGrathd8184032005-03-15 02:40:12 +0000104
105 * New upstream version.
106 + Update MIPS system call table, closes: #256684.
107 + Fix build on s390 and sparc, closes: #294172, #293564.
108 + Fix select handling on nonstandard fd_set sizes, closes: #65654, #284290.
109 + Don't print errors for null file name pointers, closes: #63093.
110 + Fix initial execve output with -i.
Roland McGrath7147a3d2005-03-22 23:12:39 +0000111 + Fix build nits, closes: #300598.
Roland McGrathd8184032005-03-15 02:40:12 +0000112
Roland McGrath7147a3d2005-03-22 23:12:39 +0000113 -- Roland McGrath <frob@debian.org> Tue, 22 Mar 2005 15:12:22 -0800
Roland McGrathd8184032005-03-15 02:40:12 +0000114
Roland McGrath7147a3d2005-03-22 23:12:39 +0000115strace (4.5.9-1) unstable; urgency=low
Roland McGrathd63311a2005-02-04 09:29:04 +0000116
117 * New upstream version.
118 + Fix potential crash in getxattr printing, closes: #283704.
119 + Improve socket ioctl printing, closes: #192164.
120 + Fix sparc build, closes: #278449.
121 + Update ia64 syscall list.
122 + Fix x86_64 syscall argument extraction for 32-bit processes.
123 + Fix -e signal=NAME parsing.
124 + Fix x86_64 exit_group syscall handling.
125 + Improve mount flags printing.
126 + Support symbolic printing of x86_64 arch_prctl parameters.
127 + Add strace-udeb package for Debian installer debugging, closes: #268294.
128
Roland McGrath3619a992005-02-04 09:54:04 +0000129 -- Roland McGrath <frob@debian.org> Fri, 4 Feb 2005 01:53:01 -0800
Roland McGrathd63311a2005-02-04 09:29:04 +0000130
Roland McGrathf041d472004-10-20 02:17:52 +0000131strace (4.5.8-1) unstable; urgency=low
132
133 * New upstream version.
134 + Fix strace64 man page symlink, closes: #269220.
135 + Update syscall tables for Alpha, ARM, HPPA, closes: #273887.
136 + Build strace64 for s390, closes: #271500.
137 + Fix some endian issues in 64-bit argument output on 32-bit machines.
138 + Support new Linux syscalls mbind, set_mempolicy, get_mempolicy, waitid.
139 + Support Linux syscalls fadvise64, fadvise64_64, and epoll_*.
140 + Improve ioctl command name matching.
141 + Print RTC_* ioctl structure contents.
142 + Support newer RLIMIT_* values.
143 + Print struct cmsghdr details in sendmsg.
144
145 -- Roland McGrath <frob@debian.org> Tue, 19 Oct 2004 18:05:28 -0700
146
Roland McGrathb93f9182004-08-31 08:17:20 +0000147strace (4.5.7-1) unstable; urgency=low
148
149 * New upstream version.
150 + Update man page about -c, closes: #254438.
151 + Include pread/pwrite calls in -e read/write tracing, closes: #239947.
152 + Update SO_* and IP_* value lists, closes: #171653.
153 + Print attribute values in *xattr system calls.
154 + Print clock_t values symbolically in Linux clock_* system calls.
155 + Show PER_* values correctly, closes: #40588.
Roland McGrathb15c4972004-08-31 08:41:47 +0000156 + Fix `strace64' build on sparc, closes: #254728.
Roland McGrathb93f9182004-08-31 08:17:20 +0000157
Roland McGrathb15c4972004-08-31 08:41:47 +0000158 -- Roland McGrath <frob@debian.org> Tue, 31 Aug 2004 01:41:19 -0700
Roland McGrathb93f9182004-08-31 08:17:20 +0000159
Roland McGrath785a0262004-07-12 07:55:48 +0000160strace (4.5.6-1) unstable; urgency=low
161
162 * New upstream version.
163 + Update Linux ioctl lists and decode some more network ioctls.
164 + Fix `quotactl' argument decoding on 64-bit.
165 + Linux/SPARC64 support, closes: #254728.
166
167 -- Roland McGrath <frob@debian.org> Mon, 12 Jul 2004 00:18:32 -0700
168
Roland McGrathb7e2ca12004-06-28 05:24:29 +0000169strace (4.5.5-1) unstable; urgency=low
170
171 * New upstream version.
172 + Fix support for 32-bit (i386) binaries on Linux/AMD64.
173
174 -- Roland McGrath <frob@debian.org> Sun, 27 Jun 2004 22:19:15 -0700
175
Roland McGrathed8e77e2004-06-04 02:35:58 +0000176strace (4.5.4-1) unstable; urgency=low
177
178 * Build package on amd64, closes: #246568.
179 * New upstream version.
180 + Recognize more PF_* and AF_* values, closes: #250506.
181 + Other fixes.
182
183 -- Roland McGrath <frob@debian.org> Thu, 3 Jun 2004 19:35:37 -0700
184
Roland McGratha8c555f2004-04-16 22:28:41 +0000185strace (4.5.3-1) unstable; urgency=low
186
187 * New upstream version.
188 + Finish fix for -f on Linux/S390(x).
189 + Print extra wait status bits, closes: #240062.
Roland McGratha8c555f2004-04-16 22:28:41 +0000190
Roland McGrath252b1852004-04-16 22:49:18 +0000191 -- Roland McGrath <frob@debian.org> Fri, 16 Apr 2004 15:27:43 -0700
Roland McGratha8c555f2004-04-16 22:28:41 +0000192
Roland McGrathb66e9362004-03-02 06:38:35 +0000193strace (4.5.2-1) unstable; urgency=low
Roland McGrath00eb84e2003-11-14 02:57:22 +0000194
195 * New upstream version.
196 + Check for errors writing to -o file, closes: #218762
Roland McGrath00eb84e2003-11-14 02:57:22 +0000197 + Print multiple ioctl code matches on Linux.
198 + Various other fixes.
Roland McGrathb66e9362004-03-02 06:38:35 +0000199 + Update typos and obsolete bits in man page, closes: #217008, #223390
200 + Fix compilation problems with newer kernel headers, closes: #223207
201 + Update HPPA system calls, closes: #231632
202 + Fix PID in messages, closes: #229802
203 + Fix s390 brokenness in 4.5, closes: #226098
Roland McGrath00eb84e2003-11-14 02:57:22 +0000204
Roland McGrathb66e9362004-03-02 06:38:35 +0000205 -- Roland McGrath <frob@debian.org> Mon, 1 Mar 2004 22:44:55 -0800
Roland McGrath00eb84e2003-11-14 02:57:22 +0000206
Roland McGratha3bc12e2003-09-24 22:22:38 +0000207strace (4.5-1) unstable; urgency=low
208
209 * New upstream version.
210 + Fix mlock syscall printing.
211 + MIPS & S390 updates.
212 + Print names for SIGRT_* in sets.
213
Roland McGrathf2e9f6e2003-09-24 22:43:10 +0000214 -- Roland McGrath <frob@debian.org> Wed, 24 Sep 2003 15:20:18 -0700
Roland McGratha3bc12e2003-09-24 22:22:38 +0000215
Roland McGrathcb612142003-07-17 09:23:56 +0000216strace (4.4.99-1) unstable; urgency=low
217
218 * New upstream version.
219 + Alpha updates.
220 + Add a few more new Linux 2.5 system calls.
221 + Stephen Thomas contributed a port to Linux/SH64.
222 + Print protocol names for PF_INET6 sockets.
223
224 -- Roland McGrath <frob@debian.org> Thu, 17 Jul 2003 02:04:43 -0700
225
Roland McGrathacd3cd72003-06-11 05:37:56 +0000226strace (4.4.98-1) unstable; urgency=low
Roland McGrath64ffba52003-06-02 19:37:48 +0000227
228 * New upstream version.
229 + Fixes clone argument bugs.
230 + Fixes sem* printing bugs.
231 + Fixes -e argument parsing, closes: #188379.
Roland McGrathacd3cd72003-06-11 05:37:56 +0000232 + Fixes hanging parent in odd wait cases, closes: #47608, #109656.
233 + Fixes -q defaulting, closes: #47113, #153678.
234 + Fixes trying to execute directories, closes: #137103.
235 + Updates ARM support, thanks to Russell King.
236 + Updates S390/S390x support.
237 * Bump standards-version to 3.5.10
Roland McGrath64ffba52003-06-02 19:37:48 +0000238
239 -- Roland McGrath <frob@debian.org> Mon, 2 Jun 2003 12:26:29 -0700
240
Roland McGrath1b86e2d2003-03-31 01:21:36 +0000241strace (4.4.96-1) unstable; urgency=low
242
243 * New upstream version.
244 + Handles yet more new Linux 2.5 system calls.
245 + Fixes x86_64 and ia64 clone printing.
246 + Updates SH port.
247
248 -- Roland McGrath <frob@debian.org> Sun, 30 Mar 2003 17:14:34 -0800
249
Roland McGrath1893d052003-02-24 10:53:44 +0000250strace (4.4.95-1) unstable; urgency=low
251
252 * New upstream version.
253 + Fixes printing of getresuid and getresgid values.
254
255 -- Roland McGrath <frob@debian.org> Mon, 24 Feb 2003 02:50:43 -0800
256
Roland McGrath6c2fe9d2003-02-20 03:26:47 +0000257strace (4.4.94-1) unstable; urgency=low
258
259 * New upstream version.
260 + New option -E to set environment variables.
261 + Build fixes for sparc, closes: #178636.
262
263 -- Roland McGrath <frob@debian.org> Wed, 19 Feb 2003 19:12:40 -0800
264
Roland McGrathee061722003-01-22 02:27:51 +0000265strace (4.4.93-1) unstable; urgency=low
266
267 * New upstream version.
268 + Grok new quotactl arguments, closes: #154067.
269 + Fix m68k build problem, closes: #176528.
270 + Old bugs prior release actually closes: #154068.
271 + Fix S390 bugs with -f, and bugs with execve.
272 * Switched to non-native packaging (empty .diff), closes: #176388.
273
274 -- Roland McGrath <frob@debian.org> Tue, 21 Jan 2003 12:22:08 -0800
275
Roland McGrathd377f302003-01-14 10:09:50 +0000276strace (4.4.92-1) unstable; urgency=low
277
278 * New upstream version.
279 + Updated config.guess and config.sub, closes: #176241.
280 + Several fixes for PPC, closes: #144326.
281 + Fixed ptrace output for unknown requests, closes: #77728.
Roland McGrathee061722003-01-22 02:27:51 +0000282 + Fixed output of getdents64, truncate64, ftruncate64, closes: #169528.
Roland McGrathd377f302003-01-14 10:09:50 +0000283 + Old bugs the last release actually closes: #153750, #38467, #109993,
284 #109815, #104594, #113087, #134803, #166622, #96356, #94725, #32147,
285 #32798, #36801, #41066, #81637, #138300, #143791.
286
287 -- Roland McGrath <frob@debian.org> Tue, 14 Jan 2003 02:02:44 -0800
288
Roland McGrath1d847cf2003-01-10 21:43:24 +0000289strace (4.4.91-1) unstable; urgency=low
290
291 * New upstream version.
292 + Fixes -f on x86-64.
293
294 -- Roland McGrath <frob@debian.org> Fri, 10 Jan 2003 12:55:34 -0800
295
Roland McGrath037124f2003-01-10 10:44:57 +0000296strace (4.4.90-1) unstable; urgency=low
297
298 * New maintainer.
299 * New upstream version.
300
301 -- Roland McGrath <frob@debian.org> Fri, 10 Jan 2003 01:58:40 -0800
302
303strace (4.4-1.2) unstable; urgency=low
304
305 * NMU
306 * Quick one-liner to allow building on the ARM. Closes: #109993.
307 * Re-ran autoconf, hopefully I didn't break other arches.
308
309 -- Anand Kumria <wildfire@progsoc.org> Mon, 1 Oct 2001 14:22:25 +1000
310
311strace (4.4-1.1) unstable; urgency=low
312
313 * NMU.
314 * Added patch from David Mosberger which fixes some ia64 issues.
315 Closes: #113087.
316 * Added ia64-specific Build-Depends on libc6.1-dev. Closes:
317 #109815.
318 * Ran autoheader, so the s390 patch applies. Closes: #104594.
319
320 -- Jeff Licquia <jlicquia@progeny.com> Tue, 25 Sep 2001 13:15:28 -0500
321
Wichert Akkermand321ff92002-03-31 18:45:45 +0000322strace (4.4-1) unstable; urgency=low
323
324 * New upstream version
325 + Added S390 support. Closes: Bug#104594
326 + New config.{guess,sub}. Closes: Bug#92532
327 + LFS support for Linux/sparc. Closes: Bug#99215
328 * Works on IA64 again. Closes: Bug#103854
329 * Don't override CFLAGS in debian/rules
330 * Remove rules to create configure & friends. Closes: Bug#92483
331
332 -- Wichert Akkerman <wakkerma@debian.org> Sun, 19 Aug 2001 14:10:58 +0200
333
334strace (4.3-3.1) unstable; urgency=low
335
336 * copy in new config.{guess,sub} to get support for new architectures.
337 Closes: #94725
338
339 -- LaMont Jones <lamont@debian.org> Mon, 9 Jul 2001 21:39:34 -0600
340
341strace (4.3-3) unstable; urgency=low
342
343 * Update architecture list
344
345 -- Wichert Akkerman <wakkerma@debian.org> Sat, 14 Apr 2001 10:42:19 +0200
346
347strace (4.3-2) unstable; urgency=low
348
349 * Run cvsbuild so we don't need to run autohead & friends
350 * Sync to current CVS
351
352 -- Wichert Akkerman <wakkerma@debian.org> Fri, 13 Apr 2001 19:08:53 +0200
353
354strace (4.3-1) unstable; urgency=low
355
356 * New upstream version
357 * Updated Build-Depends to use a recent glibc so we get the 2.4 kernel
358 headers
359 * Changed Architecture so we only build on Linux
360 * Include section and priority in control info
361
362 -- Wichert Akkerman <wakkerma@debian.org> Sun, 1 Apr 2001 16:35:32 +0200
363
364strace (4.2-4) frozen unstable; urgency=low
365
366 * Actually install postinst and prerm so we get the proper /usr/doc/strace
367 symlink
368
369 -- Wichert Akkerman <wakkerma@debian.org> Thu, 17 Feb 2000 21:49:17 +0100
370
371strace (4.2-3) frozen unstable; urgency=low
372
373 * Fix typo in aclocal.m4 that prevented compilation on architectures without
374 LFS
375
376 -- Wichert Akkerman <wakkerma@debian.org> Sun, 13 Feb 2000 01:19:11 +0100
377
378strace (4.2-2) frozen unstable; urgency=low
379
380 * only include linux/ptrace.h if sys/reg.h hasn't been found by configure,
381 Closes: Bug# 39556
382
383 -- Wichert Akkerman <wakkerma@debian.org> Thu, 27 Jan 2000 03:22:55 +0100
384
385strace (4.2-1) frozen unstable; urgency=low
386
387 * New upstream version:
388 + Builds correctly on glibc2.0 again, Closes: Bug# 51648
389 + Small y2k fix in printtimes, Closes: Bug# 54592
390 + semop is handled now, Closes: Bug# 52684
391
392 -- Wichert Akkerman <wakkerma@debian.org> Fri, 21 Jan 2000 21:45:41 +0100
393
394strace (4.1-1) unstable; urgency=low
395
396 * New upstream version
397 * Bump standards-version to 3.1.0
398 * FHS 2.1 compliant
399
400 -- Wichert Akkerman <wakkerma@debian.org> Fri, 26 Nov 1999 01:42:07 +0100
401
402strace (4.0-1) unstable; urgency=low
403
404 * New upstream version
405
406 -- Wichert Akkerman <wakkerma@debian.org> Fri, 9 Jul 1999 16:12:34 +0200
407
408strace (3.99.1-1) unstable; urgency=low
409
410 * New upstream version, second pre-release for 4.0
411
412 -- Wichert Akkerman <wakkerma@debian.org> Wed, 9 Jun 1999 15:20:42 +0200
413
414strace (3.99-1) unstable; urgency=low
415
416 * New upstream maintainer (me :)
417 * New upstream version, pre-release for strace 4.0
418 * See upstream changelog for changes
419 * Build with glibc2.1
420
421 -- Wichert Akkerman <wakkerma@debian.org> Tue, 27 Apr 1999 14:00:15 +0200
422
423strace (3.1.0.1-12) unstable; urgency=low
424
425 * Only i386 has a LDT, so check for architecture in mem.c (Bug# 32798)
426 * Check for nsignals properly, closes: #34445
427 * Fix check for overruns in umove*, patch by Nate Eldredge <nate@cartsys.com>
428
429 -- Wichert Akkerman <wakkerma@debian.org> Mon, 15 Mar 1999 00:43:14 +0100
430
431strace (3.1.0.1-11) unstable; urgency=low
432
433 * Merge some ARM stuff that got stuck in my mailbox
434
435 -- Wichert Akkerman <wakkerma@debian.org> Sun, 31 Jan 1999 13:04:13 +0100
436
437strace (3.1.0.1-10) unstable; urgency=low
438
439 * Move sys_poll to the DONE section in linux/dummy.h
440 * Support subarchitectures for alpha (Bug# 32147)
441 * Incorporate changes from Ulrich Drepper
442 + up number of supported personalities on Linux sparc to 3
443 + add O_DIRECT, O_LARGEFILE and O_DIRECTORY to openmodes
444 + change prefix for printxval to SEEK_ in sys_lseek
445 + add a support for a whole bunch of syscalls
446 + updated sys_pread and sys_pwrite for SVR4
447 + handle sys_delete_module properly
448 + change SYS_socket_subcall to 230 for non-powerpc architectures
449 + sys_chown is now lchown
450 + looks like a whole lot of syscalls is moved from 180 to 230
451 + Revamp a lot of the signal handling code
452 + handle sys_clone
453 + Lots more (it was a 6494-line patch and I'm too lazy to put all
454 changes in here..)
455 * Please note you need to have 2.1 or 2.2 kernel sources in /usr/src/linux
456 in order to compile this.
457
458 -- Wichert Akkerman <wakkerma@debian.org> Fri, 29 Jan 1999 02:04:12 +0100
Roland McGrath037124f2003-01-10 10:44:57 +0000459
Wichert Akkermand321ff92002-03-31 18:45:45 +0000460strace (3.1.0.1-9) unstable; urgency=low
461
462 * Add support for poll() systemcall
463
464 -- Wichert Akkerman <wakkerma@debian.org> Thu, 31 Dec 1998 16:03:44 +0100
465
466strace (3.1.0.1-8) frozen unstable; urgency=low
467
468 * Use new_stat from libc6 now, except for powerpc and sparc
469
470 -- Wichert Akkerman <wakkerma@debian.org> Thu, 24 Dec 1998 11:35:32 +0100
471
472strace (3.1.0.1-7) frozen unstable; urgency=low
473
474 * Fix sparc support
475 * Display nanosleep call correctly (Bug# 25904)
476 * Honour -v flag in printargs (Bug# 10426)
Roland McGrath037124f2003-01-10 10:44:57 +0000477 * Play with #define to get proper kernel struct stat
Wichert Akkermand321ff92002-03-31 18:45:45 +0000478 * Compile with 2.1.131 kernel source
479
480 -- Wichert Akkerman <wakkerma@debian.org> Sat, 19 Dec 1998 15:02:14 +0100
481
482strace (3.1.0.1-6) frozen unstable; urgency=low
Roland McGrath037124f2003-01-10 10:44:57 +0000483
Wichert Akkermand321ff92002-03-31 18:45:45 +0000484 * Set NSIG correctly for ARM
485 * Include strace-graph script from Richard Braakman <dark@debian.org>
486 as an example. Try it and be amazed!
487 * Fix sigaction problem, patch from Topi Miettinen
488 <Topi.Miettinen@medialab.sonera.net>
489
490 -- Wichert Akkerman <wakkerma@debian.org> Mon, 7 Dec 1998 02:10:30 +0100
491
492strace (3.1.0.1-5) unstable; urgency=low
493
494 * Patched from Richard Braakman <dark@debian.org>:
495 + use correct dirent.h on Linux
496 + remove debugging code left from the powerpc patch
497 + fix output for execve when -v is used
498
499 -- Wichert Akkerman <wakkerma@debian.org> Fri, 13 Nov 1998 15:59:17 +0100
500
501strace (3.1.0.1-5) unstable; urgency=low
502
503 * Add location of upstream sources to the copyright
504 * Merged ARM architecture support from Jim Studt <jim@federated.com>
505
506 -- Wichert Akkerman <wakkerma@debian.org> Mon, 9 Nov 1998 16:43:24 +0100
507
508strace (3.1.0.1-4) unstable; urgency=low
509
510 * More ppc patches from Daniel Jacobowitz <dan@debian.org>
511
512 -- Wichert Akkerman <wakkerma@debian.org> Mon, 12 Oct 1998 00:59:44 +0200
513
514strace (3.1.0.1-3) unstable; urgency=low
515
516 * Added support for sys_query_module, patch from Brian J. Murrell
517 <brian@interlinx.bc.ca>
518 * Preserve timestamps for documentation when installed
519 * Incorporate patches from Daniel Jacobowitz <dan@debian.org>:
520 + powerpc patches
521 + Patches include changing SYS_socket_subcall and SYS_ipc_subcall,
522 check for stray syscall exit after execv, and completely regenerated
523 syscall, errno, and ioctl lists.
524 + Decode capget and capset arguments.
525
526 -- Wichert Akkerman <wakkerma@debian.org> Sun, 11 Oct 1998 22:42:56 +0200
527
528strace (3.1.0.1-2) unstable; urgency=low
529
530 * Patch to support sparc, courtesy of RedHat
531 * Cleaned up some stuff the patch left broken
532 * Fix some more compilation-issues for IPX with current kernels
533
534 -- Wichert Akkerman <wakkerma@debian.org> Fri, 24 Jul 1998 22:53:43 +0200
535
536strace (3.1.0.1-1) unstable; urgency=low
537
538 * New (actually very old) upstream version. Fixes something we
539 already had fixed
540 * Compiled with current kernel-headers from libc6-dev
541 * Fixed spelling-error
542 * Compress changelog
543 * Bumped standard-version to 2.4.1.0
544
545 -- Wichert Akkerman <wakkerma@debian.org> Wed, 22 Jul 1998 15:53:23 +0200
546
547strace (3.1-14) unstable; urgency=low
548
549 * Don't let libc6 trick us anymore with {f,l,}stat() calls
550 * Fix configure.in to support PentiumII processors
551
552 -- Wichert Akkerman <wakkerma@debian.org> Mon, 22 Jun 1998 20:17:20 +0200
553
554strace (3.1-13) unstable; urgency=low
555
556 * Corrected error on PowerPC patch that broke other archictectures
557 (Bug# 13837)
558
559 -- Wichert Akkerman <wakkerma@debian.org> Tue, 14 Oct 1997 15:41:29 +0200
560
561strace (3.1-12) unstable; urgency=low
562
563 * PowerPC patches by Klee Dienes (Bug# 10788, 10790)
564 * Create correct md5sums (Bug# 13363)
565 * Put changelog in correct place (Bug# 13363)
566 * Pristine sources
567
568 -- Wichert Akkerman <wakkerma@debian.org> Mon, 6 Oct 1997 15:42:25 +0200
569
570strace (3.1-11) unstable; urgency=LOW
571
572 * Ported to libc6 / glibc2 (Bug# 11729)
573 * Compress manpage
574
575 -- Wichert Akkerman <wakkerma@wi.leidenuniv.nl> Fri, 1 Aug 1997 00:13:38 +02
576
577strace (3.1-10) unstable; urgency=LOW
578
579 * Install upstream changelog
580 * Added dependencies to control file for libc
581 * Added md5sums to .deb file
582
583 -- Wichert Akkerman <wakkerma@debian.org> Fri, 11 Jul 1997 12:26:12 +0200
584
585strace (3.1-9) stable; urgency=LOW
Roland McGrath037124f2003-01-10 10:44:57 +0000586
Wichert Akkermand321ff92002-03-31 18:45:45 +0000587 * Fixed bug with hanging children. Patch by Matthias Urlichs
588 * Added some more constants to net.c.
589 * glibc patches, courtesy of Klee Dienes (Bug# 7735)
590
591 -- Wichert Akkerman <wakkerma@debian.org> Mon, 21 Apr 1997 11:59:45 +0200
592
593strace (3.1-8) frozen unstable; urgency=LOW
594
595 * Added detection of ROSE networking
596
597 -- Wichert Akkerman <wakkerma@wi.leidenuniv.nl> Tue, 12 Nov 1996 22:21:22 +0100
598
599strace (3.1-7) stable; urgency=LOW
600
601 * Install manpage with correct mode (0644) (Bug#4813)
602 * Renamed debian changelog to changelog.Debian
603
604 -- Wichert Akkerman <wakkerma@wi.leidenuniv.nl> Sat, 26 Oct 1996 18:15:41 +0200
605
606strace (3.1-6) stable; urgency=LOW
607
608 * Small patch for compilation on kernels 2.1.0 and later (see signal.c)
609
610 -- Wichert Akkerman <wakkerma@wi.leidenuniv.nl> Fri, 18 Oct 1996 00:28:47 +0200
611strace (3.1-5) stable unstable; urgency=LOW
612
613 * Moved to new packagingformat
614 * Fixed umoven bug (Bug# 4523)
615 * Corrected number of parameters for mmap systemcall (bug# 4508)
616
617 -- Wichert Akkerman <wakkerma@wi.leidenuniv.nl> Sat, 23 Sep 1996 23:33:58 +0200
618
619strace (3.1-4) unstable; urgency=LOW
620
621 * Fixed changestemplate
622
623 -- Wichert Akkerman <wakkerma@wi.leidenuniv.nl>, Thu Sep 12 14:59:44 MET DST 1996
624
625
626strace (3.1-3) unstable; priority=LOW
627
628 * Revamped debian files
629
630 -- Wichert Akkerman <wakkerma@wi.leidenuniv.nl>, Thu Jul 11 20:19:11 MET DST 1996
631
632
633strace (3.1-2) unstable; priority=LOW
634 * Added some #ifdef's around IPX stuff to make it compilable on non-Linux
635 systems.
636 * changed debian.control and debian.rules to conform to new debian naming
637 schemes
638 * added architecture-option to debian.rules and debian.control
639
640 -- Wichert Akkerman <wakkerma@wi.leidenuniv.nl>
641
642
643strace (3.1-1) unstable; priority=LOW
644
645 * Moved to new upstream version
646 * added more protocol families to domains
647 * added IPIP-protocol to protocols
648 * added MSG_PROXY and MSG_CTRUNC to msg_flags
649 * added SO_BSDCOMPAT and SO_REUSEPORT to sockoptions
650 * added IP, IPX and TCP-options
651 * added IP, IPX and TCP support to get-/setsockopt()
652 * added IPX support
653
654 -- Wichert Akkerman <wakkerma@wi.leidenuniv.nl>