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