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