home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / duucp-1.17 / AU-117b4-src.lha / src / lib / version.doc < prev    next >
Encoding:
Text File  |  1993-12-24  |  2.0 KB  |  72 lines

  1.  
  2.     1.17
  3.     LoadHashObject() now allows an escaped (via '\') quoted string in
  4.     the input (UULib:Aliases).
  5.  
  6.     Sources are now ANSI complient. Removed most ndir stuff as SAS/C,
  7.     DICE and GCC all have their own. Removed qsort(). Removed the
  8.     /include/sys/*.h files, as they conflicted with commercial DICE
  9.     and GCC, and were unused except for Manx.
  10.  
  11.     Manx support can be considered to be "dead".
  12.  
  13.     security.c now uses the dos.library SameLock() on v36 or above.
  14.  
  15.     getpwnam.c returns real_name information (finger info).
  16.  
  17.     isdir.c now works properly over Envoy.
  18.  
  19.     malloc()'s are now checked throughout the library (with DICE).
  20.  
  21.     C= 2.0 (or above) includes are unconditionally required to generate
  22.     the library.
  23.  
  24.     Added safe_chdir() to the library so that the proper CLI directory
  25.     is restored on finish.
  26.  
  27.     1.16
  28.     Switched all lockfile() stuff to use OwnDevUnit.Library.  ulog()
  29.     stuff therefore requires it too since it lock's files.  However,
  30.     out of the bottom of my heart I don't crash if OwnDevUnitBase is
  31.     NULL.
  32.  
  33.     Modified ndir stuff.  Specifically, to not interfere with DICE's
  34.     own directory stuff.
  35.  
  36.     New module, unix_comp.c, provides compress & decompression without
  37.     calls to ulog() (which requires OwnDevUnit.Library)
  38.  
  39.     log.c a little more robust.
  40.  
  41.     lockserial stuff removed, now obsolete.
  42.  
  43.     Security stuff now automatically allows subdirectories underneath
  44.     an allowed directory to be accessed.
  45.  
  46.     1.15
  47.     changes made to FindConfig() to allow for local variables under
  48.     2.0.  getenv() is also assumed to check for local variables
  49.     which it does under DICE 2.06.35 or beyond.
  50.  
  51.     A new subroutine called mungecase_filename() in NAMEMUNGE.C has
  52.     been added, used by uucico and uuxqt to fix case-sensitive
  53.     filenames
  54.  
  55.     sequence numbers now range to 0xFFFFF
  56.  
  57.     1.14
  58.     alias.c changed to be case-insensitive
  59.  
  60.     1.13
  61.     lockfile changed .. added LockDir config entry (defaults to T: if
  62.     none exists)
  63.  
  64.     1.11
  65.     Buf in config.c fixed
  66.  
  67.     1.10
  68.  
  69.     getpwnam.c    memory leak fixed
  70.     lockserial.c    rewritten for file locking
  71.  
  72.