Changeset 20374

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

Split the Sonix 1.2 change log into a separate file.

Files:

Legend:

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

    r20350 r20374  
    66                        of _OPT). 
    77                        NEW VERSION: 1.3.1 
    8 Jan-30-2007 patrick     Eliminated the need to set SNX_BASE_DIR on Windows to 
    9                         run applications. 
    10                         NEW VERSION: 1.1.8 
    11 Oct-01-2006 patrick     Updated for VPR 1.1.35. 
    12                         NEW VERSION: 1.1.7 
    13 Aug-04-2006 dshipton    Use flagpoll for building against sonix instead of 
    14                         sonix-config. 
    15                         NEW VERSION: 1.1.6 
    16 Jul-12-2006 patrick     Changed the DLL name to include the version as part of 
    17                         the base library name on Windows. Implemented automatic 
    18                         linking of the Sonix library. 
    19                         NEW VERSION: 1.1.5 
    20 Jun-25-2006 patrick     Added support for building universal binaries on Mac 
    21                         OS X. 
    22                         NEW VERSION: 1.1.4 
    23 May-24-2006 dshipton    Libraries and plugins fully versioned for parallel 
    24                         installations. 
    25                         NEW VERSION: 1.1.3 
    26 Aug-17-2005 patrickh    Removed the unused namespace snx::FileIO and all its 
    27                         members. 
    28                         NEW VERSION: 1.1.2 
    29 Jul-11-2005 patrickh    Updated to VPR 1.1.3. 
    30 Jul-10-2005 patrickh    Updated to VPR 1.1.2. 
    31 Jun-09-2005 patrickh    Updated to support Windows 64-bit edition. 
    32                         NEW VERSION: 1.1.1 
    33 Jun-07-2005 patrickh    VR Juggler 2.0 branch created. 
    34                         NEW VERSION: 1.1.0 
     8Apr-18-2007 patrick     VR Juggler 2.2 branch created. 
     9                        NEW VERSION: 1.3.0 
  • juggler/trunk/modules/sonix/ChangeLog-1.2

    r20350 r20374  
    11DATE        AUTHOR      CHANGE 
    22----------- ----------- ------------------------------------------------------- 
    3 Jun-26-2007 patrick     Changed the preprocessor identification of debug versus 
    4                         optimized to look for SNX_DEBUG or JUGGLER_DEBUG 
    5                         instead of _DEBUG (and SNX_OPT or JUGGLER_OPT instead 
    6                         of _OPT). 
    7                         NEW VERSION: 1.3.1 
    83Jan-30-2007 patrick     Eliminated the need to set SNX_BASE_DIR on Windows to 
    94                        run applications.