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