Change logs for debdelta source package in Feisty

  • debdelta (0.19) unstable; urgency=low
    
      * Bug fix: append_info(delta,info,T) is wrong
        thanks a lot to David (Closes: #386252).
      
    
    debdelta (0.18) UNRELEASED; urgency=low
    
      * debdelta-upgrade : retries on httplib errors
    
    debdelta (0.17) unstable; urgency=medium
    
      * debpatch : since 'echo -n -e' doesnt works with all shells ,
        patch script will test for it
      * debdelta : use bash to run patch script (until #379227 is fixed )
    
    debdelta (0.16) unstable; urgency=low
      
      * debdelta_upgrade
        - is faster (particularly on small debs - by avoiding calls to dpkg)
        - avoids downloading deltas if not enough disk space for applying them
        - identifies itself as User-Agent =  'Debian debdelta-upgrade'
      * md5 generation and verification may be disabled by option  --no-md5
      * now temporary directories are of the form  ${TMPDIR}/debdeltaXXXXXX
      * better checking for exceptions
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  07 Nov 2006 01:18:46 +0000
  • debdelta (0.15) unstable; urgency=low
    
      * debdelta : 
         - faster on .debs with many many files ;
         - better behaviour when 'out of disk space'  errors occour 
      * debdeltas: 
         - added  '--alt DIR' option, to say where older versions of .debs are
         - added   --clean-alt and --clean-deltas options 
      * debdelta-upgrade: 
         - if a delta fails, download the .deb
         - sources are in /etc/debdelta/sources.conf or ~/.debdelta/sources.conf
      * corrected many bugs
      
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  30 Jun 2006 13:28:50 +0100