File: changelog

package info (click to toggle)
fakeroot 0.4.4-4.1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 600 kB
  • ctags: 168
  • sloc: sh: 7,239; ansic: 677; cpp: 312; makefile: 109
file content (438 lines) | stat: -rw-r--r-- 17,349 bytes parent folder | download
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
fakeroot (0.4.4-4.1) unstable; urgency=low

  * Non-maintainer release.
  * Change shlibs file to have no third field.

 -- Joel Klecker <espy@debian.org>  Wed, 29 Dec 1999 19:36:30 -0800

fakeroot (0.4.4-4) unstable; urgency=low

  * Added suggestion of Yann DIRSON to kill the faked deamon
    on the EXIT `signal', rather than just after a succesfull
    run of the command ran under fakeroot. Closes: #47886
  * Use short options in the test script, so that it can run on
    solaris too.
  * fix (very stupid) errors in mknod wrapping function. Mknod
    inside fakeroot now works again (also added test for this).
  * applied some s/que/queue/ spelling fixes in fake.cc.
    Closes: #49928
 -- joost witteveen <joostje@debian.org>  Sat, 13 Nov 1999 20:51:35 +0100

fakeroot (0.4.4-3) unstable; urgency=low

  * Replaced uint32_t by u_int32_t, as the former is only defined
    on glibc-2.1 platforms.
  * Apparently format of tar -t changed slightly. Adopted the
    `tartest' from the tests to this (and the old) format.

 -- joost witteveen <joostje@debian.org>  Sat,  9 Oct 1999 17:25:56 +0200
	
fakeroot (0.4.4-2) unstable; urgency=low

  * comparison of uid/gid with -1 is done with 32 bits only. Closes: #44543
  * fix version number in configure.in
  * invert test for type of third argument of __xmknod.
  * another automake bug workaround in doc/Makefile.am from Yann DIRSON
  
 -- joost witteveen <joostje@debian.org>  Wed,  8 Sep 1999 21:25:56 +0200

fakeroot (0.4.4-1) unstable; urgency=low

  * Solaris changes from Yann DIRSON. (Include several fixes for
    incorrect automake/autoconfig usage).
  * correct handling of HAVE_SEMUN_DEF. Closes: #44447
  
 -- joost witteveen <joostje@debian.org>  Tue,  7 Sep 1999 22:40:41 +0200

fakeroot (0.4.3-3) unstable; urgency=low

  * Use exit value of command run as fakeroot. Closes: 43811
    (used patch from aj, also added test for this, finally)
  
  * OK, my configure etc scripts to find out whether to wrap stat(),
    _stat, __xstat were not quite OK. More fixes.

 -- joost witteveen <joostje@debian.org>  Tue, 31 Aug 1999 16:25:58 +0200

fakeroot (0.4.3-1) unstable; urgency=low

  * Added test for 42628.
  * slightly changed the /usr/doc/fakeroot/DEBUG info file, hopefully
    making it more clear.
  * thoughout: changes for sun's `_xstat' etc (instead of Linux's __xstat
    etc). Followed example from Yann DIRSON (but used configure tests etc
    instead).
  * spelling fixes by Yann DIRSON.
  * fakeroot script can find libfakeroot also if not installed in
    /usr/lib/... (Yann DIRSON)
  
 -- joost witteveen <joostje@debian.org>  Wed, 25 Aug 1999 00:34:39 +0200

fakeroot (0.4.2-2) unstable; urgency=low

  * Added '+' to optstring, so that opt parsing stops at first non-opt
    argument. Closes:#42628. (Thanks Ben Pfaff for the '+').

 -- joost witteveen <joostje@debian.org>  Mon, 23 Aug 1999 19:01:53 +0200

