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.
