home *** CD-ROM | disk | FTP | other *** search
/ ftp.ncftp.com / ftp.ncftp.com.zip / ftp.ncftp.com / ncftp / ncftp-1.9.5.tar.gz / ncftp-1.9.5.tar / ncftp-1.9.5 / patchlevel.h < prev    next >
Text File  |  1995-10-29  |  7KB  |  159 lines

  1. v1.9.5 - October 29, 1995.  Termcap needs ospeed initialization for BSD.
  2.  
  3. v1.9.4 - April 15, 1995.  Using PORT by default instead of PASV by default.
  4.   Method to get the mail pathname changed.
  5.  
  6. v1.9.3 - March 5, 1995.  Support for NetBSD and DELL added.  Linger works
  7.   with passive mode now.
  8.  
  9. v1.9.2 - January 20, 1995.  Another passive mode fix with the SOCKS library.
  10.   Trying to avoid going into the interactive shell if colon-mode fails.
  11.  
  12. v1.9.1 - January 1, 1995.  Passive mode fix with the SOCKS library.
  13.  
  14. v1.9.0 - December 22, 1994.  The program won't exit from the interactive shell
  15.   if it's working from a tty.  For example, it won't exit if you do an mget
  16.   on a pattern that won't match anything.  Added padding around jmp_buf's
  17.   for SunOS.  SunOS needs sigjmp_buf's, but plenty of OS's don't support
  18.   sigjmp_buf's yet.  Fixed the tips to reflect the new archive site.
  19.  
  20. v1.8.9 - December 20, 1994.  Can now set "passive" user variable, or use
  21.   passive command to toggle PASV/PORT ftp.  Debug mode now prints remote
  22.   responses.  Can now get around buggy FTP servers like boombox.micro.umn.edu,
  23.   that give back invalid port numbers to PASV.
  24.  
  25. v1.8.8 - December 19, 1994.  Now falls back to port FTP if passive FTP fails.
  26.  
  27. v1.8.7 - December 11, 1994.  Tweaks for FreeBSD.  Passive mode enabled and
  28.   turned on by default.
  29.  
  30. v1.8.6 - October 30, 1994.  Tweaks for Solaris in sys.h.
  31.  
  32. v1.8.5 - September 20, 1994.  Better(?) support for term.
  33.  
  34. v1.8.4 - September 19, 1994.  Bug in Makefile fixed.  Bug involving getwd
  35.   fixed.
  36.  
  37. v1.8.3 - August 27, 1994.  Bug fixed where failed connection attempts when
  38.   using a numeric IP address would fail.
  39.  
  40. v1.8.2 - August 4, 1994.  Can compile with DONT_TIMESTAMP to turn off syncing
  41.   timestamps of fetched files with their remote counterparts.  IP_TOS now
  42.   utilized.
  43.  
  44. v1.8.1 - July 4, 1994.  Forgot <signal.h> in ftprc.c.
  45.  
  46. v1.8.0 - July 4, 1994.  Tweak for DEC OSF/1.  NO_FORMATTING added.
  47.   Support for QNX added.  Reporting an error if the recent file could
  48.   not be written.  Bumped up the max recents to 50;  the open menu will
  49.   now be fed through your pager to avoid the problem of scrolling off
  50.   screen.  Fixed problem with redialing and running out of descriptors.
  51.  
  52. v1.7.8 - June 30, 1994.  No longer defining TERMH for linux.
  53.  
  54. v1.7.7 - June 21, 1994.  Deleted a space in front of an " #endif".
  55.   No functionality change whatsoever...
  56.  
  57. v1.7.6 - June 18, 1994.  Added commands and code to support the 
  58.   PASV command for passive negotiation of the data connection from
  59.   the host server to the client.  This facilitates operation of the
  60.   client software from within a firewall.  (J. B. Harrell)
  61.  
  62. v1.7.5 - May 28, 1994.  Fixed a rare problem with dimmed text.  Fixed
  63.   compilation problem with Dynix.  Defining the domain name now takes
  64.   precedence over the getdomainname() function.
  65.  
  66. v1.7.4 - May 16, 1994.  Tweaked hookup() a bit, to (try to) handle
  67.   hosts with multiple addresses better.  Fixed error with GMT offsets.
  68.   Fixed 'addr_t' typo in SVR4 section.  Moved SVR4 block down in sys.h.
  69.  
  70. v1.7.3 - April 13, 1994.  Fixed minor error in syslog reporting.
  71.   Trying both getpwnam() and getpwuid(), instead of just one of them,
  72.   increasing the probability the program can get your passwd entry.
  73.   Better compatibility with other types of password input devices.
  74.  
  75. v1.7.2 - April 5, 1994.  Bytes/sec is now correct.  Fixed error when
  76.   NO_VARARGS was defined.  Added support for <varargs.h>.
  77.  
  78. v1.7.1 - March 27, 1994.  Defining HAS_DOMAINNAME for NeXT.  Term hack can
  79.   share sockets, plus some term stuff added to the Makefile.  Trimmed
  80.   some old stuff from the patchlevel.h file, and putting new versions
  81.   first now. Smarter about determining abbreviations from local hostnames.
  82.   Fixed bug where progress meter would go beserk after trying to get
  83.   a non-existant file.
  84.   
  85. v1.7.0 - March 14, 1994.  More verbose when logging to the system log,
  86.   and making sure that syslog() itself is called with a total of 5
  87.   or less parameters.  Official patch posted which incorporates all
  88.   the fixes to 1.6.0 (i.e. 1.6.1, 1.6.2, ... 1.6.9).
  89.   
  90. v1.6.9 - March 11, 1994.  Added DOMAIN_NAME and Solaris CPP symbols.
  91.   Better handling of getting the domain name, specifically with SunOS.
  92.   BSDi support added.
  93.   
  94. v1.6.8 - March 4, 1994.  Ensuring that tmp files are not public.
  95.   Trying harder to get the real hostname, and fixed problem with
  96.   disappearing progress meters (both due to T. Lindgren).
  97.   
  98. v1.6.7 - February 20, 1994.  Using getpwnam() instead of getpwuid().
  99.   Supporting WWW paths (i.e. ftp://host.name/path/name).
  100.   
  101. v1.6.6 - February 15, 1994.  Prevented scenario of fclosing a NULL FILE *.
  102.   Edited term ftp's hookup() a little.  More defs for linux in sys.h.
  103.   Not updating a recent entry unless you were fully logged in.
  104.   
  105. v1.6.5 - January 6, 1994.  Fixed error with an #ifndef/#endif block having
  106.   whitespace before the #.  No longer confirming "ls >file" actions.
  107.   Changed echo() to Echo().  AIX 3 uses TERMIOS.
  108.   
  109. v1.6.4 - December 30, 1993.  Fixed rare problem with GetDateAndTime.
  110.   confirm() will return true if you're running the init macro. 
  111.   
  112. v1.6.3 - December 28, 1993.  Added a new diagnostic command, memchk,
  113.   to print stats from a special malloc library if you used one.
  114.   Using SIZE and MDTM when the remote site supports it.  Using a new
  115.   set of routines for term (again).
  116.   
  117. v1.6.2 - December 10, 1993.
  118.   Term hack no longer depends on the PASV command (!).  The BROKEN_MEMCPY
  119.   problem worked-around.  More wary of symbolic-link recursion.
  120.   Fixed local path expander.  Fixed inadvertant flushing of the typeahead
  121.   buffer.  Debug mode won't print your password.  Progress meters
  122.   no longer goof up when the file is huge.  Added time-remaining to the
  123.   Philbar.
  124.   
  125. v1.6.1 - November 5, 1993.
  126.   Checking if we have permission to write over a file to fetch.
  127.   A few very minor changes.  BSD no longer trying to use strchr :-)
  128.   
  129. v1.6.0 - October 31, 1993.
  130.   Added "term" support for Linux users.  Better SCO Xenix support.  Added
  131.   -DLINGER, if you have a connection requiring it (so 'puts' to the remote
  132.   system complete).  Added -DNET_ERRNO_H if you need to include
  133.   <net/errno.h>.  Including more headers in sys.h.  Fixed another globulize
  134.   bug.  Fixed a bug in confirm() where prompt was overwriting a str32.
  135.   Added -DNO_CURSES_H if you do not want to try and include <curses.h>.
  136.   Added -DHAS_GETCWD (usually automatic) and HAS_DOMAINNAME.  Logins as
  137.   "ftp" act like "anonymous."  Fixed bug with "open #x".  Making sure you
  138.   defined GZCAT as a string.  Turning off termcap attributes one by one,
  139.   instead of using the turn-off-all-attributes.  A few fixes for the man
  140.   page, including documentation of the progress-meter types.  AIX 2.x,
  141.   AIX 3.x, ISC Unix, Dynix/PTX, and Besta support added to sys.h.  Safer
  142.   use of getwd().  Colon-mode is quieter.  Getuserinfo function tweaked.
  143.   Eliminated unnecessary GetHomeDir function in util.c.  Reworked Gets(),
  144.   since it wasn't always stripping \n's.  Recent file can now read dir
  145.   names with whitespace.  Opening msg uses a larger buffer, because of
  146.   escape codes.  Philbar now prints K/sec stats.
  147.  
  148. v1.5.6 - September 20, 1993...
  149. v1.5.5 - September 16, 1993...
  150. v1.5.4 - September 14, 1993...
  151. v1.5.3 - September 2, 1993...
  152. v1.5.2 - August 30, 1993...
  153. v1.5.1 - August 29, 1993...
  154. v1.5.0 - August 22, 1993...
  155.  
  156. v1.0.2 - Jan 17, 1993...
  157. v1.0.1 - December 8, 1992...
  158. v1.0.0 - December 6, 1992. Initial release.
  159.