Update NEWS
[platform/upstream/ltrace.git] / debian / changelog
1 ltrace (0.6-1) unstable; urgency=low
2
3   * New upstream release
4   * Support for cris added
5   * Numerous bugfixes for MIPS, ARM, and PPC
6   * Support for libunwind and libdl
7
8  -- Joe Damato <ice799@gmail.com>  Fri, 10 Dec 2010 00:41:20 -0800
9
10 ltrace (0.5.3-2) unstable; urgency=low
11
12   * Fixed compilation problems in armel, ia64 and powerpc (closes: Bug#538441)
13
14  -- Juan Cespedes <cespedes@debian.org>  Sun, 26 Jul 2009 13:24:44 +0200
15
16 ltrace (0.5.3-1) unstable; urgency=low
17
18   * New upstream release
19   * Make it work again in sparc with new kernel headers (closes: Bug#532195)
20
21  -- Juan Cespedes <cespedes@debian.org>  Sat, 25 Jul 2009 16:24:38 +0200
22
23 ltrace (0.5.2-2) unstable; urgency=low
24
25   * Make clone() work when child starts after parent finishes
26   * See syscalls as syscalls and not sysrets when we are a clone
27
28  -- Juan Cespedes <cespedes@debian.org>  Thu, 28 May 2009 16:30:08 +0200
29
30 ltrace (0.5.2-1) unstable; urgency=low
31
32   * New upstream release                                   (closes: Bug#463023)
33   * New approach for following forks; it should now attach
34     every newly created process                            (closes: Bug#483827)
35   * Fixed SEGFAULT when killing ltrace with SIGINT or SIGTERM (closes: #458923)
36
37  -- Juan Cespedes <cespedes@debian.org>  Thu, 21 May 2009 19:16:22 +0200
38
39 ltrace (0.5.1-2) unstable; urgency=low
40
41   * Red-added armel and armeb to debian/control (closes: Bug#463023)
42
43  -- Juan Cespedes <cespedes@debian.org>  Tue, 16 Dec 2008 13:00:50 +0100
44
45 ltrace (0.5.1-1) unstable; urgency=low
46
47   * New upstream release, fixing many bugs
48     (thanks to Petr Machata, Luis Machado...)
49   * Acknowledged NMU (Closes: Bug#463023)
50   * Update Standards-Version (3.8.0), no changes
51
52  -- Juan Cespedes <cespedes@debian.org>  Wed, 10 Dec 2008 18:41:20 +0100
53
54 ltrace (0.5-3.1) unstable; urgency=low
55
56   * Non-maintainer upload.
57   * Big thanks for Anderson Lizardo for providing patches!
58   * Add generic support for arm targets, Closes: #176413
59   * Save funtion arguments on arm, Closes: #462530
60   * Add thumb instruction support, Closes: #462531
61   * Add basic arm/eabi support, Closes: #450931
62   * fix exec() testcase cleanup, Closes: #462532
63   * fix memory corruption in clone() test, Closes: #462533
64   * fix tracing child with "-p" option, Closes: #462535
65   * Update standard, no changes
66
67  -- Riku Voipio <riku.voipio@iki.fi>  Tue, 29 Jan 2008 00:26:50 +0200
68
69 ltrace (0.5-3) unstable; urgency=low
70
71   * Really fix compilation problems in ppc (!)
72
73  -- Juan Cespedes <cespedes@debian.org>  Fri, 31 Aug 2007 19:04:03 +0200
74
75 ltrace (0.5-2) unstable; urgency=low
76
77   * Fixed compilation issue in ppc
78
79  -- Juan Cespedes <cespedes@debian.org>  Fri, 31 Aug 2007 13:53:27 +0200
80
81 ltrace (0.5-1) unstable; urgency=low
82
83   * New upstream version
84   * Remove some unneeded files in /usr/share/doc (ChangeLog, COPYING...)
85   * Fix several typos (closes: Bug#372928)
86   * Added more system calls to ltrace.conf
87
88  -- Juan Cespedes <cespedes@debian.org>  Thu, 30 Aug 2007 14:54:44 +0200
89
90 ltrace (0.4-2) unstable; urgency=low
91
92   * Use fclose() to close the output file when using option '-o'
93     (thanks to GuiJianfeng <jianfenggui@gmail.com>)
94
95  -- Juan Cespedes <cespedes@debian.org>  Tue, 07 Aug 2007 11:49:27 +0200
96
97 ltrace (0.4-1) unstable; urgency=low
98
99   * Rebase code from Redhat patches, now everything lives in SVN
100   * Closes: #297483,#315889,#318009 -- add PowerPC64 support
101   * Add s390x, ppc64 support
102   * This removes the patch from #257903 as it seems unnecessary now.
103
104  -- Ian Wienand <ianw@ieee.org>  Tue, 21 Feb 2006 09:23:09 +1100
105
106 ltrace (0.3.38-1) unstable; urgency=low
107
108   * Closes: 306862 -- Add IA64 support
109
110  -- Ian Wienand <ianw@ieee.org>  Fri, 17 Feb 2006 11:17:46 +1100
111
112 ltrace (0.3.37-2) unstable; urgency=low
113
114   * Convert to use CDBS
115   * Use CDBS to build control; you need to run
116   DEB_AUTO_UPDATE_DEBIAN_CONROL=yes ./debian/rules clean
117   to make the control file if you checkout from CVS
118   * Remove autoconf from build-deps, fix up upstream dist target so we don't
119     need it.
120
121  -- Ian Wienand <ianw@ieee.org>  Thu, 16 Feb 2006 22:56:14 +1100
122
123 ltrace (0.3.37-1) unstable; urgency=low
124
125   [ Ian Wienand ]
126   * Non-maintainer upload
127   * Start a "friendly takeover" from Juan
128   * Closes: #127503,#280608 -- update man page typos
129   * Closes: #339348 -- fix putenv typo in ltrace.conf
130   * Closes: #257903 -- incorporate variable length args patch
131   * Closes: #282051 -- demange names when -c used with -C
132   * Closes: #352389 -- pass build flags through to Makefile
133   * Closes: #155571 -- add note in man page about dlopened libraries
134   * See "upstream" ChangeLog for other changes (mostly warning fixes)
135   * Update README to point to Alioth home: http://ltrace.alioth.debian.org
136
137   [ Christoph Berg ]
138   * Create non-native package.
139   * Add autoconf to build-deps
140   
141  -- Ian Wienand <ianw@ieee.org>  Thu, 16 Feb 2006 11:51:32 +1100
142
143 ltrace (0.3.36-2) unstable; urgency=low
144
145   * Corrected path for Debian changelog
146
147  -- Juan Cespedes <cespedes@debian.org>  Wed, 10 Nov 2004 00:33:21 +0100
148
149 ltrace (0.3.36-1) unstable; urgency=low
150
151   * Changed distribution to pristine source
152   * New Standards-Version (3.6.1)
153   * Fixed "--indent" option (closes: Bug#265185)
154
155  -- Juan Cespedes <cespedes@debian.org>  Wed, 10 Nov 2004 00:14:19 +0100
156
157 ltrace (0.3.35.1) unstable; urgency=low
158
159   * Non-maintainer upload
160   * Applied patch from Jakub Jelinek <jakub@redhat.com> to fix problems with
161     binaries built with recent binutils (closes: #274955)
162   * Applied patch from Jakub Jelinek to add long/ulong types to ltrace.conf
163     for amd64
164   * Applied patch from Jakub Jelinek to fix -C
165   * Applied patch from Jakub Jelinek to update syscallent.h
166   * debian/control: build-depend on dpatch and libelfg0-dev
167   * debian/rules: add dpatch support
168   * debian/changelog: convert to utf-8
169
170  -- Andrew Pollock <apollock@debian.org>  Fri, 22 Oct 2004 21:43:16 +1000
171
172 ltrace (0.3.35) unstable; urgency=low
173
174   * Fixed include line in m68k, caused build problems
175
176  -- Juan Cespedes <cespedes@debian.org>  Fri, 16 Jul 2004 18:00:10 +0200
177
178 ltrace (0.3.34) unstable; urgency=low
179
180   * Fixed prototype declaration problem in arm, m68k, powerpc, s390
181   * Added "amd64" to list of architectures        (closes: Bug#252756)
182   * Sparc port is hopefully working               (closes: Bug#35524)
183
184  -- Juan Cespedes <cespedes@debian.org>  Wed, 07 Jul 2004 10:40:56 +0200
185
186 ltrace (0.3.33) unstable; urgency=low
187
188   * Fixed two bugs, thanks to Mauro Meneghin <G1ld0@lycos.it>:
189     + Cope correctly with breakpoint values greater than
190       sizeof(long) bytes
191     + Fixed small bug in option -r                (closes: Bug#212792)
192   * Show help if no (or few) arguments are given, just like
193     strace and fenris (thanks, Tomasz Wegrzanowski <taw@users.sf.net>)
194   * Some fixes from Jakub Bogusz <qboosh@pld-linux.org>:
195     + Small 64-bit cleanup of code
196     + support for more than 6 function arguments on amd64
197     + Adapted SPARC port from Jakub Jelinek <jakub@redhat.com>
198     + Added alpha support
199   
200  -- Juan Cespedes <cespedes@debian.org>  Mon, 14 Jun 2004 18:01:12 +0200
201  
202 ltrace (0.3.32) unstable; urgency=low
203
204   * Fixed wrong version number
205   * Removed unused file "opt_c.c"
206   * Remove error when tracing no calls and doing fork()
207   * Clean-up of sysdeps/linux-gnu/s390/trace.c
208   * Clean-up of sysdeps/linux-gnu/ppc/trace.c
209   * Make `--library' option really work           (closes: Bug#232321)
210   * Merged several patches from SuSE:
211     + Added some functions to ltrace.conf 
212     + Handle 64-big ELF files nicely
213     + AMD64 support
214     + Updated list of syscalls for S/390
215     + Improved some debugging statements
216     Many thanks to Bernhard Kaindl <bk@suse.de> for his great work
217
218  -- Juan Cespedes <cespedes@debian.org>  Sun, 04 Apr 2004 01:31:37 +0200
219
220 ltrace (0.3.31) unstable; urgency=low
221
222   * Added a lot of functions to ltrace.conf,
223     thanks to Jakub Jelinek <jakub@redhat.com>    (closes: Bug#144518)
224   * Fixed off-by-one problem in checking syscall number
225   * Removed some warnings
226
227  -- Juan Cespedes <cespedes@debian.org>  Tue, 04 Feb 2003 23:22:46 +0100
228
229 ltrace (0.3.30) unstable; urgency=low
230
231   * Implemented -T option (show time spent inside each call)
232   * Alphabetically sort options in help and manual page
233   * Added -c option (summary of calls on program exit)
234
235  -- Juan Cespedes <cespedes@debian.org>  Mon, 03 Feb 2003 00:22:28 +0100
236
237 ltrace (0.3.29) unstable; urgency=low
238
239   * Align return values depending on screen width
240   * Updated list of syscalls and signals to Linux 2.4.20
241   * Fixed bug introduced in 0.3.27 which caused -L option to segfault
242
243  -- Juan Cespedes <cespedes@debian.org>  Sat, 01 Feb 2003 19:01:39 +0100
244
245 ltrace (0.3.28) unstable; urgency=medium
246
247   * Fixed memory corruption when using execve() in a traced program
248                                       (closes: Bug#160341, Bug#165626)
249
250  -- Juan Cespedes <cespedes@debian.org>  Fri, 31 Jan 2003 19:51:28 +0100
251
252 ltrace (0.3.27) unstable; urgency=low
253
254   * Removed dependency on libdl (it is no longer needed)
255   * Wrote generic dictionary, used in demangle.c and breakpoints.c
256   * Added debug.c for better debugging output
257
258  -- Juan Cespedes <cespedes@debian.org>  Fri, 31 Jan 2003 18:58:55 +0100
259
260 ltrace (0.3.26) unstable; urgency=low
261
262   * Fixed `ltrace -L' in powerpc
263
264  -- Juan Cespedes <cespedes@debian.org>  Sun, 31 Mar 2002 20:53:49 +0200
265
266 ltrace (0.3.25) unstable; urgency=low
267
268   * Finally added powerpc support (Anton Blanchard <anton@samba.org>)
269
270  -- Juan Cespedes <cespedes@debian.org>  Sun, 31 Mar 2002 19:58:25 +0200
271
272 ltrace (0.3.24) unstable; urgency=low
273
274   * Fixed 2 minor buffer overflows (closes: Bug#130746)
275   * Obey --prefix, --sysconfdir, --mandir options in configure
276   * Adding powerpc support (doesn't work yet)
277     (Anton Blanchard <anton@samba.org>)
278
279  -- Juan Cespedes <cespedes@debian.org>  Wed, 27 Mar 2002 00:20:57 +0100
280
281 ltrace (0.3.23) unstable; urgency=low
282
283   * Fixed missing include <unistd.h> in trace.c
284   * One arch-dependent function less (continue_after_breakpoint)
285   * Fixed S/390 port (it didn't compile yet...)
286
287  -- Juan Cespedes <cespedes@debian.org>  Sun,  3 Mar 2002 18:58:36 +0100
288
289 ltrace (0.3.22) unstable; urgency=low
290
291   * S/390: Removed extra target in sysdeps/linux-gnu/s390 which avoided
292     compiling...
293
294  -- Juan Cespedes <cespedes@debian.org>  Sun,  3 Mar 2002 14:04:38 +0100
295
296 ltrace (0.3.21) unstable; urgency=low
297
298   * Get rid of arch/breakpoint.c; we can do it arch-independent
299
300  -- Juan Cespedes <cespedes@debian.org>  Sun,  3 Mar 2002 02:37:46 +0100
301
302 ltrace (0.3.20) unstable; urgency=low
303
304   * Added s390 port (Timothy R. Fesig <slate@us.ibm.com>)
305   * Modified configure process to use ltrace.spec.in to generate
306     ltrace.spec (Timothy R. Fesig <slate@us.ibm.com>)
307   * Fixed some problems using ltrace.spec on Intel platform.
308                 (Timothy R. Fesig <slate@us.ibm.com>)
309
310  -- Juan Cespedes <cespedes@debian.org>  Sat,  2 Mar 2002 23:33:00 +0100
311
312 ltrace (0.3.19) unstable; urgency=low
313
314   * Fixed small bug: "<unifinished...>" lines were sometimes incorrectly
315     displayed
316   * Added new functions to /etc/ltrace.conf (thanks to James R. Van Zandt
317     <jrv@vanzandt.mv.com>)                          (closes: Bug#91349)
318
319  -- Juan Cespedes <cespedes@debian.org>  Fri,  1 Mar 2002 21:05:37 +0100
320
321 ltrace (0.3.18) unstable; urgency=low
322
323   * Simplified arch-dependent stuff
324   * Updated list of syscalls and signals to Linux 2.4.18
325   * Unified coding-style of all function declarations
326   * Do not indent lines indicating signals, exit codes, etc
327   * Updated description
328   * fix off-by-one problem in checking syscall number (Tim Waugh
329     <twaugh@redhat.com> fixed this problem in RedHat two years ago;
330     thank you for NOT noticing me...)
331
332  -- Juan Cespedes <cespedes@debian.org>  Fri,  1 Mar 2002 19:52:43 +0100
333
334 ltrace (0.3.17) unstable; urgency=low
335
336   * Added a bit more debugging
337   * Fixed display of return address in nested functions
338   * Added posibility to exit from a function different from the last called
339     one (this fixes "ltrace gnome-terminal", for example)
340
341  -- Juan Cespedes <cespedes@debian.org>  Mon, 25 Feb 2002 00:19:19 +0100
342
343 ltrace (0.3.16) unstable; urgency=low
344
345   * ltrace works again after an execve is received (closes: Bug#108835)
346   * Added prototypes for fnmatch() and bsearch()   (closes: Bug#106862)
347   * Re-wrote short description so it does not exceed 60 chars
348                                                    (closes: Bug#114682)
349
350  -- Juan Cespedes <cespedes@debian.org>  Mon, 10 Dec 2001 04:11:26 +0100
351
352 ltrace (0.3.15) unstable; urgency=low
353
354   * Fixed `-n' option so that it displays correct output even when
355     tracing several processes
356
357  -- Juan Cespedes <cespedes@debian.org>  Mon,  9 Jul 2001 01:02:46 +0200
358
359 ltrace (0.3.14) unstable; urgency=low
360
361   * Assume a syscall is always immediatly followed by a sysret
362     in i386 (fixes bug which prevented ltrace to work properly
363     in any program using signals); I will have to rethink all
364     this and fix it correctly or port it to non-i386 archs
365   * Fixed -n option: now it is done in output.c (this still has
366     problems when tracing more than one process at a time)
367
368  -- Juan Cespedes <cespedes@debian.org>  Sat,  7 Jul 2001 20:56:42 +0200
369
370 ltrace (0.3.13) unstable; urgency=low
371
372   * Fixed "ltrace -i", broken since version 0.3.11
373
374  -- Juan Cespedes <cespedes@debian.org>  Tue,  3 Jul 2001 18:36:15 +0200
375
376 ltrace (0.3.12) unstable; urgency=low
377
378   * Re-wrote of "elf.c" (Silvio Cesare <silvio@big.net.au>)
379   * Added "--library" option (Silvio)
380   * Updated list of syscalls and signals to Linux 2.4.5
381   * Compile cleanly with gcc-3.0 (thanks to Frédéric L. W. Meunier)
382  
383  -- Juan Cespedes <cespedes@debian.org>  Tue,  3 Jul 2001 00:43:25 +0200
384
385 ltrace (0.3.11) unstable; urgency=low
386
387   * Clean up lintian bugs
388   * Fixed small bug reading start of arguments in config file
389   * Keep a stack of nested calls (Morten Eriksen, 1999-07-04)
390   * Add "--indent" option (Morten Eriksen, 1999-07-04)
391   * cleans up connection between a breakpoint address and
392     a call instance (Morten Eriksen, 1999-07-04)
393   * New Standards-Version (3.5.5)
394
395  -- Juan Cespedes <cespedes@debian.org>  Mon,  2 Jul 2001 00:24:11 +0200
396
397 ltrace (0.3.10) unstable; urgency=low
398
399   * Added C++ demangle (again)
400   * Added correct Build-Depends
401
402  -- Juan Cespedes <cespedes@debian.org>  Thu, 23 Dec 1999 00:22:33 +0100
403
404 ltrace (0.3.9) unstable; urgency=low
405
406   * New Standards-Version (3.1.1)
407   * Fixed Lintian bugs
408
409  -- Juan Cespedes <cespedes@debian.org>  Sun, 19 Dec 1999 17:49:40 +0100
410
411 ltrace (0.3.8) unstable; urgency=low
412
413   * glibc-2.1 does no longer need `_GNU_SOURCE' defined to use <getopt.h>
414   * Changed description of package; adopted Red Hat's one
415     (thanks to whoever wrote it)
416   * Close all the file descriptors used before executing program (close-on-exec)
417   * Updated copyright file for new location /usr/share/common-licenses/GPL.
418   * Used GNU autoconf instead of "uname" to guess host system type
419   * Install man page in /usr/share/man instead of /usr/man
420   * Added a few functions to /etc/ltrace.conf
421   * Updated list of syscalls and signals to linux-2.2.12
422   * Fixed bugs in C++ demangle (Morten Eriksen <mortene@sim.no>)
423   * New Standards-Version: 3.0.1 (but keeping docs in /usr/doc)
424
425  -- Juan Cespedes <cespedes@debian.org>  Mon, 30 Aug 1999 19:34:47 +0200
426
427 ltrace (0.3.7) unstable; urgency=low
428
429   * Minor fixes
430   * Added minor patch from Alex Buell <alex.buell@tahallah.demon.co.uk>
431     to be able to compile under glibc 2.1
432   * Additions to config file from David Dyck <dcd@tc.fluke.com>
433   * Clean-up Makefile a bit
434   * Changed `LT_PT_*' with `ARGTYPE_*'
435   * Display '\\' instead of '\'
436   * Updated list of syscalls and signals to linux-2.2.5
437   * Compiled against glibc-2.1
438
439  -- Juan Cespedes <cespedes@debian.org>  Sat,  3 Apr 1999 03:21:50 +0200
440
441 ltrace (0.3.6) unstable; urgency=low
442
443   * Added m68k port (Roman Hodek <Roman.Hodek@informatik.uni-erlangen.de>) (Bug#27075)
444   * Changed "int pid" with "pid_t pid" everywhere
445   * Fixed return type of some functions from "int" to "void *" (thanks, Roman)
446
447  -- Juan Cespedes <cespedes@debian.org>  Fri, 25 Sep 1998 14:48:37 +0200
448
449 ltrace (0.3.5) unstable; urgency=low
450
451   * Added ARMLinux port (Pat Beirne <pbeirne@home.com>) (Bug#27040)
452   * Fixed minor things in options.c
453
454  -- Juan Cespedes <cespedes@debian.org>  Thu, 24 Sep 1998 13:18:01 +0200
455
456 ltrace (0.3.4) unstable; urgency=low
457
458   * Added "ltrace.spec" to build a .rpm binary file.
459   * Added "-r" option
460
461  -- Juan Cespedes <cespedes@debian.org>  Sun, 20 Sep 1998 21:22:05 +0200
462
463 ltrace (0.3.3) unstable; urgency=low
464
465   * Fixed a little bug in display_string
466   * A few more functions added to /etc/ltrace.conf
467
468  -- Juan Cespedes <cespedes@debian.org>  Sun,  6 Sep 1998 14:03:10 +0200
469
470 ltrace (0.3.2) unstable; urgency=low
471
472   * Make the output line-buffered (Bug#22874)
473   * New Standards-Version (2.4.1)
474   * Make it compile cleanly with glibc 2.0.7
475
476  -- Juan Cespedes <cespedes@debian.org>  Tue, 14 Jul 1998 13:45:24 +0200
477
478 ltrace (0.3.1) frozen unstable; urgency=low
479
480   * setgid programs had their uid and gid swapped!  Fixed.
481
482  -- Juan Cespedes <cespedes@debian.org>  Wed, 29 Apr 1998 19:25:11 +0200
483
484 ltrace (0.3.0) unstable; urgency=low
485
486   * Preliminary autoconf support
487   * Switched to getopt()
488   * New option: -C (demangle C++ names)
489   * New options: --help, --version
490   * Display "format" (printf-like) argument types
491   * Updated manual page
492   * New option: -e
493
494  -- Juan Cespedes <cespedes@debian.org>  Sat, 25 Apr 1998 14:21:59 +0200
495
496 ltrace (0.2.9) frozen unstable; urgency=low
497
498   * Bug#20616 wasn't completely fixed; it didn't work with some programs (Fixed)
499   * Stopping ltrace with ^C DIDN'T WORK if -p option is not used!! (Fixed)
500   * Option -f caused program to segfault; fixed
501   * Fixed nasty bug about executing set[ug]id binaries:
502     When executing a program fails, don't left the program STOPPED.
503   * Make ltrace work with all setuid and setgid binaries when invoked as root
504
505  -- Juan Cespedes <cespedes@debian.org>  Sat, 11 Apr 1998 22:50:38 +0200
506
507 ltrace (0.2.8) frozen unstable; urgency=low
508
509   * Fix important bug regarding -p: disable all breakpoints on exit (Bug#20616)
510   * Compile cleanly on libc5
511   * Added `-t' option (Bug#20615)
512
513  -- Juan Cespedes <cespedes@debian.org>  Sat,  4 Apr 1998 08:34:03 +0200
514
515 ltrace (0.2.7) unstable; urgency=low
516
517   * Some minor fixes
518
519  -- Juan Cespedes <cespedes@debian.org>  Sun, 15 Mar 1998 14:01:40 +0100
520
521 ltrace (0.2.6) unstable; urgency=low
522
523   * Option `-f' now works (but it fails to attach some processes...)
524   * Output is now more similar to strace's
525
526  -- Juan Cespedes <cespedes@debian.org>  Sat, 14 Mar 1998 20:50:16 +0100
527
528 ltrace (0.2.5) unstable; urgency=low
529
530   * After a successful execve(), library calls are now logged
531   * Enhanced displaying of non-printable chars
532   * Added some functions to /etc/ltrace.conf
533
534  -- Juan Cespedes <cespedes@debian.org>  Fri, 13 Mar 1998 19:16:47 +0100
535
536 ltrace (0.2.4) unstable; urgency=low
537
538   * Option `-p' now works (but programs fail when ltrace is interrupted)
539
540  -- Juan Cespedes <cespedes@debian.org>  Fri, 13 Mar 1998 00:29:10 +0100
541
542 ltrace (0.2.3) unstable; urgency=low
543
544   * Don't display `...' in strings when limit of bytes is reached
545   * Added some functions to /etc/ltrace.conf
546
547  -- Juan Cespedes <cespedes@debian.org>  Wed, 11 Mar 1998 23:33:14 +0100
548
549 ltrace (0.2.2) unstable; urgency=low
550
551   * After a successful execve(), syscalls are now logged correctly
552
553  -- Juan Cespedes <cespedes@debian.org>  Wed, 11 Mar 1998 00:02:35 +0100
554
555 ltrace (0.2.1) unstable; urgency=low
556
557   * Added -u option (run command as other username)
558   * Updated manual page a bit
559
560  -- Juan Cespedes <cespedes@debian.org>  Tue, 10 Mar 1998 00:08:38 +0100
561
562 ltrace (0.2.0) unstable; urgency=low
563
564   * First `unstable' release
565   * Complete re-structured all the code to be able to add support for
566     different architectures (but only i386 arch is supported in this
567     version)
568   * Log also return values
569   * Log arguments (and return values) for syscalls
570   * Added preliminary support for various simultaneous processes
571   * getopt-like options
572   * New option: -a (alignment column)
573   * New option: -L (don't display library calls)
574   * New option: -s (maximum # of chars in strings)
575   * Now it reads config files with function names and parameter types
576   * Programs using clone() should work ok now
577   * debian/rules: gzipped only big files in /usr/doc/ltrace
578   * New Standards-Version: 2.4.0.0
579   * beginning to work on sparc port (not yet done)
580
581  -- Juan Cespedes <cespedes@debian.org>  Sun,  8 Mar 1998 22:27:30 +0100
582
583 ltrace (0.1.7) experimental; urgency=low
584
585   * Internal release.
586   * New Standards-Version (2.3.0.1)
587   * Clean up structures a bit
588   * Trying to log return values...
589
590  -- Juan Cespedes <cespedes@debian.org>  Sun, 26 Oct 1997 19:53:20 +0100
591
592 ltrace (0.1.6) experimental; urgency=low
593
594   * New maintainer address
595   * New Standards-Version
596
597  -- Juan Cespedes <cespedes@debian.org>  Thu, 11 Sep 1997 23:22:32 +0200
598
599 ltrace (0.1.5) experimental; urgency=low
600
601   * `command' is now searched in the PATH
602
603  -- Juan Cespedes <cespedes@etsit.upm.es>  Wed, 27 Aug 1997 22:27:33 +0200
604
605 ltrace (0.1.4) experimental; urgency=low
606
607   * Updated execute_process()
608   * No longer uses signals to wait for children. Should be a little faster.
609   * Now every function uses output.c:send_*() instead of `FILE * output'
610
611  -- Juan Cespedes <cespedes@etsit.upm.es>  Mon, 25 Aug 1997 16:08:36 +0200
612
613 ltrace (0.1.3) experimental; urgency=low
614
615   * Added options `-i', `-S'
616   * Added syscall names
617   * Added signal names
618   * Added `output.c', `signal.c'
619
620  -- Juan Cespedes <cespedes@etsit.upm.es>  Sun, 24 Aug 1997 01:45:49 +0200
621
622 ltrace (0.1.2) experimental; urgency=low
623
624   * Updated ``TODO''
625   * Added process.c:execute_process
626   * Added i386.c:type_of_stop
627   * Hopefully, system dependent stuff is now only in i386.[ch] and process.[ch]
628   * `-d' can now be used many times: many levels of debug
629   * removed breakpoint for children detecting fork()s.
630     Now, *every* program should work ok
631   * struct process now also has a field for the process filename
632   * Added "syscall.c" with a list of system call names in Linux/i386
633
634  -- Juan Cespedes <cespedes@etsit.upm.es>  Sat, 23 Aug 1997 15:00:23 +0200
635
636 ltrace (0.1.1) experimental; urgency=low
637
638   * Added ``TODO''
639   * Added symbols.c:disable_all_breakpoints
640   * Added ``process.[ch]'': init_sighandler, pid2proc
641   * Removed ``trace.c''
642   * Added rudimentary support for multiple processes
643   * Now tracing syscalls (fork() needs a special treatment (TODO))
644   * Added process.c:detach_process
645   * Added i386.c:trace_me,untrace_pid
646
647  -- Juan Cespedes <cespedes@etsit.upm.es>  Sat, 23 Aug 1997 02:09:14 +0200
648
649 ltrace (0.1.0) experimental; urgency=low
650
651   * Some clean-ups
652   * Added simple manual page
653
654  -- Juan Cespedes <cespedes@etsit.upm.es>  Thu, 21 Aug 1997 17:01:36 +0200
655
656 ltrace (0.0.1997.08.14) experimental; urgency=low
657
658   * Still re-structuring code... new file: symbols.c
659
660  -- Juan Cespedes <cespedes@etsit.upm.es>  Thu, 14 Aug 1997 22:22:43 +0200
661
662 ltrace (0.0.1997.08.09) experimental; urgency=low
663
664   * Added Debian files
665   * Re-structured most of the code; new files: elf.c, i386.c, trace.c
666
667  -- Juan Cespedes <cespedes@etsit.upm.es>  Sat,  9 Aug 1997 20:55:24 +0200