Changeset 20373

Show
Ignore:
Timestamp:
06/27/07 16:48:00 (1 year ago)
Author:
patrick
Message:

Split the Tweek 1.2 change log into a separate file.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/modules/tweek/ChangeLog

    r20347 r20373  
    66                       of _OPT). 
    77                       NEW VERSION: 1.3.1 
    8 2007-01-30 patrick     Eliminated the need to set TWEEK_BASE_DIR on Windows to 
    9                        run applications. 
    10                        NEW VERSION: 1.1.11 
    11 2006-11-15 patrick     Replaced the use of vpr::ReturnStatus with bool in 
    12                        tweek::CorbaManager, tweek::SubjectManagerImpl, and 
    13                        tweek::CorbaService. 
    14                        NEW VERSION: 1.1.10 
    15 2006-10-01 patrick     Updated for VPR 1.1.35. 
    16                        NEW VERSION: 1.1.9 
    17 2006-10-01 patrick     Updated for VPR 1.1.31. 
    18                        NEW VERSION: 1.1.8 
    19 2006-08-03 dshipton    Use flagpoll for metadata 
    20                        NEW VERSION: 1.1.7 
    21 2006-07-12 patrick     Changed the DLL name to include the version as part of 
    22                        the base library name on Windows. Implemented automatic 
    23                        linking of the Tweek library. 
    24                        NEW VERSION: 1.1.6 
    25 2006-06-25 patrick     Added support for building universal binaries on Mac 
    26                        OS X. 
    27                        NEW VERSION: 1.1.5 
    28 2006-05-26 dshipton    Make and install fully versioned libraries. 
    29                        NEW VERSION: 1.1.4 
    30 2006-02-15 patrickh    Updated to VPR 1.1.16. 
    31                        NEW VERSION: 1.1.3 
    32 2005-11-12 patrickh    Added tweek::SubjectManagerImpl::hasSubject(). 
    33                        NEW VERSION: 1.1.2 
    34 2005-06-09 patrickh    Updated to support Windows 64-bit edition. 
    35                        NEW VERSION: 1.1.1 
    36 2005-06-07 patrickh    VR Juggler 2.0 branch created. 
    37                        NEW VERSION: 1.1.0 
     82007-04-18 patrick     VR Juggler 2.2 branch created. 
     9                       NEW VERSION: 1.3.0 
  • juggler/trunk/modules/tweek/ChangeLog-1.2

    r20347 r20373  
    11DATE       AUTHOR      CHANGE 
    22---------- ----------- -------------------------------------------------------- 
    3 2007-06-26 patrick     Changed the preprocessor identification of debug versus 
    4                        optimized to look for TWEEK_DEBUG or JUGGLER_DEBUG 
    5                        instead of _DEBUG (and TWEEK_OPT or JUGGLER_OPT instead 
    6                        of _OPT). 
    7                        NEW VERSION: 1.3.1 
    832007-01-30 patrick     Eliminated the need to set TWEEK_BASE_DIR on Windows to 
    94                       run applications.