Changeset 1172
- Timestamp:
- 7/6/2009 3:31:59 AM (4 years ago)
- Location:
- trunk/eraser5
- Files:
-
- 2 edited
-
README.txt (modified) (3 diffs)
-
version.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser5/README.txt
r1129 r1172 5 5 ---------------------------------------------------------------- 6 6 ---------------------------------------------------------------- 7 Eraser 5.8. 7: Changes over 5.8.7-beta57 Eraser 5.8.8-beta1 8 8 ---------------------------------------------------------------- 9 - Allow users to specify whether they want to delete Eraser-related 10 configuration files on uninstall 11 - Implemented Eraser 5 Unicode support. 12 13 Fixed in previous 5.8.7 betas: 14 ---------------------------------------------------------------- 15 - Timestamp all binaries on top of signing with the certificate 16 - Fixed dragged-and-dropped tasks to the On-Demand pane. The computer 17 will shut down when done 18 - Fixed scheduled tasks' completion action 19 - Display the time when scheduled tasks are to run at midnight 20 - Fixed a 64-bit problem for ISAAC buffer fills (semantic, not 21 really serious) 22 - Fixed a wrong use of the equality operator leading to files being 23 detected as encrypted when they are not 24 - Fixed the missing shell extension 25 - Fixed 64-bit installs (VC runtime complained of lack of cabinet) 26 - Fixed error message when user deletes files and cancels in the 27 Eraser Explorer. 28 - Deleting tasks now require confirmation (as per Windows) 29 - Fixed a hang when users expanded the Network bit of the file 30 data selection dialog (now only affects Verifier) 31 - Run the post-task operation when it is complete. 32 - Replaced the custom file/folder selection dialog with the Windows 33 built-in ones. 34 - The "no files to erase" error no longer appears for file/folder 35 erasures. 36 - Fixed the Hotkey selection dialog in General Preferences 37 - System passwords must be specified for it to be active. Throw 38 an error if the user wanted a password but didn't set one 39 - x64 compatibility fixes (NTAPI call) 40 - The scheduler log size must be positive, the dialog enforces it 41 now. 42 - Allow users to tell Eraser to remember the resolve locked files 43 setting for the current erase. Like a No to All or Yes to All 44 button. 45 - Implemented the deletion of run-at-reboot scheduled tasks. 46 - Compile everything using VS 2008. 47 - Fixed command line error when selecting subfolders to be erased 48 with the parent folder 49 - Fixed a few issues with EraserL creating a registry key after an 50 erase 51 - Fixed the weird bug of right-clicking the various erase methods 52 and Eraser hangs. Hopefully this resolves the problem of the 53 file/folder selection dialog blinking and resetting the selections. 54 - Implemented NTFS EFS file erasure (EXPERIMENTAL!) 55 - Further complicate forensics: Set MACE to invalid values (NTFS only) 56 - Fixed #6: Incorrect 'When Finished' option 57 - Implemented #37: Eraser should not allow system to hibernate or 58 standby when running 59 - Fixed #36: Eraser overriding Windows hotkeys in context menu 60 - Fixed #48: Inaccurate determination of process elevation 61 - Do not create "New Eraser Document" in the New context menu of 62 Explorer when using a Portable version 63 - Schedlog.txt will always be kept in the local Application Data 64 folder. 65 - Fixed shutdown issues after erase for NT-based computers. 66 - Fixed erasure of recycle bin contents when the erase was cancelled. 67 - Fixed Windows 98 compatibility. 68 - Fixed error checking when querying for elevation. 69 - Renamed Verify.exe to Erschk.exe. Resolved #418558. 70 - Fixed the VC2005 redistributable being extracted over each other. 71 when both x86 and x64 builds are selected for install. 72 - Fixed command line error when -silent was passed to EraserL. 9 - Do not erase sparse, compressed or encrypted files when FL2KB erasure 10 is selected to prevent disk corruption. 11 - Fix Win32 Eraser builds to be truly Unicode builds. 12 - A few 64-bit fixes. 13 - Ensure that Eraser uses the latest runtimes packaged with the installer. 14 This should fix hangs when using the Context menu. 73 15 74 16 ================================================================= … … 94 36 1.1. Copyright 95 37 96 Eraser Copyright © 2007-200 8by The Eraser Project. All38 Eraser Copyright © 2007-2009 by The Eraser Project. All 97 39 rights reserved. 98 40 Eraser Copyright © 2002-2006 by Garrett Trant. All rights … … 137 79 This version of Eraser runs on Windows 2000, XP and all editions 138 80 of Vista. Windows XP x64 and all 64-bit SKUs of Vista can also 139 be used (using the 64-bit version). Windows 7 installs may work 140 but Eraser 5 is not currently tested under that platform. 81 be used (the 64-bit version will be chosen automatically). 82 Windows 7 installs may work but Eraser 5 is not currently tested 83 under that platform. 141 84 142 85 ---------------------------------------------------------------- -
trunk/eraser5/version.h
r1129 r1172 3 3 #define MINOR_NUMBER 8 4 4 #define BUILD_NUMBER 7 5 #define VERSION_NUMBER_STRING "5.8. 7"6 #define FULL_VERSION_NUMBER_STRING "5.8. 7"5 #define VERSION_NUMBER_STRING "5.8.8-beta1" 6 #define FULL_VERSION_NUMBER_STRING "5.8.8-beta1" 7 7 8 #define SAFE_VERSION_NUMBER_STRING "5.8. 7"9 #define SAFE_FULL_VERSION_NUMBER_STRING "5.8. 7"8 #define SAFE_VERSION_NUMBER_STRING "5.8.8" 9 #define SAFE_FULL_VERSION_NUMBER_STRING "5.8.8" 10 10 #define COMPANY_NAME "The Eraser Project"
Note: See TracChangeset
for help on using the changeset viewer.
