home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / pocketbk / comms / x_sun_psio / READMEFIRST < prev   
Text File  |  1995-06-20  |  5KB  |  95 lines

  1. This is the read me first file for the psion distribution
  2. Please Note that this is version 3 and is a major version number change.
  3. This means that there has been a low level protocol change and you will need 
  4. to use the new version of suncom and psion, unlike when there is a minor version
  5. number change in which case I try to allow unsynced version numbers
  6. to still work
  7.  
  8. Differences between version (where applicable if a release number is not
  9. listed there was just bug fixes)
  10. V3.22 Setup the pdebug stuff so the PDEBUG #define needs to be used to 
  11.       compile the capability for generating debug logs on the psion
  12. V3.21 Added the process list, kill protection and process kill commands
  13. V3.20 Modified the syntax of how backup handled sun filenames
  14. V3.19 Added backupnodo, backupask, restoreask system variables
  15. V3.18 Added restore and irestore commands
  16. V3.17 On detecting a file checksum error the offending file is deleted 
  17.       before redoing the operation
  18. V3.16 Fixed things so the checksum correction mechanism which can 
  19.       kick in after a transfer handle an aborted transfer correctly
  20. V3.15 Modified all the static structure allocation to be a bit more 
  21.       memory safe and more flexible. Dynamic "Just Large enough" 
  22.       structures are now used"
  23. V3.14 Modified the default debug level for the -log option to 
  24.       5, this makes the log output easier to handle
  25. V3.13 Added commands to allow binary level checksums within the 
  26.       file transfers. This should make things more secure as there 
  27.       are now 3 checksum levels two in the protocol and one after 
  28.       the file transfer. Still uses the dumb checksum code though
  29. V3.8 Added support for saving of bad files if the file level 
  30.      checksum does not compute properley
  31. V3.7 Updated put and get cmds to also output transmision 
  32.      information if the verbose variable is set
  33. V3.4 Added two new functions to report on the transmited 
  34.      and recieved good and bad blocks (transinfo) and to 
  35.      reset them (transreset)
  36. V3.1 Major rewrite of the low level protocol to implement 
  37.      simple data block checksums and retransmision. Unfortunatly this
  38.      means that both suncom and psion are reved to V3 and will be
  39.      incompatable with V2. Fortunatly the low level protocol change
  40.      does not seem to have impacted anything else
  41. V2.43 Added optional checking of checksums when transfering 
  42.       files and optional retransmision if the checksums differr
  43. V2.42 Added a very simple checksum support mechanism
  44. V2.36 Added support for writting debug data from 
  45.       suncom on the psion (if the debugging option is 
  46.       compiled into the suncom executable
  47. V2.34 The -log flag now hijacks the debugcall operation
  48. V2.32 Added -log flag for startup, very verbose
  49. V2.30 Added local and remote pwd capability
  50. V2.29 Added support for local and remote cd capability 
  51.       and commands
  52. V2.21 Added incremental backup capability
  53. V2.20 Added commands to get the file modification time 
  54.       and other file attributes and to set rw or ro mode 
  55.       on files
  56. V2.18 Added backup system to do complete backups
  57.       Added command to do a recursive file listing
  58. V2.16 Added debugbackup variable for when the 
  59.       backup system is ready
  60. V2.14 Added support for automatic file filtering on transfers 
  61.       based on transfer direction and file type
  62. V2.12 Added rmcheck variable to make the rm command 
  63.       behave like the unix rm -i command
  64. V2.11 Started realy enforcing error checking at the 
  65.       function level between the sun and psion
  66. V2.8 Added -var option to set variables at startup
  67. V2.7 Added debugcall variable and allow printing of 
  68.      internal debuging and runtime selection
  69. V2.4 Renamed listp command to be list
  70. V2.0 Major reworking of the way path names are handled 
  71.    and transmited it's not much more sensible. Unfortunatly this broke
  72.    compatibility with version 1 of suncom and now all pscmd files will
  73.    need to be rewritten to handle the new pathname specification. 
  74. V1.26 Added which command to operate in the same way as 
  75.       the c-shell which command
  76. V1.24 Added support for the pause mode and additional
  77.       flags (-p and -r) to support this
  78. V1.22 Version checking is now enabled
  79. V1.21 The user must now select which variables to load from 
  80.       the unix environment (except $HOME) 
  81.       Added getenv comment to support uxer loading unix environment variables
  82. V1.19 Added verbose variable
  83. V1.18 Added rm function to remove psion files
  84. V1.15 Added debugpath to show path searching information
  85. V1.13 Added support to load variables from unix environment
  86. V1.12 Added support for rc files
  87. V1.11 Added link debugging level selection at runtime, 
  88.       Added foreach command with wild card support
  89. V1.10 Usage command now also gives argument count information
  90. V 1.6 Help command added added
  91.       Usage command added
  92. V 1.4 Run commands now support arguments
  93.       Source function added
  94. V 1.2 Introduced variables
  95.