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