Changeset 144
- Timestamp:
- 11/20/06 13:04:10 (2 years ago)
- Files:
-
- trunk/docs/ChangeLog (modified) (1 diff)
- trunk/docs/NEWS (modified) (1 diff)
- trunk/sss/main.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/docs/ChangeLog
r137 r144 1 0.6 from 0.5: 2 - Show synchronize commands (had previously hidden them, decided that 3 showing them is the superior option) 4 - Run curl in "insecure" mode (the certs are worthless anyway) 5 - Ignore output from bsdtar, which is almost exclusively false 6 negatives. 7 1 8 0.5 from 0.4: 2 9 - Fixed rmRecursive to work on Windows. trunk/docs/NEWS
r137 r144 1 2006-11-20: DSSS 0.6 released. 2 1 3 2006-11-19: DSSS 0.5 released. 2 4 trunk/sss/main.d
r137 r144 42 42 import sss.uninstall; 43 43 44 const char[] DSSS_VERSION = "0. 5";44 const char[] DSSS_VERSION = "0.6"; 45 45 46 46 private {
