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