Changeset 21054

Show
Ignore:
Timestamp:
02/25/08 21:48:37 (7 months ago)
Author:
patrick
Message:

Note Dan's refactoring work and roll the version to 1.3.19.

Files:

Legend:

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

    r20970 r21054  
    11DATE        AUTHOR      CHANGE 
    22----------- ----------- ------------------------------------------------------- 
     3Feb-25-2008 dshipton    Refactored cluster networking to eliminate cosstly 
     4                        back-to-back writes. 
     5                        NEW VERSION: 1.3.19 
    36Dec-30-2007 patrick     Moved analog data normalization to gadget::AnalogProxy 
    47                        so that analog device drivers need not perform any 
  • juggler/trunk/modules/gadgeteer/VERSION

    r20970 r21054  
     11.3.19-0 @02/26/2007 03:50:00 UTC@ 
    121.3.18-0 @12/30/2007 20:10:00 UTC@ 
    231.3.17-0 @12/30/2007 15:30:00 UTC@ 
  • juggler/trunk/modules/gadgeteer/cluster/Packets/Header.h

    r21053 r21054  
    113113   void readData(vpr::SocketStream* stream, bool dumpHeader=false); 
    114114 
     115   /** 
     116    * @since 1.3.19 
     117    */ 
    115118   void prependSerializedHeader(vpr::BufferObjectWriter* writer); 
    116119 
  • juggler/trunk/modules/gadgeteer/plugins/configure.ac

    r20974 r21054  
    145145 
    146146VPR_PATH([1.1.42], , [AC_MSG_ERROR([*** VPR required for Device Drivers ***])]) 
    147 GADGETEER_PATH([1.3.9], , 
     147GADGETEER_PATH([1.3.19], , 
    148148               [AC_MSG_ERROR(*** Gadgeteer required for Plugins ***)]) 
    149149JCCL_PATH_CXX([1.1.5], ,