fakeroot (0.4.2-1) unstable; urgency=low

  * Applied patch from Richard Braakman. closes: #42710, #42713
    (added slight speedup to the patch, though).
  * Added test for bug 42710, 42713 (using example from bug 42713,
    thanks Thomas Quinot!)
  * manually changed the /var/lib/dpkg/info/fakeroot.shlibs on my system,
    to remove the extra `libc6'. Closes: #43247.
  
 -- joost witteveen <joostje@debian.org>  Sun, 22 Aug 1999 17:55:04 +0200

fakeroot (0.4.1-3) unstable; urgency=low

  * Added fix from Roman Hodek, to fix build problems on the libc2.0 -
    based m68k (stat64 problems). Notice that I've had to change a few
    items in this fix -- hope I done it right.

 -- joost witteveen <joostje@debian.org>  Thu,  5 Aug 1999 14:34:09 +0200

fakeroot (0.4.1-2) unstable; urgency=low

  * OK, now `fakeroot echo hello' doesn't hand the `hello' to echo. Fixed
    that, and added a test for it.

 -- joost witteveen <joostje@debian.org>  Wed,  4 Aug 1999 13:40:17 +0200

fakeroot (0.4.1-1) unstable; urgency=low

  * Made the fakeroot script exit if getopt returns an error
  * Advertise the possiblitity of `--' to specify commands with options.
    The above two points fix:
  * Switched on stat64 support. Fixes: 42396
  * added test for ls -l failing in test script.
 -- joost witteveen <joostje@debian.org>  Tue,  3 Aug 1999 20:47:36 +0200

fakeroot (0.4.0-1) unstable; urgency=low

  * This version uses the fakeroot-related stuff from the old
    (and abandoned) libtricks package, as that code realy is much
    cleaner and easier to maintain/debug.
    Libtricks already had most of the fixes fakeroot aquired as
    NMU in the last few months. Those fixes not yet present in
    libtrics I've (hopefully) added to this version of fakeroot.

 -- joost witteveen <joostje@debian.org>  Sat, 31 Jul 1999 19:19:40 +0200

fakeroot (0.0-17.6) unstable; urgency=low

  *  Non-maintainer release.
  *  Made the lchown() wrapper actually call lchown() instead of chown(),
     this makes it work on systems with a pure chown() (ie kernel 2.2 and 
     glibc 2.1.1 without patches, a la sparc/powerpc)

 -- Ben Collins <bcollins@debian.org>  Tue, 20 Jul 1999 10:36:57 -0600

