home *** CD-ROM | disk | FTP | other *** search
/ Boot Disc 8 / boot-disc-1997-04.iso / PDA_Soft / Psion / comms / p3nfs / CHANGES next >
Text File  |  1996-05-26  |  4KB  |  86 lines

  1. pl1 Fri Feb 4 1994
  2.   - Setting VTIME to 10 (1 second) to avoid lockups by read
  3.   - Automatic wakeup (by Toerless Eckert).
  4. pl2 Wed Feb 9 1994
  5.   - protocol between psion&sun changed slightly -> nfsc.opl has to
  6.     be updated.
  7.   - Select before read (hopefully less lockups now)
  8.   - Starting without psion attached (for starting p3nfsd at boottime)
  9. pl3 Sun Feb 13 1994
  10.   - select now works (without stuff/error correction)
  11.   - all 32 bytes of an nfs_fh are important...not only the first 4 (pwd works)
  12.   - rename bug fixed.
  13.   - extensively tested
  14. pl4 Sat Mar 19 1994
  15.   - p3nfsd should work now on hpux (biod's has to be stopped).
  16.   - large files can be written / udp buffer space enlarged.
  17. pl5 (????)
  18.   - Thank Juergen it should work on Linux
  19. pl6 (Around July 15.)
  20.   - AIX port. Strange lockups when writing a file twice. (?!)
  21. pl7 (17.8.94) (from version.h)
  22.   - AIX port (untested) by Rudi.
  23.   - Lee McLoughlin updated the linux port.
  24. pl8 (13.10.94)
  25.   - possibly help for classic S3 users. added untested nfsc_S3.opl
  26.   - Added preliminary Solaris 2.3 support. gec
  27.   - Made it gcc -Wall free.
  28.     (30.08.94)
  29.   - uadd for S3 classic added by Volker Lausch.
  30. pl9 (27.11.94)
  31.   - TIOCEXCL, retry on timeout.
  32. pl10 (28.02.95)
  33.   - Dan Danz has missing files. Addentry() seems broken.
  34.   - Rudi fixes his XDR encapsualtion in addentry().
  35. pl11 (09.05.95)
  36.   - /etc/mtab mode now preserved.
  37. pl12 (24.09.95)
  38.   - N.N. implements nfsc in C.
  39.   - Rudi sets E_MAX_PRIORITY and nfs_args.retrans=2
  40. pl13 (15.10.95)
  41.   - menu driven version of nfsc.c
  42. Version 4.0 (1.96)
  43.   - nfsc.c from N.N. modified:
  44.     - added crc for read / write
  45.     - changed protocol: new one = PREFIX byte (0x80) + old protocol
  46.       change was made to allow for simultanous terminal emulator + nfsd
  47.     - terminal emulator (vt100/vt220 subset)
  48.       Supports the standard psion fonts, if used with nfsd, resize
  49.       generates a window change event for the unix process.
  50.       Minimal support for alternate charset (font not complete).
  51.   - new nfsd options:
  52.     -oldnfsc for the old protocol (no prefix & crc, used with the opl)
  53.     -shell (fork "login" shell, new nfsc version only)
  54.   - mount option retries set to 10, it should ensure less nfs timeouts.
  55.   - default user is taken from LOGNAME.
  56.   - Solaris compiles now without warnings
  57.   - IBM CodePage850 to ISO8859-1 conversion for filenames & terminal emulator
  58.   - Jumpscroll for the emulator
  59. pl2 (4.96)
  60.   - IRIX port
  61.   - security patches -> should be safe to install suid now
  62.   - cache rewrite (& solaris mount option fix)
  63.   - linux tcdrain enabled
  64.   - xymodem
  65.   - minor nfsc tuning
  66. pl3 (16.5.96)
  67.   - Linux 1.3.97 sends 8kbyte nfs frames (1.2.13 : 1kbyte). The Linux
  68.     serial buffer is 4k, i.e p3nfsd can't write a whole frame in a single
  69.     write. Select doesn't work under Linux for checking if write is possible.
  70.     Fix: we are now flushing the serial line after each "bad" write. Enabled
  71.     with the define NO_WRITE_SELECT in config.h
  72.     (Bugreport by Keith Parks)
  73.   - ISO8859-1 Filename conversion fix i.e tolower(a-umlaut)
  74.   - Function key support for nfsc (defineable keys with load/save support)
  75.   - There is a "No VT100 Emulator" version of the nfsc client (nfscnovt.app)
  76.     in the distribution.
  77.       VT100 Emulation code + XYMODE support: 10k
  78.       NFSC support: 2k
  79.       serial line support + global routines: 7k
  80. pl3a (19.5.96, after a mail from Odd Grippenstam, nfsc changes only)
  81.   - Vt100 bugfix: ESC[;0r resets the scroll region now.
  82.   - Emulator logging implemented
  83.   - etc\fnkeys.nfs by Odd Grippenstam
  84. pl3b (27.5.96)
  85.   - "disable logging" bug fixed
  86.