Changeset 81


Ignore:
Timestamp:
11/17/2007 1:41:37 PM (5 years ago)
Author:
lowjoel
Message:

-Bumped RC number
-Return false when the user somehow erases free space with first/last 2kb so no damage is done.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/EraserDll/FreeSpace.cpp

    r80 r81  
    466466    if (!hasPrivileges(context)) 
    467467        return false; 
     468    if (context->m_lpmMethod->m_nMethodID == FL2KB_METHOD_ID) 
     469        return false; 
    468470 
    469471    bool               bReturn = false; 
     
    498500{ 
    499501    if (!hasPrivileges(context)) 
     502        return false; 
     503    if (context->m_lpmMethod->m_nMethodID == FL2KB_METHOD_ID) 
    500504        return false; 
    501505 
  • trunk/version.h

    r74 r81  
    55#define BUILD_NUMBER_STRING "6" 
    66#define VERSION_NUMBER_STRING "5.86" 
    7 #define FULL_VERSION_NUMBER_STRING "5.86-rc1" 
     7#define FULL_VERSION_NUMBER_STRING "5.86-rc2" 
    88 
    99#define SAFE_VERSION_NUMBER_STRING "586" 
Note: See TracChangeset for help on using the changeset viewer.