Changeset 972b98d in nscp


Ignore:
Timestamp:
03/06/07 20:01:25 (6 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
23a041c
Parents:
dc65e35
Message:

0.2.7 build

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • changelog

    rdc65e35 r972b98d  
    88 * Fix PDH problems 
    99 * Add API for rehashing the daemon (or implement it the API is there but does nothing) 
     10 
     112006-03-06 MickeM 
     12 ! 0.2.7 released 
    1013 
    11142006-03-05 MickeM 
  • include/config.h

    rdc65e35 r972b98d  
    2525 
    2626// Version 
    27 #define SZVERSION "0.2.7 2007-02-22" 
     27#define SZVERSION "0.2.7 2007-03-06" 
    2828 
    2929// internal name of the service 
  • modules/CheckHelpers/CheckHelpers.vcproj

    r2603350 r972b98d  
    4242        Optimization="0" 
    4343        AdditionalIncludeDirectories="../include;../../include" 
    44         PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1" 
     44        PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE" 
    4545        MinimalRebuild="true" 
    4646        BasicRuntimeChecks="3" 
  • modules/CheckWMI/CheckWMI.vcproj

    r2603350 r972b98d  
    4242        Optimization="0" 
    4343        AdditionalIncludeDirectories="../include;../../include" 
    44         PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1" 
     44        PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE" 
    4545        MinimalRebuild="true" 
    4646        BasicRuntimeChecks="3" 
  • modules/NSClientListener/NSClientListener.vcproj

    r2603350 r972b98d  
    4242        Optimization="0" 
    4343        AdditionalIncludeDirectories="../include;../../include" 
    44         PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1" 
     44        PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE" 
    4545        MinimalRebuild="true" 
    4646        BasicRuntimeChecks="3" 
  • modules/RemoteConfiguration/RemoteConfiguration.vcproj

    r2603350 r972b98d  
    4545        Optimization="0" 
    4646        AdditionalIncludeDirectories="../include;../../include" 
    47         PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1" 
     47        PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE" 
    4848        MinimalRebuild="true" 
    4949        BasicRuntimeChecks="3" 
  • modules/SysTray/SysTray.vcproj

    r2603350 r972b98d  
    121121        Optimization="0" 
    122122        AdditionalIncludeDirectories="../include;../../include" 
    123         PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1" 
     123        PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE" 
    124124        MinimalRebuild="true" 
    125125        BasicRuntimeChecks="3" 
Note: See TracChangeset for help on using the changeset viewer.