fakeroot (0.0-17.5) unstable; urgency=low

  * Non-maintainer release.
  * Merge Jason Gunthorpe's changes:
    - Added lchown support and fixed a few typos (closes:Bug#38941,Bug#38928,Bug#38869).
    - Disabled libc 'ldd' hack to speed it up
  
 -- Joel Klecker <espy@debian.org>  Fri,  4 Jun 1999 08:43:48 -0700

fakeroot (0.0-17.4) unstable; urgency=low

  * Add wrapper for lchown.

 -- Joel Klecker <espy@debian.org>  Mon, 19 Apr 1999 12:00:14 -0700
  
fakeroot (0.0-17.3) unstable; urgency=low

  * Regenerate the shlibs file, and do it correctly for potato.
  * Apply patch from Richard Braakman <dark@xs4all.nl>.  closes: #34825
  * Compiled against libstdc++2.9.  closes: #27794
  * Noticed that 'static' was removed from the declare of 'semun.'
    closes: #31925

 -- Adam Heath <doogie@debian.org>  Sun, 21 Mar 1999 05:31:32 -0600

fakeroot (0.0-17.2) unstable; urgency=low

  * Fix shlibs file.

 -- Joel Klecker <espy@debian.org>  Fri, 12 Mar 1999 21:54:52 -0800

fakeroot (0.0-17.1) unstable; urgency=low

  * NMU because libtricks doesn't work with glibc 2.1.

 -- Joel Klecker <espy@debian.org>  Mon,  1 Mar 1999 08:09:23 -0800

fakeroot (0.0-17) frozen; urgency=low

  * 0.0-17 Should also have been uploaded to frozen. Correcting that now.


 -- joost witteveen <joostje@debian.org>  Mon,  7 Dec 1998 19:23:40 +0100

fakeroot (0.0-16) unstable; urgency=low

  * removed specific version dependancy in shlib file.
    Fixes: fakeroot

 -- joost witteveen <joostje@debian.org>  Fri,  4 Dec 1998 01:06:35 +0100

fakeroot (0.0-15) frozen unstable; urgency=low

  * Recompiled with libc6-2.0.7u-6.
  * partly applied patch from Matt McLean <keys@yikes.com>, to make
    fakeroot compile with libc 2.1.
  
 -- joost witteveen <joostje@debian.org>  Sat, 28 Nov 1998 21:49:11 +0100

fakeroot (0.0-14.4) unstable; urgency=medium

  * Corrected broken shlibs file (#28556, #28571) - a lack of a \n was
    causing major breakage.
  * Remove "simple" binary in clean target.

 -- Joey Hess <joeyh@master.debian.org>  Mon, 26 Oct 1998 12:46:48 -0800

fakeroot (0.0-14.3) unstable; urgency=low

  * I talked to Joost yesterday, and he understands why I and others want to
    have fakeroot in 2.1.
  * Modified build process to construct an appropriate shlibs file from
    dpkg-shlibdeps output on a dummy C program. Thus, debian/shlibs no
    longer needs to be kept up to date by hand, and there's no more need for
    architecture-specific conditionals.
    This also fixes the "libc6, libc6 (>= 2.0.6u)" in dependencies of
    fakeroot-built packages.
  * Recompiled; now has up to date libstdc++ dependency (Fixes #27794).

 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>  Sun, 25 Oct 1998 14:24:56 +0100

fakeroot (0.0-14.2) frozen unstable; urgency=high

  * Current hamm version (0.0-13) broke with libc6_2.0.7r-1 
    (`fakeroot "anything"' fails; strace shows the process run inside the 
    fakeroot environment segfaulting) (Similar to #21669 and #22013).
    Recompiled with libc6_2.0.7r-1 and matching -dev so that it works again.
    The changes between 0.0-13 (hamm version) and 0.0-14.1 (slink version)
    affect only the build process and the alpha architecture, so they do
    not affect stability on the architectures for which hamm will be
    released; therefore this is based on 0.0-14.1 rather than 0.0-13 .
  * [debian/control] Fixed description (Fixes #18954).

 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>  Tue, 23 Jun 1998 14:31:42 +0200

fakeroot (0.0-14.1) frozen unstable; urgency=low

  * Fixed contents of shlibs file for alpha, with its libc6.1.

 -- Michael Alan Dorman <mdorman@debian.org>  Wed,  6 May 1998 09:58:32 -0500

fakeroot (0.0-14) unstable; urgency=low

  * debian/rules now removes debian/{files,substvars} in the clean target,
    fixes: 22122

 -- joost witteveen <joostje@debian.org>  Tue,  5 May 1998 19:58:32 +0200

fakeroot (0.0-13) frozen unstable; urgency=low

  * 2 Minor changes to allow fakeroot to compile with egcs.
    However, as egcs is the only c++ compiler with debian, I think 
    it is essential (even to comply with the DFSG) that this is put in
    frozen too.
  * Added a "umask 022" to the test/tartest script, as otherwise it will only
    work if whoever compiles fakeroot happens to have a umaks of 022.

 -- joost witteveen <joost@rulcmc.leidenuniv.nl>  Fri,  1 May 1998 07:44:23 +0200

fakeroot (0.0-12) frozen unstable; urgency=low

  * Fixed shlib file for the move of fakerootlib. (Thanks, Joey Hess, for
    telling me this:)

 -- joost witteveen <joost@rulcmc.leidenuniv.nl>  Sat, 25 Apr 1998 22:47:05 +0200

fakeroot (0.0-11) frozen unstable; urgency=low

  * Removed (harmless) debugging statement, that caused rather stange
    error message during package builds started with UID's bigger than
    1999 (anyone said Debian didn't have any 2k bugs?). Fixes: 21007
  * applied workaround for g++ (2.7.2.3) bug (printf("%Li") is treaded
    as printf("%li")) in debugging output.
  * Added a few lines to fakeroot(1), to explain why it's not a good idea
    to run configure scripts etc from within fakeroot.

 -- joost witteveen <joost@rulcmc.leidenuniv.nl>  Sun, 19 Apr 1998 11:03:51 +0200

fakeroot (0.0-10) frozen unstable; urgency=low

  * security fix.
  * changed order of library and symbolic link in .deb file.

 -- joost witteveen <joost@rulcmc.leidenuniv.nl>  Wed, 28 Jan 1998 14:53:14 +0100

fakeroot (0.0-9a) unstable; urgency=low
  
  * I'd like the next "real" release to include VIRTUAL_ROOT. So, this
    is not a "debian" release. (but use as you wish)
  * dpkg-shlibdeps appears not to complain if fakeroot.shlibs just says:
    "/usr/lib/libfakeroot      0" (without any package name). So I use
    that. 
  * Debian Changelog is now called changelog.Debian.gz (not changelog)
  * fakeroot children now inherit parent's environment.
  * Applied Joey's isell patch (plus Dirk's addition, and Mark's programme
    comment (Checked it, yes my Consise Oxford also says that), and some
    corrections of my own). That should probably fix about half of the
    spelling errors, I guess.
  
 -- joost witteveen <joost@rulcmc.leidenuniv.nl>  Tue,  9 Sep 1997 22:54:38 +0200

fakeroot (0.0-9) unstable; urgency=low

  * removed xbase source dependancy (used mkdirhier, changed to mkdir -p)
  * changed "adm" to "sys", in the tartest (and in my /etc/passwd!),
    to allow the tartest to succeed on normal debian systems too.
  * Some changes/additions to manual page.
  * fakeroot now uses libfakeroot.so.0 by default, instead
    of libfakeroot.so.0.0. This removes the dpkg-shlibdeps warnings.
  * Added a libfakeroot.so.0 symlink.
  * added the full path in the shlibfile (/usr/lib/libfakeroot)
 -- joost witteveen <joost@rulcmc.leidenuniv.nl>  Sat,  6 Sep 1997 20:24:55 +0200

fakeroot (0.0-8) unstable; urgency=low

  * Added -D_REENTRANT to the flags when building libfakeroot.
  * Added strip --strip-unneeded libfakeroot in rules "binary" target.
  * really return EPERM on things like "chmod 0 file"
  * changed --nodebian to be the default again.
  
 -- joost witteveen <joost@rulcmc.leidenuniv.nl>  Sun,  3 Aug 1997 15:32:40 +0200

fakeroot (0.0-7) unstable; urgency=low

  * Added a shlibs file (to prevent (harmless) warnings form
    dpkg-shlibdeps).
  * Now also wrap rename(), fixing bug #11613.
  * added "mv" tests to the "debian/rules build" tests.
  * use dlsym(RTLD_NEXT,...), instead of
    dlsym(dlopen("/lib/libc.so.6"),..), so that multiple wrapper libs
    may be used.
  * "mknod" now creates it's files mode 0644 on the filesystem, not
    mode 0666.
  * Added manpage (converted/written by Ray Dassen).
  * --debian option works now.

 -- joost witteveen <joost@rulcmc.leidenuniv.nl>  Sat,  2 Aug 1997 18:01:03 +0200

fakeroot (0.0-6) unstable; urgency=low

  * fakeroot now returns correct exit status.
    (question from Andreas Jellinghaus <aj@dungeon.inka.de>).
  * fix bug where a chown(), chomd(), mknod() etc on "new" files
    (for fakeroot) would cause the data not touched by that specific
    function to be corrupt (also noticed by Andreas Jellinghaus
    <aj@dungeon.inka.de>).
  * unlinking of directories now happens when nlink==2, not==1.
  * work around "touch f; chmod 000 f; echo>f" problem (works for
    root, but not for user/fakeroot): a "chmod 000" call will
    be translated into "chmod 600 (or 700)" to the kernel (and thus
    the real filesystem), but the "fakedata" will record the 000 
    permissions.
  * also wrap mkdir call, as that can create dirs with
    permission 000 too (thus unwritable, shows up in tar).
  * Prevent lost IPC messages causing havoc
    (losses were due to signals sent to process)    
  * code-cleanups.
  * Added options: 
     --lib library    location of libfakeroot.so.0.0
                     (make sure you specify a absolute path here).
     --mixedlibhack   test for libc5 binaries, and remove LD_PRELOAD for them.
     --nomixedlibhack don't test for libc5 binaries (significantly faster).
  * Added a few autmatic tests for fakeroot.
  
 -- joost witteveen <joost@rulcmc.leidenuniv.nl>  Wed, 16 Jul 1997 22:00:57 +0200

fakeroot (0.0-5) unstable; urgency=low

  * fixed "internal error" message.
  * stat's are compared with dev number now, not just inodes.
  * some README changes.
  
 -- joost witteveen <joost@rulcmc.leidenuniv.nl>  Sat, 12 Jul 1997 15:19:13 +0200

fakeroot (0.0-4) unstable; urgency=low

  * now also builds "tar" succesfully, this was done by fixing:
  
  * after a chdir (that the deamon doesnt follow), unlink and friends
    didn't work any more, causing 'interesting' results.
  * after a chown(file), fakeroot would report only the "fake"
    filesize (from the moment of the chown/chomd), not 
    the "real" filesize.
  * also wrap "remove", "rmdir" functions.
  
  * Now I'm finally also wrapping "stat" (seems not to be used by
    any programmes, they all use eigher fstat or lstat).
  * As noted by a user, I left some debugging binaries (with "debugging"
    permission mods) in the source archive. Sorry, removed those.
  
 -- joost witteveen <joost@rulcmc.leidenuniv.nl>  Fri,  4 Jul 1997 16:36:58 +0200

fakeroot (0.0-3) unstable; urgency=low
  
  * First release to be uploaded to master.
  * "dpkg-buildpackage -rfakeroot" works reliably now (but you
    do need libc6 versions of dpkg, tar, fileutils, bash, make, (...?)
    
  * fixed bug when two programmes were running simultiniosly, messing up
    the deamon input and output stuff. (using IPC semaphones now)
  * Oops, cannot even use "printf"'s in the wrapper for debugging!
    Debugging now handled via IPC messages, too.
  
  * this package was built as non-root! (first debian package ever, I
    think!)
  
 -- joost witteveen <joost@rulcmc.leidenuniv.nl>  Fri,  4 Jul 1997 00:13:07 +0200

fakeroot (0.0-2) unstable; urgency=low

  * Added code to detect libc5 programmes, and run those without
    LD_PRELOAD set.
  
 -- joost witteveen <joost@rulcmc.leidenuniv.nl>  Wed,  2 Jul 1997 23:20:14 +0200

fakeroot (0.0-1) unstable; urgency=low

  * fixed all known (to me known, anyway) bugs.
  * added fchown, fchmod, fstat, but haven't tested those yet.
  * I've got a libc6 dpkg now, but my (own compiled) perl apparently
    has something wrong, so I still cannot test this in a real
    environment.
 -- joost witteveen <joost@rulcmc.leidenuniv.nl>  Sun, 29 Jun 1997 21:49:47 +0200

fakeroot (0.0-0) unstable; urgency=low

  * initial release. More intended to show you guys what
    I've done so far than to be actually usefull.
  * BUG: doesn't depend on libg++272 (sue me).
  * More BUGS: see /usr/doc/fakeroot/BUGS
  * You'll need libc6 versions of the commands you want to 
    execute within fakeroot (tar, gzip, dpkg, ... (see README)).
  * Because I cannot rebuild dpkg (see seperate message in
    debian-devel), I haven't been able to actually test
    this with dpkg-build -rfakeroot. But stuff like
      touch file;          ls -al file;
      chown root:adm file; ls -l file;
      mknod block b 3 1;   ls -l block; 
    work OK. (BUG: chmod u+s file doesn't).

 -- joost witteveen <joost@rulcmc.leidenuniv.nl>  Fri, 27 Jun 1997 22:01:38 +0200

Local variables:
mode: debian-changelog
add-log-mailing-address: "joostje@debian.org"
End: