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
|
0.26 4 Mar 2007
+ add RPM spec file.
0.22 26 Aug 2006
+ cowbuilder documentation update.
0.21 20 Aug 2006
+ cowbuilder bugfix
0.15 29 May 2006
+ add help message to cowbuilder.
+ fix --basepath handling, --distribution handling
+ fix other option handling
+ update testsuite
0.14 24 May 2006
+ introducing an application "cowbuilder", a pbuilder frontend to use
cowdancer.
0.13 5 Mar 2006
+ Fix: support quote and space in filenames
(use exec instead of system.)
0.12 5 Mar 2006
+ Fix: support space in filenames.
Currently still doesn't support filename with "'", is there a need?
0.11 25 Jan 2006
+ Check for error values on COW operation, and return error to application, with ENOMEM.
0.10 14 Jan 2006
+ fixes hangs with applications that are using pthread.
+ Added more checks in the testsuite.
0.9 8 Jan 2006
+ Change order of copying. for the case when /lib/ld.so binary is
written to; I cannot fork/exec shared binaries while ld.so does not
exist.
0.8 28 Dec 2005
+ Speed improvement 1: save binary ilist in cow-shell and load the binary data
with mmap in cowdancer.
+ Speed improvement 2: sort ilist and do a binary search within it.
+ Make code a bit more thread-safe than it was.
0.7 23 Nov 2005
+ Bug fix: Work around 5.3.0 coreutils 'feature' which stat no longer
emits a newline for --format option.
+ Bug fix: Work around recent coreutils failing to do
cp -al 1/ 2/
when 2/ does not already exist.
+ Environment variable COWDANCER_DEBUG can now be used for debugging
e.g. COWDANCER_DEBUG=1 make -k check (warning, log is massive)
0.6 28 Oct 2005
+ Add support for chown and chmod
+ Fix problem with powerpc, fill structs with memset.
0.5 21 Sep 2005
+ Support the case when SHELL is not a full path
0.4 30 Aug 2005
+ Fix Error checking so that it does more than kill(SIGSEGV) to self.
0.3 20 Aug 2005
+ Add regression testsuite.
+ Support symbollic links
+ fopen/fopen64 is now trapped
+ only COW regular files
+ do not try to cross device boundaries when creating the ilink list.
+ Now it is able to run pbuilder 0.130.
0.2 13 Aug 2005
+ Buffer overflow bug fixed.
0.1 13 Aug 2005
+ Initial Public Release.
|