- 
    Fri Apr 04 2008 David Howells <dhowells@redhat.com> 0.8-5
    
- Work around a problem in the status() function in /etc/init.d/functions where
  multiple recursions through an initscript can confuse pidof (bz 237827).
- Make initscript wait for cachefilesd to complete after signalling it to stop
  (bz 237827).
   
  
  - 
    Thu Mar 27 2008 David Howells <dhowells@redhat.com> 0.8-4
    
- Documented limitations in current culling algorithm (bz 220060).
   
  
  - 
    Tue Jan 22 2008 Steve Dickson <steved@redhat.com> 0.8-3
    
- Reworked initscript to conform to new guidelines (bz 237827)
   
  
  - 
    Wed Aug 15 2007 Steve Dickson <steved@redhat.com> 0.8-2
    
- Removed some upstream bits that leaked into the RHEL5 
  version (bz 250424)
- Added the creation/removal of the cache directory when
  the rpm is installed and removed.
   
  
  - 
    Thu Jul 12 2007 Steve Dickson <steved@redhat.com> 0.8-1
    
- Use stat64/fstatat64 to avoid EOVERFLOW errors from 
  the kernel on large files (bz 246238).
   
  
  - 
    Wed Nov 08 2006 Steve Dickson <steved@redhat.com> 0.7-5
    
- Fixed typo in verbose.patch
   
  
  - 
    Fri Nov 03 2006 Steve Dickson <steved@redhat.com> 0.7-5
    
- Added the -v flag  (bz 212831)
   
  
  - 
    Thu Oct 19 2006 Steve Dickson <steved@redhat.com> 0.7-4
    
- Fixed typo that was causing the howto.txt not to
  be installed.
   
  
  - 
    Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 0.7-2
    
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
   
  
  - 
    Fri Sep 22 2006 Steve Dickson <steved@redhat.com> 0.7-1
    
- updated to 0.7 which adds the howto.txt
   
  
  - 
    Wed Aug 30 2006 Steve Dickson <steved@redhat.com> 0.6-1
    
- Fixed memory corruption problem
- Added the fcull/fstop/frun options
   
  
  - 
    Fri Aug 11 2006 Steve Dickson <steved@redhat.com> 0.5-1
    
- Upgraded to 0.5 which fixed initial scan problem when 
  started on an empty cache (bz 202184)
   
  
  - 
    Tue Aug 08 2006 Steve Dickson <steved@redhat.com> 0.4-3
    
- Updated init.d script to look for cachefilesd in /sbin
- Added postun and preun rules so cachefilesd is stopped
  and started when the rpm is updated or removed.
   
  
  - 
    Mon Aug 07 2006 Jesse Keating <jkeating@redhat.com> 0.4-2
    
- require /sbin/chkconfig not /usr/bin/chkconfig
   
  
  - 
    Tue Aug 01 2006 David Howells <dhowells@redhat.com> 0.4-1
    
- Discard use of autotools
   
  
  - 
    Tue Aug 01 2006 Steve Dickson <steved@redhat.com> 0.3-3
    
- Added URL to source file
   
  
  - 
    Fri Jul 28 2006 Steve Dickson <steved@redhat.com> 0.3-2
    
- Added post and preun rules
- Changed init.d script to up right before portmapper.
   
  
  - 
    Fri Jun 09 2006 Steve Dickson <steved@redhat.com> 0.3-1
    
- Incorporated David Howells manual page updates
   
  
  - 
    Thu Jun 08 2006 Steve Dickson <steved@redhat.com> 0.2-1
    
- Made the daemon 64-bit application.
- Changed the syslog logging to log the daemon's PID
- Changed OS error logging to log errno number as well the string
   
  
  - 
    Sat Apr 22 2006 Steve Dickson <steved@redhat.com> 0.1-1
    
- Initial commit