home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Scala / OTTSN5R7.DMS / in.adf / CHANGES next >
Encoding:
Text File  |  1995-01-03  |  9.8 KB  |  302 lines

  1. KNOWN BUGS:
  2.  
  3. * 'Send subscripts?' doesn't work in retries.  Major spaghetti
  4.   retry code to fix this in :(
  5.  
  6. RELEASE VERSION mark VII
  7.  
  8. - TCP/IP sending and recieving now use a 32K buffer.
  9.   This gives a dramatic performance increase!
  10.  
  11. - Fixed silly problem with the NComm log containing
  12.   *NULL POINTER* for the weekday on a Sunday.
  13.  
  14. - Increased buffer size of joblist filenames from
  15.   NAMELEN (128 bytes) to FNSIZE+FMSIZE (364 bytes).
  16.  
  17. RELEASE VERSION mark VI
  18.  
  19. - Bug fix: crashed when transmitting 0-byte files!
  20.  
  21. RELEASE VERSION mark V
  22.  
  23. - changed TEXTTV: to TELETEXT: assign (teletext support)
  24.  
  25. RELEASE VERSION mark IV
  26.  
  27. - fixed joblist reading bug, repeat time of 24:00 did not work
  28.  
  29. - new command line switch "QUIET" to keep the ScalaNet screen
  30.   in the back:
  31.      ScalaNet <joblist_filename> [QUIET]
  32.  
  33. RELEASE VERSION mark III
  34.  
  35. - recompiled with changed init code from Modem/NullModem EXes.
  36.  
  37. - Increased maximum allowed timeout errors doing maintenance
  38.   since the player might be reading a huge directory.
  39.  
  40. - Bug fix: closing a remote shell with 'EndCLI' could cause
  41.   ScalaNet to hang.
  42.  
  43. RELEASE VERSION mark II
  44.  
  45. - Removed "7WIRE" tooltype and put in RTS/CTS button for
  46.   port settings after all.  Uses hardcoded "RTS/CTS" string
  47.   (which is no real problem I guess).
  48.   7WIRE was too global and could become too big an annoyance
  49.   (switching between Modem and non-7wire NullModem e.g.).
  50.  
  51. - Maintenance -> Shell now handles retries.
  52.  
  53. RELEASE VERSION (BETA 14)
  54. (NOTE: this beta requires at least InfoChannel Beta 55!)
  55.  
  56. - New tooltype: "7WIRE".  When set the serial.device will
  57.   be told to use hardware handshaking (RTS/CTS) for all
  58.   modem/nullmodem ports.  So this is not switchable on a
  59.   port per port basis for the moment (UI & strings are
  60.   frozen for release).
  61.  
  62. - Fixed missing delay problem after performing maintenance.
  63.  
  64. BETA 13
  65. (NOTE: this beta requires at least InfoChannel Beta 55!)
  66.  
  67. - Kjell's SnapFiles stuff integrated.  Perhaps hard to believe,
  68.   but ScalaNet finally supports snapfiles! :-)
  69.  
  70. - TCP/IP connect should properly support name servers now.
  71.  
  72. BETA 12
  73. (NOTE: this beta requires an up-to-date infochannel.msg library!)
  74.  
  75. - after using "Show" in the file requester the Workbench no longer
  76.   pops to the front.
  77.  
  78. - 'Update teletext?' is also available in the "none" state, so you
  79.   don't actually have to send anything to update the teletext pages.
  80.  
  81. - Removed all (new) hardcoded strings and moved them to the Scala
  82.   message library.
  83.  
  84. - Bug fix: using "All" when sending files failed to fill in a
  85.   correct 'receive' filename.
  86.  
  87. BETA 11
  88.  
  89. - Default maintenance mode changed to "Download".
  90.  
  91. - New 'Update teletext?' button in job control menu.  Supports
  92.   "our" teletext inserter TI500.  Teletext pages will be
  93.   automatically updated on the player if needed.
  94.   IMPORTANT: this button is only available if the TELETEXT
  95.   tooltype is set!
  96.   See the CHANGES file for the EXes for more information.
  97.  
  98. - Added APPENDSCRIPT tooltype.  When this is specified
  99.   script appending will be on by default.
  100.  
  101. - After a maintenance connect there is now a 2 second delay
  102.   before the console window is closed so you can actually
  103.   read what's printed on-screen (like error messages).
  104.  
  105. - Forgot to delete temporary file used to transfer directory
  106.   structure (maintenance).  Fixed.
  107.  
  108. BETA 10
  109.  
  110. - Progress indicator while sending.receiving a file will
  111.   now also show the cps rate.
  112.  
  113. - Now uses TCP/IP from Interworks (C='s AS225r2).
  114.   Removed AmiTCP stuff.
  115.  
  116. - Added 'All' gadget to requester when receiving multiple
  117.   files.
  118.  
  119. - Bug fix: Maintenance still failed if incoming dir of a
  120.   player didn't exist.  Fixed.
  121.  
  122. - Bug fix: when coming back to the maintenance GUI after
  123.   a failed maintenance the indication of the total number
  124.   of files was wrong.
  125.  
  126. BETA 9
  127.  
  128. - ScalaNet will now retry when getting the directory for
  129.   maintenance calls (as set in the System menu).
  130.  
  131. - Fixed problem with old Modem EX choking on stuff sent by
  132.   ScalaNet 500.  Now does a remote version check before
  133.   using new net-commands.
  134.  
  135. - After retries run out when doing the maintenance call
  136.   ScalaNet will now come back to the maintenance requester.
  137.  
  138. - Fixed bug in maintenance: failed on NullModem connections.
  139.  
  140. - Maintenance failed if incoming dir of a player didn't exist.
  141.   Fixed.
  142.  
  143. - Small bug fix in maintenance GUI.  Could lose track of number of
  144.   files selected for download.
  145.  
  146. BETA 8
  147.  
  148. - Date checking now also properly works for script files.
  149.  
  150. - 'System disk maintenance' added (SYS: partition on player).
  151.  
  152. - ScalaNet will now retry maintenance calls (as set in the
  153.   System menu).
  154.  
  155. - Downloading from maintenance now downloads into a player's
  156.   incoming directory (instead of straight on the InfoChannel
  157.   master's disk).
  158.  
  159. - Log file (and printout) will now show the date before the
  160.   list of transmissions.
  161.  
  162. BETA 7
  163.  
  164. - Maintenance in Beta 6 only worked for individuals.  Should
  165.   work for groups and 'All' now as well.
  166.  
  167. - Completely new layout for first maintenance requester
  168.   (to pick a receiver or group).  More similar to the
  169.   phonebook/group requester.
  170.  
  171. - Fixed some small bugs in the maintenance file requester.
  172.  
  173. BETA 6
  174.  
  175. - Implemented main part of maintenance and maintenance GUI.
  176.  
  177. BETA 5
  178.  
  179. - The 'Ok' button in the 'Shell...' requester was completely
  180.   non-functional.  Removed both Ok and Cancel buttons, since
  181.   selecting a receiver already closed the requester.
  182.  
  183. - Bug fix: receiving over a TCP/IP link should now properly work.
  184.  
  185. - When a file is sent the file date will now be set to the
  186.   date of the original file.  This has been done in a
  187.   compatible way, so sending or receiving with an old
  188.   ScalaNet or Modem EX should not cause any problems.
  189.  
  190. - File date is now checked before sending a file.  If the
  191.   server supports getting the filedate, a file will not be
  192.   sent if the date hasn't changed.  If the server doesn't
  193.   support filedates (older Modem EX) ScalaNet will behave
  194.   as before (in some cases checking the file size, in other
  195.   cases always sending the file).
  196.  
  197. - 'Shell...' button replaced by 'Maintenance...' button.
  198.   Menu that pops up allows you to choose between opening a
  199.   remote shell or performing file maintenance on a player or
  200.   group.
  201.   NOT FULLY IMPLEMENTED YET!
  202.  
  203. BETA 4
  204. (NOTE: requires up-to-date infochannel.msg library!  Beta 52+)
  205.  
  206. - TCP/IP support added (based on AmiTCP 2.0 or higher).  New port
  207.   type in System menu (TCP/IP).  Enter the TCP/IP address in the
  208.   Number box in the phonebook.
  209.  
  210. - System menu now make boxes inactive that have no meaning to the
  211.   current port setting (like terminal speed for None for example).
  212.  
  213. - Callback feature implemented.  New "Callback?" gadget in phonebook
  214.   and "Phone number:" gadget in System menu (_your_ phone number)
  215.   for the modem port.
  216.  
  217. - "Save configuration" in System menu will now automatically close
  218.   the System menu (just like in IC500).
  219.  
  220. - Bug fix: 'Send sub scripts?' failed to go beyond the first level
  221.   of subscripts.
  222.  
  223. BETA 3
  224. (NOTE: this beta requires a new infochannel.msg library!)
  225.  
  226. - Will now first start the script playback on the player and only
  227.   then will install the script as autostart script.  So if an error
  228.   occurs starting the script playback a reboot of the player will
  229.   _not_ fail because of a bad startup script.
  230.  
  231. - When receiving a file ScalaNet (and the Modem EX) will now
  232.   create a temporary file.  The original file will only be
  233.   replaced by the file that was sent if the transmission was
  234.   successful.  File replacement has been made as safe and as
  235.   robust as possible as well.
  236.  
  237. - Receiving a file will set the remote filename as the default
  238.   filename in the file requester (instead of a blank filename).
  239.  
  240. - Added version string to System window, under date and time.
  241.  
  242. - Updated user interface to the "new" HumanTouch (PC) guidelines.
  243.   The result is IMHO a much clearer user interface.
  244.  
  245. - Every new string in ScalaNet has been put in infochannel.msg
  246.   now.  So you definately need to install the new message library.
  247.  
  248. - New gadget in System menu: "Save dial log".  Allows you to
  249.   select a dial log filename in which all modem connections
  250.   will be logged in an NComm compatible log format.
  251.  
  252. - Misc changes to getfilename requester.
  253.  
  254. - 'Save joblist...' box is now made inactive if there's no
  255.   joblist to save (instead of doing nothing, which is confusing).
  256.  
  257. - 'CLI' changed to 'Shell'.  The 'Shell...' button now brings up
  258.   a requester with all phone entries, making it much clearer
  259.   what you are supposed to do :-)
  260.   The button will now be available in the Group and All setting.
  261.  
  262. BETA 2
  263.  
  264. - Version string added.
  265.  
  266. - Phonebook entries now have a comment gadget where you can
  267.   enter some extra information about the entry.  The log will
  268.   now include this comment under the receiver name.
  269.  
  270. - System menu shows current date.  Made info boxes recessed
  271.   as they are layout boxes.
  272.  
  273. - It is now possible to multi-select files and scripts when
  274.   adding jobs.  This makes it a lot easier to send a bunch of files
  275.   to a specific reciever.
  276.  
  277. - Some new baud rates: 57600, 76800 and 115200.
  278.  
  279. - Simple progress indicator while sending a file.  Shows the
  280.   percentage complete and the number of bytes sent.
  281.  
  282. - Log includes possible modem errors (BUSY, NO CARRIER,...).
  283.  
  284. - Before attempting to connect ScalaNet will now print the name
  285.   of the receiver to the screen.  This is very informative when
  286.   using groups (or All).
  287.  
  288. - 'Send sub scripts' implemented.  When this box is ticked in the
  289.   job control menu ScalaNet will send the sub-scripts of the
  290.   script it is sending.  If 'Send fonts' and/or 'Send backgrounds'
  291.   is ticked these will also be sent for the subscripts.
  292.   Sub-scripts within sub-scripts (within...) are also handled,
  293.   and scripts are never sent twice.
  294.  
  295. - Added a 'Save status log' gadget to the System window.  Allows
  296.   you to select a permanent log file.  ScalaNet will always
  297.   append the last log to this logfile.
  298.  
  299. - Added '...' to 'Terminal' string to make it clear this button
  300.   brings up the mini-terminal as well as allows you to set the
  301.   baud rate.
  302.