Changeset 137

Show
Ignore:
Timestamp:
11/19/06 22:50:42 (2 years ago)
Author:
Gregor
Message:

RELEASE: 0.5

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/docs/ChangeLog

    r126 r137  
    1 SVN from 0.3: 
     10.5 from 0.4: 
     2        - Fixed rmRecursive to work on Windows. 
     3        - Fixed installation to work on Mac OS X. 
     4        - Fixed dependency tracking to work for software with special sections. 
     5 
     60.4 from 0.3: 
    27        - Fixed a bug causing DSSS not to download mirrors.list (which was 
    38          fairly docile since there are no working mirrors yet) 
  • trunk/docs/NEWS

    r126 r137  
     12006-11-19: DSSS 0.5 released. 
     2 
    132006-11-17: DSSS 0.4 released. 
    24 
  • trunk/sss/main.d

    r124 r137  
    4242import sss.uninstall; 
    4343 
    44 const char[] DSSS_VERSION = "0.4"; 
     44const char[] DSSS_VERSION = "0.5"; 
    4545 
    4646private { 
  • trunk/sss/net.d

    r124 r137  
    369369            deps ~= sourceToDeps(nconf); 
    370370            chdir(origcwd); 
     371            continue; 
     372        } else { 
     373            // ignore 
    371374            continue; 
    372375        }