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