-
Notifications
You must be signed in to change notification settings - Fork 9
/
CHANGELOG
90 lines (70 loc) · 3.16 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
20180717 -- version 0.8rc1
* added autotools
20061101 --
* getwcd() patch from David Brown
* utimes() support from David Brown
* access() support from David Brown
* Makefile patch from Felipe Sateler
20040613 -- version 0.7.0beta4
* _init() patch
20031214 -- version 0.7.0beta3
* fopen64() patch
20030312 -- version 0.7.0beta2 -- Thomas Rausch
* Small patch for correct symlink call reporting
20021125 -- version 0.7.0beta1 -- olivier fleurigeon
* Added translation fs support
20011122 -- version 0.6.3 -- olivier fleurigeon <[email protected]>
* Fixed the test-installwatch test program.
20011118 -- version 0.6.2 -- Felipe Sanchez
* Fixed two other descriptor leaks that were causing the "Too many open files"
problem when tracing large installations.
20011111 -- olivier fleurigeon <[email protected]>
* Patched installwatch.c to trace the fopen() call
20010625 -- version 0.6.1 -- Felipe Sanchez <[email protected]>
* Fixed the installwatch shell script to make it report the return status from
the watched program
20010624 -- David Jarvie
* Patched create-localdecls to correctly detect the libc version in systems
without a libc-2* file
20010610 -- Christian Tusche
* Patched installwatch.c to make it close the file descriptors in backup().
This prevents the "Too many open files" problem when a watched program
opens lots of files in one run (i.e. cp -vr / /some/dir)
20010608 -- version 0.6.0 -- Felipe Sanchez
* The backup actually works now ;)
20010415 -- version 0.6.0beta -- Felipe Sanchez
* Added functions: backup() and makepath(). Installwatch now can make a backup
of any file that will be overwritten or deleted by the true glibc functions.
20010301 -- version 0.5.6 -- Development now continued by
Felipe Eduardo Sanchez Diaz Duran
* Removed the RTLD_NEXT line, we'll deal with all glibc's as if they were
broken.
19990514 -- version 0.5.5
* Added support for glibc2.1 (used for example in RedHat 6.0)
* Added a test program (run "make test" to see if installwatch works
correctly with your configuration)
19990331 -- version 0.5.4
* inst2rpm: patch from [email protected] to detect and use renamed
and linked files (often used by install.sh scripts)
19990325 -- version 0.5.3
* Fixed canonicize(). It always returns absolute paths now
Thanks to Jon A. Christopher <[email protected]>
* Renamed canonicize() to canonicalize(), which happens to be an
existing word :-)
* Improved inst2rpm script from Jon
19981107 -- version 0.5.2
* Fixed a bug regarding non-absolute paths used with the -o option.
Thanks to Jon A. Christopher <[email protected]> for pointing this
out
* Greg Norris <[email protected]> has volunteered to maintain then
Debian package of installwatch. Thanks Greg!
* Added the contrib section. Thanks to
Jon A. Christopher <[email protected]>, first contributor with the
inst2rpm script. Very useful!
19980930 -- version 0.5.1
* Added libc5 support
* Cosmetic fixes on the documentation
* Removed support for mknod(2), I'll add it again later
=================
$Id: CHANGELOG,v 0.7 2001/11/18 08:32:33 izto Exp $