blob: 2b3c850c2e721c40fb0a249f0fb0e16a34e8f2b1 [file] [log] [blame]
Roland McGrath7147a3d2005-03-22 23:12:39 +00001strace (4.5.11-1) unstable; urgency=low
Roland McGrathd8184032005-03-15 02:40:12 +00002
3 * New upstream version.
4 + Update MIPS system call table, closes: #256684.
5 + Fix build on s390 and sparc, closes: #294172, #293564.
6 + Fix select handling on nonstandard fd_set sizes, closes: #65654, #284290.
7 + Don't print errors for null file name pointers, closes: #63093.
8 + Fix initial execve output with -i.
Roland McGrath7147a3d2005-03-22 23:12:39 +00009 + Fix build nits, closes: #300598.
Roland McGrathd8184032005-03-15 02:40:12 +000010
Roland McGrath7147a3d2005-03-22 23:12:39 +000011 -- Roland McGrath <frob@debian.org> Tue, 22 Mar 2005 15:12:22 -0800
Roland McGrathd8184032005-03-15 02:40:12 +000012
Roland McGrath7147a3d2005-03-22 23:12:39 +000013strace (4.5.9-1) unstable; urgency=low
Roland McGrathd63311a2005-02-04 09:29:04 +000014
15 * New upstream version.
16 + Fix potential crash in getxattr printing, closes: #283704.
17 + Improve socket ioctl printing, closes: #192164.
18 + Fix sparc build, closes: #278449.
19 + Update ia64 syscall list.
20 + Fix x86_64 syscall argument extraction for 32-bit processes.
21 + Fix -e signal=NAME parsing.
22 + Fix x86_64 exit_group syscall handling.
23 + Improve mount flags printing.
24 + Support symbolic printing of x86_64 arch_prctl parameters.
25 + Add strace-udeb package for Debian installer debugging, closes: #268294.
26
Roland McGrath3619a992005-02-04 09:54:04 +000027 -- Roland McGrath <frob@debian.org> Fri, 4 Feb 2005 01:53:01 -0800
Roland McGrathd63311a2005-02-04 09:29:04 +000028
Roland McGrathf041d472004-10-20 02:17:52 +000029strace (4.5.8-1) unstable; urgency=low
30
31 * New upstream version.
32 + Fix strace64 man page symlink, closes: #269220.
33 + Update syscall tables for Alpha, ARM, HPPA, closes: #273887.
34 + Build strace64 for s390, closes: #271500.
35 + Fix some endian issues in 64-bit argument output on 32-bit machines.
36 + Support new Linux syscalls mbind, set_mempolicy, get_mempolicy, waitid.
37 + Support Linux syscalls fadvise64, fadvise64_64, and epoll_*.
38 + Improve ioctl command name matching.
39 + Print RTC_* ioctl structure contents.
40 + Support newer RLIMIT_* values.
41 + Print struct cmsghdr details in sendmsg.
42
43 -- Roland McGrath <frob@debian.org> Tue, 19 Oct 2004 18:05:28 -0700
44
Roland McGrathb93f9182004-08-31 08:17:20 +000045strace (4.5.7-1) unstable; urgency=low
46
47 * New upstream version.
48 + Update man page about -c, closes: #254438.
49 + Include pread/pwrite calls in -e read/write tracing, closes: #239947.
50 + Update SO_* and IP_* value lists, closes: #171653.
51 + Print attribute values in *xattr system calls.
52 + Print clock_t values symbolically in Linux clock_* system calls.
53 + Show PER_* values correctly, closes: #40588.
Roland McGrathb15c4972004-08-31 08:41:47 +000054 + Fix `strace64' build on sparc, closes: #254728.
Roland McGrathb93f9182004-08-31 08:17:20 +000055
Roland McGrathb15c4972004-08-31 08:41:47 +000056 -- Roland McGrath <frob@debian.org> Tue, 31 Aug 2004 01:41:19 -0700
Roland McGrathb93f9182004-08-31 08:17:20 +000057
Roland McGrath785a0262004-07-12 07:55:48 +000058strace (4.5.6-1) unstable; urgency=low
59
60 * New upstream version.
61 + Update Linux ioctl lists and decode some more network ioctls.
62 + Fix `quotactl' argument decoding on 64-bit.
63 + Linux/SPARC64 support, closes: #254728.
64
65 -- Roland McGrath <frob@debian.org> Mon, 12 Jul 2004 00:18:32 -0700
66
Roland McGrathb7e2ca12004-06-28 05:24:29 +000067strace (4.5.5-1) unstable; urgency=low
68
69 * New upstream version.
70 + Fix support for 32-bit (i386) binaries on Linux/AMD64.
71
72 -- Roland McGrath <frob@debian.org> Sun, 27 Jun 2004 22:19:15 -0700
73
Roland McGrathed8e77e2004-06-04 02:35:58 +000074strace (4.5.4-1) unstable; urgency=low
75
76 * Build package on amd64, closes: #246568.
77 * New upstream version.
78 + Recognize more PF_* and AF_* values, closes: #250506.
79 + Other fixes.
80
81 -- Roland McGrath <frob@debian.org> Thu, 3 Jun 2004 19:35:37 -0700
82
Roland McGratha8c555f2004-04-16 22:28:41 +000083strace (4.5.3-1) unstable; urgency=low
84
85 * New upstream version.
86 + Finish fix for -f on Linux/S390(x).
87 + Print extra wait status bits, closes: #240062.
Roland McGratha8c555f2004-04-16 22:28:41 +000088
Roland McGrath252b1852004-04-16 22:49:18 +000089 -- Roland McGrath <frob@debian.org> Fri, 16 Apr 2004 15:27:43 -0700
Roland McGratha8c555f2004-04-16 22:28:41 +000090
Roland McGrathb66e9362004-03-02 06:38:35 +000091strace (4.5.2-1) unstable; urgency=low
Roland McGrath00eb84e2003-11-14 02:57:22 +000092
93 * New upstream version.
94 + Check for errors writing to -o file, closes: #218762
Roland McGrath00eb84e2003-11-14 02:57:22 +000095 + Print multiple ioctl code matches on Linux.
96 + Various other fixes.
Roland McGrathb66e9362004-03-02 06:38:35 +000097 + Update typos and obsolete bits in man page, closes: #217008, #223390
98 + Fix compilation problems with newer kernel headers, closes: #223207
99 + Update HPPA system calls, closes: #231632
100 + Fix PID in messages, closes: #229802
101 + Fix s390 brokenness in 4.5, closes: #226098
Roland McGrath00eb84e2003-11-14 02:57:22 +0000102
Roland McGrathb66e9362004-03-02 06:38:35 +0000103 -- Roland McGrath <frob@debian.org> Mon, 1 Mar 2004 22:44:55 -0800
Roland McGrath00eb84e2003-11-14 02:57:22 +0000104
Roland McGratha3bc12e2003-09-24 22:22:38 +0000105strace (4.5-1) unstable; urgency=low
106
107 * New upstream version.
108 + Fix mlock syscall printing.
109 + MIPS & S390 updates.
110 + Print names for SIGRT_* in sets.
111
Roland McGrathf2e9f6e2003-09-24 22:43:10 +0000112 -- Roland McGrath <frob@debian.org> Wed, 24 Sep 2003 15:20:18 -0700
Roland McGratha3bc12e2003-09-24 22:22:38 +0000113
Roland McGrathcb612142003-07-17 09:23:56 +0000114strace (4.4.99-1) unstable; urgency=low
115
116 * New upstream version.
117 + Alpha updates.
118 + Add a few more new Linux 2.5 system calls.
119 + Stephen Thomas contributed a port to Linux/SH64.
120 + Print protocol names for PF_INET6 sockets.
121
122 -- Roland McGrath <frob@debian.org> Thu, 17 Jul 2003 02:04:43 -0700
123
Roland McGrathacd3cd72003-06-11 05:37:56 +0000124strace (4.4.98-1) unstable; urgency=low
Roland McGrath64ffba52003-06-02 19:37:48 +0000125
126 * New upstream version.
127 + Fixes clone argument bugs.
128 + Fixes sem* printing bugs.
129 + Fixes -e argument parsing, closes: #188379.
Roland McGrathacd3cd72003-06-11 05:37:56 +0000130 + Fixes hanging parent in odd wait cases, closes: #47608, #109656.
131 + Fixes -q defaulting, closes: #47113, #153678.
132 + Fixes trying to execute directories, closes: #137103.
133 + Updates ARM support, thanks to Russell King.
134 + Updates S390/S390x support.
135 * Bump standards-version to 3.5.10
Roland McGrath64ffba52003-06-02 19:37:48 +0000136
137 -- Roland McGrath <frob@debian.org> Mon, 2 Jun 2003 12:26:29 -0700
138
Roland McGrath1b86e2d2003-03-31 01:21:36 +0000139strace (4.4.96-1) unstable; urgency=low
140
141 * New upstream version.
142 + Handles yet more new Linux 2.5 system calls.
143 + Fixes x86_64 and ia64 clone printing.
144 + Updates SH port.
145
146 -- Roland McGrath <frob@debian.org> Sun, 30 Mar 2003 17:14:34 -0800
147
Roland McGrath1893d052003-02-24 10:53:44 +0000148strace (4.4.95-1) unstable; urgency=low
149
150 * New upstream version.
151 + Fixes printing of getresuid and getresgid values.
152
153 -- Roland McGrath <frob@debian.org> Mon, 24 Feb 2003 02:50:43 -0800
154
Roland McGrath6c2fe9d2003-02-20 03:26:47 +0000155strace (4.4.94-1) unstable; urgency=low
156
157 * New upstream version.
158 + New option -E to set environment variables.
159 + Build fixes for sparc, closes: #178636.
160
161 -- Roland McGrath <frob@debian.org> Wed, 19 Feb 2003 19:12:40 -0800
162
Roland McGrathee061722003-01-22 02:27:51 +0000163strace (4.4.93-1) unstable; urgency=low
164
165 * New upstream version.
166 + Grok new quotactl arguments, closes: #154067.
167 + Fix m68k build problem, closes: #176528.
168 + Old bugs prior release actually closes: #154068.
169 + Fix S390 bugs with -f, and bugs with execve.
170 * Switched to non-native packaging (empty .diff), closes: #176388.
171
172 -- Roland McGrath <frob@debian.org> Tue, 21 Jan 2003 12:22:08 -0800
173
Roland McGrathd377f302003-01-14 10:09:50 +0000174strace (4.4.92-1) unstable; urgency=low
175
176 * New upstream version.
177 + Updated config.guess and config.sub, closes: #176241.
178 + Several fixes for PPC, closes: #144326.
179 + Fixed ptrace output for unknown requests, closes: #77728.
Roland McGrathee061722003-01-22 02:27:51 +0000180 + Fixed output of getdents64, truncate64, ftruncate64, closes: #169528.
Roland McGrathd377f302003-01-14 10:09:50 +0000181 + Old bugs the last release actually closes: #153750, #38467, #109993,
182 #109815, #104594, #113087, #134803, #166622, #96356, #94725, #32147,
183 #32798, #36801, #41066, #81637, #138300, #143791.
184
185 -- Roland McGrath <frob@debian.org> Tue, 14 Jan 2003 02:02:44 -0800
186
Roland McGrath1d847cf2003-01-10 21:43:24 +0000187strace (4.4.91-1) unstable; urgency=low
188
189 * New upstream version.
190 + Fixes -f on x86-64.
191
192 -- Roland McGrath <frob@debian.org> Fri, 10 Jan 2003 12:55:34 -0800
193
Roland McGrath037124f2003-01-10 10:44:57 +0000194strace (4.4.90-1) unstable; urgency=low
195
196 * New maintainer.
197 * New upstream version.
198
199 -- Roland McGrath <frob@debian.org> Fri, 10 Jan 2003 01:58:40 -0800
200
201strace (4.4-1.2) unstable; urgency=low
202
203 * NMU
204 * Quick one-liner to allow building on the ARM. Closes: #109993.
205 * Re-ran autoconf, hopefully I didn't break other arches.
206
207 -- Anand Kumria <wildfire@progsoc.org> Mon, 1 Oct 2001 14:22:25 +1000
208
209strace (4.4-1.1) unstable; urgency=low
210
211 * NMU.
212 * Added patch from David Mosberger which fixes some ia64 issues.
213 Closes: #113087.
214 * Added ia64-specific Build-Depends on libc6.1-dev. Closes:
215 #109815.
216 * Ran autoheader, so the s390 patch applies. Closes: #104594.
217
218 -- Jeff Licquia <jlicquia@progeny.com> Tue, 25 Sep 2001 13:15:28 -0500
219
Wichert Akkermand321ff92002-03-31 18:45:45 +0000220strace (4.4-1) unstable; urgency=low
221
222 * New upstream version
223 + Added S390 support. Closes: Bug#104594
224 + New config.{guess,sub}. Closes: Bug#92532
225 + LFS support for Linux/sparc. Closes: Bug#99215
226 * Works on IA64 again. Closes: Bug#103854
227 * Don't override CFLAGS in debian/rules
228 * Remove rules to create configure & friends. Closes: Bug#92483
229
230 -- Wichert Akkerman <wakkerma@debian.org> Sun, 19 Aug 2001 14:10:58 +0200
231
232strace (4.3-3.1) unstable; urgency=low
233
234 * copy in new config.{guess,sub} to get support for new architectures.
235 Closes: #94725
236
237 -- LaMont Jones <lamont@debian.org> Mon, 9 Jul 2001 21:39:34 -0600
238
239strace (4.3-3) unstable; urgency=low
240
241 * Update architecture list
242
243 -- Wichert Akkerman <wakkerma@debian.org> Sat, 14 Apr 2001 10:42:19 +0200
244
245strace (4.3-2) unstable; urgency=low
246
247 * Run cvsbuild so we don't need to run autohead & friends
248 * Sync to current CVS
249
250 -- Wichert Akkerman <wakkerma@debian.org> Fri, 13 Apr 2001 19:08:53 +0200
251
252strace (4.3-1) unstable; urgency=low
253
254 * New upstream version
255 * Updated Build-Depends to use a recent glibc so we get the 2.4 kernel
256 headers
257 * Changed Architecture so we only build on Linux
258 * Include section and priority in control info
259
260 -- Wichert Akkerman <wakkerma@debian.org> Sun, 1 Apr 2001 16:35:32 +0200
261
262strace (4.2-4) frozen unstable; urgency=low
263
264 * Actually install postinst and prerm so we get the proper /usr/doc/strace
265 symlink
266
267 -- Wichert Akkerman <wakkerma@debian.org> Thu, 17 Feb 2000 21:49:17 +0100
268
269strace (4.2-3) frozen unstable; urgency=low
270
271 * Fix typo in aclocal.m4 that prevented compilation on architectures without
272 LFS
273
274 -- Wichert Akkerman <wakkerma@debian.org> Sun, 13 Feb 2000 01:19:11 +0100
275
276strace (4.2-2) frozen unstable; urgency=low
277
278 * only include linux/ptrace.h if sys/reg.h hasn't been found by configure,
279 Closes: Bug# 39556
280
281 -- Wichert Akkerman <wakkerma@debian.org> Thu, 27 Jan 2000 03:22:55 +0100
282
283strace (4.2-1) frozen unstable; urgency=low
284
285 * New upstream version:
286 + Builds correctly on glibc2.0 again, Closes: Bug# 51648
287 + Small y2k fix in printtimes, Closes: Bug# 54592
288 + semop is handled now, Closes: Bug# 52684
289
290 -- Wichert Akkerman <wakkerma@debian.org> Fri, 21 Jan 2000 21:45:41 +0100
291
292strace (4.1-1) unstable; urgency=low
293
294 * New upstream version
295 * Bump standards-version to 3.1.0
296 * FHS 2.1 compliant
297
298 -- Wichert Akkerman <wakkerma@debian.org> Fri, 26 Nov 1999 01:42:07 +0100
299
300strace (4.0-1) unstable; urgency=low
301
302 * New upstream version
303
304 -- Wichert Akkerman <wakkerma@debian.org> Fri, 9 Jul 1999 16:12:34 +0200
305
306strace (3.99.1-1) unstable; urgency=low
307
308 * New upstream version, second pre-release for 4.0
309
310 -- Wichert Akkerman <wakkerma@debian.org> Wed, 9 Jun 1999 15:20:42 +0200
311
312strace (3.99-1) unstable; urgency=low
313
314 * New upstream maintainer (me :)
315 * New upstream version, pre-release for strace 4.0
316 * See upstream changelog for changes
317 * Build with glibc2.1
318
319 -- Wichert Akkerman <wakkerma@debian.org> Tue, 27 Apr 1999 14:00:15 +0200
320
321strace (3.1.0.1-12) unstable; urgency=low
322
323 * Only i386 has a LDT, so check for architecture in mem.c (Bug# 32798)
324 * Check for nsignals properly, closes: #34445
325 * Fix check for overruns in umove*, patch by Nate Eldredge <nate@cartsys.com>
326
327 -- Wichert Akkerman <wakkerma@debian.org> Mon, 15 Mar 1999 00:43:14 +0100
328
329strace (3.1.0.1-11) unstable; urgency=low
330
331 * Merge some ARM stuff that got stuck in my mailbox
332
333 -- Wichert Akkerman <wakkerma@debian.org> Sun, 31 Jan 1999 13:04:13 +0100
334
335strace (3.1.0.1-10) unstable; urgency=low
336
337 * Move sys_poll to the DONE section in linux/dummy.h
338 * Support subarchitectures for alpha (Bug# 32147)
339 * Incorporate changes from Ulrich Drepper
340 + up number of supported personalities on Linux sparc to 3
341 + add O_DIRECT, O_LARGEFILE and O_DIRECTORY to openmodes
342 + change prefix for printxval to SEEK_ in sys_lseek
343 + add a support for a whole bunch of syscalls
344 + updated sys_pread and sys_pwrite for SVR4
345 + handle sys_delete_module properly
346 + change SYS_socket_subcall to 230 for non-powerpc architectures
347 + sys_chown is now lchown
348 + looks like a whole lot of syscalls is moved from 180 to 230
349 + Revamp a lot of the signal handling code
350 + handle sys_clone
351 + Lots more (it was a 6494-line patch and I'm too lazy to put all
352 changes in here..)
353 * Please note you need to have 2.1 or 2.2 kernel sources in /usr/src/linux
354 in order to compile this.
355
356 -- Wichert Akkerman <wakkerma@debian.org> Fri, 29 Jan 1999 02:04:12 +0100
Roland McGrath037124f2003-01-10 10:44:57 +0000357
Wichert Akkermand321ff92002-03-31 18:45:45 +0000358strace (3.1.0.1-9) unstable; urgency=low
359
360 * Add support for poll() systemcall
361
362 -- Wichert Akkerman <wakkerma@debian.org> Thu, 31 Dec 1998 16:03:44 +0100
363
364strace (3.1.0.1-8) frozen unstable; urgency=low
365
366 * Use new_stat from libc6 now, except for powerpc and sparc
367
368 -- Wichert Akkerman <wakkerma@debian.org> Thu, 24 Dec 1998 11:35:32 +0100
369
370strace (3.1.0.1-7) frozen unstable; urgency=low
371
372 * Fix sparc support
373 * Display nanosleep call correctly (Bug# 25904)
374 * Honour -v flag in printargs (Bug# 10426)
Roland McGrath037124f2003-01-10 10:44:57 +0000375 * Play with #define to get proper kernel struct stat
Wichert Akkermand321ff92002-03-31 18:45:45 +0000376 * Compile with 2.1.131 kernel source
377
378 -- Wichert Akkerman <wakkerma@debian.org> Sat, 19 Dec 1998 15:02:14 +0100
379
380strace (3.1.0.1-6) frozen unstable; urgency=low
Roland McGrath037124f2003-01-10 10:44:57 +0000381
Wichert Akkermand321ff92002-03-31 18:45:45 +0000382 * Set NSIG correctly for ARM
383 * Include strace-graph script from Richard Braakman <dark@debian.org>
384 as an example. Try it and be amazed!
385 * Fix sigaction problem, patch from Topi Miettinen
386 <Topi.Miettinen@medialab.sonera.net>
387
388 -- Wichert Akkerman <wakkerma@debian.org> Mon, 7 Dec 1998 02:10:30 +0100
389
390strace (3.1.0.1-5) unstable; urgency=low
391
392 * Patched from Richard Braakman <dark@debian.org>:
393 + use correct dirent.h on Linux
394 + remove debugging code left from the powerpc patch
395 + fix output for execve when -v is used
396
397 -- Wichert Akkerman <wakkerma@debian.org> Fri, 13 Nov 1998 15:59:17 +0100
398
399strace (3.1.0.1-5) unstable; urgency=low
400
401 * Add location of upstream sources to the copyright
402 * Merged ARM architecture support from Jim Studt <jim@federated.com>
403
404 -- Wichert Akkerman <wakkerma@debian.org> Mon, 9 Nov 1998 16:43:24 +0100
405
406strace (3.1.0.1-4) unstable; urgency=low
407
408 * More ppc patches from Daniel Jacobowitz <dan@debian.org>
409
410 -- Wichert Akkerman <wakkerma@debian.org> Mon, 12 Oct 1998 00:59:44 +0200
411
412strace (3.1.0.1-3) unstable; urgency=low
413
414 * Added support for sys_query_module, patch from Brian J. Murrell
415 <brian@interlinx.bc.ca>
416 * Preserve timestamps for documentation when installed
417 * Incorporate patches from Daniel Jacobowitz <dan@debian.org>:
418 + powerpc patches
419 + Patches include changing SYS_socket_subcall and SYS_ipc_subcall,
420 check for stray syscall exit after execv, and completely regenerated
421 syscall, errno, and ioctl lists.
422 + Decode capget and capset arguments.
423
424 -- Wichert Akkerman <wakkerma@debian.org> Sun, 11 Oct 1998 22:42:56 +0200
425
426strace (3.1.0.1-2) unstable; urgency=low
427
428 * Patch to support sparc, courtesy of RedHat
429 * Cleaned up some stuff the patch left broken
430 * Fix some more compilation-issues for IPX with current kernels
431
432 -- Wichert Akkerman <wakkerma@debian.org> Fri, 24 Jul 1998 22:53:43 +0200
433
434strace (3.1.0.1-1) unstable; urgency=low
435
436 * New (actually very old) upstream version. Fixes something we
437 already had fixed
438 * Compiled with current kernel-headers from libc6-dev
439 * Fixed spelling-error
440 * Compress changelog
441 * Bumped standard-version to 2.4.1.0
442
443 -- Wichert Akkerman <wakkerma@debian.org> Wed, 22 Jul 1998 15:53:23 +0200
444
445strace (3.1-14) unstable; urgency=low
446
447 * Don't let libc6 trick us anymore with {f,l,}stat() calls
448 * Fix configure.in to support PentiumII processors
449
450 -- Wichert Akkerman <wakkerma@debian.org> Mon, 22 Jun 1998 20:17:20 +0200
451
452strace (3.1-13) unstable; urgency=low
453
454 * Corrected error on PowerPC patch that broke other archictectures
455 (Bug# 13837)
456
457 -- Wichert Akkerman <wakkerma@debian.org> Tue, 14 Oct 1997 15:41:29 +0200
458
459strace (3.1-12) unstable; urgency=low
460
461 * PowerPC patches by Klee Dienes (Bug# 10788, 10790)
462 * Create correct md5sums (Bug# 13363)
463 * Put changelog in correct place (Bug# 13363)
464 * Pristine sources
465
466 -- Wichert Akkerman <wakkerma@debian.org> Mon, 6 Oct 1997 15:42:25 +0200
467
468strace (3.1-11) unstable; urgency=LOW
469
470 * Ported to libc6 / glibc2 (Bug# 11729)
471 * Compress manpage
472
473 -- Wichert Akkerman <wakkerma@wi.leidenuniv.nl> Fri, 1 Aug 1997 00:13:38 +02
474
475strace (3.1-10) unstable; urgency=LOW
476
477 * Install upstream changelog
478 * Added dependencies to control file for libc
479 * Added md5sums to .deb file
480
481 -- Wichert Akkerman <wakkerma@debian.org> Fri, 11 Jul 1997 12:26:12 +0200
482
483strace (3.1-9) stable; urgency=LOW
Roland McGrath037124f2003-01-10 10:44:57 +0000484
Wichert Akkermand321ff92002-03-31 18:45:45 +0000485 * Fixed bug with hanging children. Patch by Matthias Urlichs
486 * Added some more constants to net.c.
487 * glibc patches, courtesy of Klee Dienes (Bug# 7735)
488
489 -- Wichert Akkerman <wakkerma@debian.org> Mon, 21 Apr 1997 11:59:45 +0200
490
491strace (3.1-8) frozen unstable; urgency=LOW
492
493 * Added detection of ROSE networking
494
495 -- Wichert Akkerman <wakkerma@wi.leidenuniv.nl> Tue, 12 Nov 1996 22:21:22 +0100
496
497strace (3.1-7) stable; urgency=LOW
498
499 * Install manpage with correct mode (0644) (Bug#4813)
500 * Renamed debian changelog to changelog.Debian
501
502 -- Wichert Akkerman <wakkerma@wi.leidenuniv.nl> Sat, 26 Oct 1996 18:15:41 +0200
503
504strace (3.1-6) stable; urgency=LOW
505
506 * Small patch for compilation on kernels 2.1.0 and later (see signal.c)
507
508 -- Wichert Akkerman <wakkerma@wi.leidenuniv.nl> Fri, 18 Oct 1996 00:28:47 +0200
509strace (3.1-5) stable unstable; urgency=LOW
510
511 * Moved to new packagingformat
512 * Fixed umoven bug (Bug# 4523)
513 * Corrected number of parameters for mmap systemcall (bug# 4508)
514
515 -- Wichert Akkerman <wakkerma@wi.leidenuniv.nl> Sat, 23 Sep 1996 23:33:58 +0200
516
517strace (3.1-4) unstable; urgency=LOW
518
519 * Fixed changestemplate
520
521 -- Wichert Akkerman <wakkerma@wi.leidenuniv.nl>, Thu Sep 12 14:59:44 MET DST 1996
522
523
524strace (3.1-3) unstable; priority=LOW
525
526 * Revamped debian files
527
528 -- Wichert Akkerman <wakkerma@wi.leidenuniv.nl>, Thu Jul 11 20:19:11 MET DST 1996
529
530
531strace (3.1-2) unstable; priority=LOW
532 * Added some #ifdef's around IPX stuff to make it compilable on non-Linux
533 systems.
534 * changed debian.control and debian.rules to conform to new debian naming
535 schemes
536 * added architecture-option to debian.rules and debian.control
537
538 -- Wichert Akkerman <wakkerma@wi.leidenuniv.nl>
539
540
541strace (3.1-1) unstable; priority=LOW
542
543 * Moved to new upstream version
544 * added more protocol families to domains
545 * added IPIP-protocol to protocols
546 * added MSG_PROXY and MSG_CTRUNC to msg_flags
547 * added SO_BSDCOMPAT and SO_REUSEPORT to sockoptions
548 * added IP, IPX and TCP-options
549 * added IP, IPX and TCP support to get-/setsockopt()
550 * added IPX support
551
552 -- Wichert Akkerman <wakkerma@wi.leidenuniv.nl>