]> granicus.if.org Git - strace/blob - NEWS
update config.guess
[strace] / NEWS
1 Changes in 4.3
2 ==============
3 * Linux/ia64 port added
4 * The usual Linux syscall updates (includes 32bit uid/gid support),
5 * Linux ioctl list updated
6 * Support IPv6 scope ids
7   see ChangeLog for details
8
9 Changes in 4.2
10 ==============
11 * Compiles on glibc2.0 systems again
12 * Linux/S390 port added
13 * The usual Linux syscall updates 
14 * we can follow fork on arm now
15
16 Changes in 4.1
17 ================
18 * Linux/MIPS port added
19 * Lots of Linux updates again
20 * Improved IPv6 support
21 * Add strace-graph
22
23 Changes in 4.0.1
24 ================
25 * Minor bugfixes
26 * Compiles on glibc2.0 systems again
27
28 Changes in 4.0
29 ==============
30 * Get stat structure properly on Linux 64bit archs
31 * Personalities work again
32 * Compile correctly on SunOS again
33 * IRIX64 updates
34 * Solaris updates
35
36 Changes in 3.99.1
37 =================
38 * Linux (ultra)sparc fixes
39 * Linux alpha fixes
40 * Minor cleanups
41
42 Changes in 3.99
43 ===============
44 * New maintainer
45 * add support for more Linux architectures (powerpc, sparc, arm)
46 * support lots more Linux syscalls
47 * fix signal handling
48 * add IPX and IPIP support
49 * check stray syscall after execv
50 * fix hanging children
51
52 Changes in version 3.1
53 ======================
54
55 * Irix5 is supported
56 * Linux 68k is supported
57 * Linux alpha is supported
58 * configure is upgraded to autoconf 2.x
59 * using -f in combination with -e now works correctly
60 * output can be piped to a program
61 * tracing setuid programs works better
62 * it is now reasonable to install strace setuid to root in some circumstances
63 * new useful tracing names like file and process to trace whole
64   classes of system calls, e.g. -efile traces all system calls that
65   take a file name as an argument
66 * IPC calls on SunOS 4.1.x are decoded
67 * Linux program memory is reliably dereferenced
68 * Linux decodes at least the name of all syscalls as of pre2.0.4
69 * various cosmetic changes and bug fixes
70
71 Changes from versions 2.x to version 3.0
72 ========================================
73
74 * filename arguments are neither abbreviated nor stringified
75 * string arguments are now true C strings using octal instead of hex by default
76 * preprocessor constants are never shortened (e.g. was RDONLY => now O_RDONLY)
77 * by default the output for multiple processes now goes into one file
78 * all structures, vectors, bitsets, etc. use consistent output formats
79 * the -c option now means count calls, -i does what the old -c used to do
80
81 New Features in version 3.0
82 ===========================
83
84 * non-ascii strings can be optionally printed entirely in hex
85 * the output format is readable when mutiple processes are generating output
86 * exit values are printed in an alignment column
87 * is is possible to suppress messages about attaching and detaching
88 * various tracing features can be enabled on a per syscall/signal/desc basis
89 * selective tracing of syscalls
90 * selective printing of syscall structures
91 * selective abbreviation of long structures on a per syscall basis
92 * selective printing of raw syscall arguments and results
93 * selective tracing of signals
94 * selective dumping of all I/O read from file descriptors
95 * selective dumping of all I/O written to file descriptors
96 * optional counting of time, calls, and errors for each syscall