home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / bbs / smp_071b / update.txt < prev   
Text File  |  1994-07-24  |  10KB  |  180 lines

  1. Semper versions history
  2. =======================
  3.  
  4.  
  5. Version    Date      Changes
  6. -----------------------------------------------------------------------------
  7. 0.60b  17.02.94      - invented some bugs calling the BBS ... :-(
  8.                      - changed message handling within multitasking 
  9.                        environment a little; now using appl_search instead
  10.                        of appl_find if available;
  11.                      - reading from the port should be a little faster 
  12.                        again when HSModem is available;
  13.                      - a few smaller changes/fixes (just cosmetic);
  14.                      - FOR ME: I now use a special 68881 Version which is
  15.                        10k smaller than yours (and faster)! :-P
  16.                        
  17. 0.61b  03.05.94      - changed the i/o-driver _completely_! If there are
  18.                        any problems please report ASAP;
  19.                      - problems with key format hopefully fixed. If your
  20.                        key should not work properly any more please tell
  21.                        me. You'll get a new one in that case.
  22.                      - Init string will not be sent to the modem after
  23.                        a connect any more; instead it's sent to modem 
  24.                        before dialing out;
  25.                      - added return string "No Answer" which appears with
  26.                        some new modems;
  27.                      - ZModem transfers will now start with a blocksize of
  28.                        1kB so timing problems with the remote system
  29.                        shouldn't appear any more;
  30.                      - other smaller bugfixes ... :-)
  31.                      
  32. 0.61b1 03.05.94      - with TOS <= 0x104 Semper bombed, fixed;
  33.  
  34. 0.62b  06.05.94      - the HSModem routine Fcntl( handle, &ctrl, TIOCFLUSH )
  35.                        seems not to clear the buffers correctly. Therefor
  36.                        there was sometimes trash in the logfile ...
  37.                      - the menu is now disabled during transfer
  38.                      - in some cases the logfile wasn't cut to the given
  39.                        limit; fixed.
  40.                      - Semper doesn't count the arcmail packets extensions
  41.                        any more; this should solve any resync-problems after
  42.                        a transfer was cancelled.
  43.                      - it could happen (within Mag!X) that the position of
  44.                        faded out windows was saved in the history.sys so
  45.                        they didn't appear any more after the next start
  46.                        of Semper; fixed;
  47.                      - Semper now directly supports address-locking; each
  48.                        address for which files are currently sent is logged
  49.                        into the file addrlock.sys in the main outbound
  50.                        directory; the entries have the following structure:
  51.                        
  52.                        typedef struct
  53.                        {
  54.                            UWORD        zone,
  55.                                         net,
  56.                                         node,
  57.                                         point;
  58.                            UBYTE        domainabbrev[9],
  59.                                         reserved; /* set to 0 */
  60.                        } LOCK_ADDR;
  61.                        
  62.                        Since JetMail will support this locking soon, too,
  63.                        tosser and mailer will work parallel within a 
  64.                        multitasking environment or in networks;
  65.  
  66. 0.63b  06.06.94      - port parameters were not set correct during
  67.                        initializations; some systems seemed to have
  68.                        problems due to this ... :-(
  69.                      - Semper bombed if a FLOfile entry had no path
  70.                        specification
  71.                      - during receiving the hole file is now buffered in
  72.                        memory (if possible); this means there is only
  73.                        one disc access at the end of transfer >>> better
  74.                        performance for 8MHz;
  75.  
  76. 0.64b  10.06.94      - Serial 2 could not be saved on TTs; fixed.
  77.                      - Disk access during working on a FREQ optimized;
  78.                      - now also files to be sent are buffered in memory
  79.                        during transfer (see 0.63b); this was a logical
  80.                        step to increase the performance and error free
  81.                        receiving of a file due to less many disk accesses
  82.                        during Hydra transfers;
  83.                      - Emsi handshake problems (CRC errors) with certain
  84.                        system sorted out now;
  85.  
  86. 0.65b  14.06.94      - Problems with domains without a '.' fixed;
  87.                      - "Yuppie" wasn't able to handle too soon transmission
  88.                        of crc during YooHoo handshake; fixed;
  89.                      - Some session handicaps fixed; :)
  90.  
  91. 0.66b  25.06.94      - once again had to work on the session problem;
  92.                        I hope everything is fixed now ...
  93.                      - did some work on ZModem routines (ported to 
  94.                        assembler -> Semper's 5kB smaller/faster now!);
  95.                      - changed logging; transfer logging should be "more
  96.                        equal" :-) between Hydra and ZModem ...
  97.                      - smaller fixes in device routines.
  98.                      - worked on the 'path-not-found' problem of some
  99.                        systems; hopefully fixed.
  100.                      - a small change in executing other programs; but
  101.                        I don't believe that Kim's executing problems are
  102.                        solved with that ... :-/
  103.  
  104. 0.67b  04.07.94      - the never ending story continued ... :-(
  105.                        Emsi handshake, ZModem 'resending from 0' ...
  106.                      - longer commandlines for programs in functions;
  107.                        please notice that the resources and config are
  108.                        _not_ backward compatible!
  109.                      - minor fix in device routines;
  110.                      - Emsi bug concerning '{', '}', '[' and ']' if
  111.                        specified in the system dialog fixed;
  112.                      - txemsi.dat and rxemsi.dat were not reseted during
  113.                        writing them out; strange effects! :-)
  114.  
  115. 0.68b  08.07.94      - now supporting TOSWIN under MultiTOS;
  116.                      - 'Drive U:' now only is accessed if available or
  117.                        RSVF cookie is found;
  118.                      - memory for the i/o-buffer (iorec-struct) is now
  119.                        allocated with the 'Global' flag under MiNT if no
  120.                        Fcntl( hndl, &buf, TIOCBUFFER ) is possible;
  121.                      - if FastSerial is installed Semper will not try
  122.                        to open a device any more;
  123.                      - 'Path not found' error shouldn't appear any further;
  124.                      - Emsi handshake problems and ZModem 'resending
  125.                        from 0' should be fixed at last ...
  126.                      - little bug in escaping characters in the emsi
  127.                        packet fixed;
  128.                      - sometimes trash appeared in the log window when
  129.                        an unknown system was polled; fixed;
  130.                      - Semper could bomb if HSMODEM1 was installed and
  131.                        'NO GEMDOS' was used in HSMODEM1.INF; fixed;
  132.                      - Semper now doesn't wait for ages any longer if the
  133.                        modem isn't online;
  134.                      - Modem1: RTS isn't deactivated any more when the
  135.                        DTR is lowered;
  136.  
  137. 0.69b  11.07.1994    - ZModem timing problems fixed;
  138.                      - Emsi timing problems fixed;
  139.                      - if programs were started under AES 1.40 and 3.20
  140.                        and Semper was terminated, the last application
  141.                        was started again; temporary fixed;
  142.                        PLEASE if this should happen to your system send
  143.                        me your AES and GemDos versions (enable '>' logging
  144.                        and start Semper again);
  145.                      - Flushing the i/o buffer under HSModem didn't work
  146.                        correctly, fixed;
  147.  
  148. 0.70b  16.07.1994    - small bug in device routines fixed;
  149.                      - more tolerant emsi handshake recognition;
  150.                      - faster modem response recognition;
  151.                      - ZModem problems fixed (thanx to Daron Brewood):
  152.                      
  153.                        PLEASE do not use HSModem1 without 'NO GEMDOS';
  154.                        there have been lots of problems when using the
  155.                        Fcntl() functions from Semper! Instead please
  156.                        install HSModemA04 or FastSerial ...
  157.                      
  158.                      - fixed problem when executing a program with 'P'
  159.                        and no program was selected in the fileselector;
  160.  
  161. 0.71b  24.07.1994    - if the disabled menubar was clicked Semper some-
  162.                        times bombed; fixed,
  163.                      - added new dialog (config->modem->special dial
  164.                        strings): if the corresponding flag is found in
  165.                        the nodelist _and_ the flag field in the dialog
  166.                        is enabled, the alternate dial string is used;
  167.                        please use the new BTNC where all these nodelist
  168.                        flags are supported!!!
  169.                      - Semper waited a little long at session startup;
  170.                        fixed;
  171.                      - DTE speed in the status window now contains
  172.                        6 characters (115200 could not be displayed!);
  173.                      - BBS.BAT: Time to next event is changed to time
  174.                        to next non-BBS event; please tell me if the 
  175.                        calculation works properly.
  176.                      - Hydra sometimes had the problem of endless resync
  177.                        loops; hopefully fixed;
  178.                      - extended space for freqesting files in the request
  179.                        dialog to 32 characters;
  180.