Update versionnumber to 4.0

This commit is contained in:
Wichert Akkerman 1999-07-09 14:08:14 +00:00
parent 5b4d128fab
commit 8dc9a1a3c5
6 changed files with 19 additions and 10 deletions

View File

@ -5,3 +5,4 @@ config.status
config.h.in
config.log
Makefile
tags

9
NEWS
View File

@ -1,4 +1,13 @@
Changes in 4.0
==============
* Get stat structure properly on Linux 64bit archs
* Personalities work again
* Compile correctly on SunOS again
* IRIX64 updates
* Solaris updates
Changes in 3.99.1
=================
* Linux (ultra)sparc fixes
* Linux alpha fixes
* Minor cleanups

2
README
View File

@ -1,4 +1,4 @@
This is strace 3.1, a system call tracer for SunOS 4.x, Linux, System
This is strace 4.0, a system call tracer for SunOS 4.x, Linux, System
V release 4, Solaris 2.x and Irix 5.x. strace is released under a
Berkeley-style license at the request of Paul Kranenburg; see the file
COPYRIGHT for details.

View File

@ -9,13 +9,12 @@ the proper data structures used by the kernel, since these can be
different from the structures that the C library uses. Currently
you will need a 2.2.7 or newer kernel.
To compile strace using your kernel source you need to tell make where
you put the sources. For example if you have your kernelsource in
/usr/src/linux, you should invoke make like this:
There are two ways to do this:
* you can link /usr/include/linux and /usr/include/asm to the corresponding
directories in your kernel source-tree.
* you can tell make where your kernel sources are. For example if you have your
kernelsource in /usr/src/linux, you should invoke make like this:
make CFLAGS=-I/usr/src/linux/include
Please note that it is possible to symlink /usr/include/{asm,linux,scsi}
to your kernel source, but for programs that don't need the actual kernel
structures that is highly discouraged.

View File

@ -37,7 +37,7 @@
.fi
.sp
..
.TH STRACE 1 "96/02/13"
.TH STRACE 1 "99/06/11"
.SH NAME
strace \- trace system calls and signals
.SH SYNOPSIS

View File

@ -1 +1 @@
char version[] = "strace -- version 3.99.1";
char version[] = "strace -- version 4.0";