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