home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / archives / 3767 < prev    next >
Encoding:
Internet Message Format  |  1992-12-14  |  6.0 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!agate!agate!usenet
  2. From: gopher@boombox.micro.umn.edu (The Gopher Team)
  3. Newsgroups: comp.archives
  4. Subject: [comp.infosystems.gopher] Unix Gopher 1.1 now available
  5. Followup-To: comp.infosystems.gopher
  6. Date: 14 Dec 1992 08:17:07 GMT
  7. Organization: University of California, Berkeley
  8. Lines: 167
  9. Sender: adam@soda
  10. Approved: adam@soda
  11. Distribution: world
  12. Message-ID: <1ghfu3INNla7@agate.berkeley.edu>
  13. References: <9212112234.AA26521@boombox.micro.umn.edu>
  14. NNTP-Posting-Host: soda.berkeley.edu
  15. X-Original-Newsgroups: comp.infosystems.gopher
  16. X-Original-Date: Fri, 11 Dec 92 16:34:15 CST
  17.  
  18. Archive-name: auto/comp.infosystems.gopher/Unix-Gopher-1-1-now-available
  19.  
  20.  
  21. Gopher for Unix version 1.1 is now available.  There are many changes
  22. and bug-fixes.  Many things are done a little differently now.
  23.  
  24. Gopher compiles and has been lightly tested on:
  25.  
  26.   SunOS 4.1.[23]  
  27.   IRIX 4.0.1
  28.   NeXT 2.2 and 3.0
  29.   A/UX 3.0
  30.   Ultrix 4.2
  31.   EP/IX
  32.   AIX 3.2
  33.   HP-UX 8.0
  34.  
  35. It's been indirectly tested on the following platforms
  36.  
  37.   Convex, Unicos, SVR4, and SCO ODT 2.0
  38.  
  39. gopher1.1.tar.Z is available via anonymous ftp, or gopher from
  40. boombox.micro.umn.edu in the directory /pub/gopher/Unix
  41.  
  42.  
  43. Here are a list of changes since 1.03
  44. -------------------------------------
  45.  
  46. * Fixed error processing results when using ANSI varargs.
  47.   <asc@uci.edu>
  48.  
  49.  * WAIS search results will now get the name from a "Sidefile" (i.e.
  50.   .cap entry)  if it exists.  Note that the indexes and the files
  51.   must reside on the same host if this is to work.
  52.   <Mike_Macgirvin@MED.Stanford.EDU>
  53.  
  54. * The security file has been replaced with a gopherd.conf file.
  55.   For info on configuration see the example gopherd.conf file, or
  56.   the soon to be written gopherd.conf man page.  Use the -o option to
  57.   gopherd to specify an option file
  58.  
  59. * Object type mapping from filename extensions is now implemented
  60.   in the gopherd.conf file as well.
  61.  
  62. * exec:args:/scriptname may now contain an empty argument list, so
  63.   this is now valid:
  64.  
  65.         Path=exec::finger @moocow
  66.  
  67. * Changed the way the WAIS code is linked in.  You'll have to make a
  68.   symbolic link for the WAIS bin directory now. (Read the updated
  69.   INSTALL documentation.
  70.  
  71. * Fixed problem with mail spool files with addresses longer than 64
  72.   characters.  (Greg Smith smith@bucknell.edu)
  73.  
  74. * WSRC objects found through the WAIS gateway are interpreted as gopher
  75.   search items instead of text files.
  76.  
  77. * Logging when using chroot() will no longer give GMT times.  It will give
  78.   the local time instead. (Rob.Montjoy@uc.edu)
  79.  
  80. * Reverted to old cache method that doesn't fail when you change the
  81.   name of a parent directory.
  82.  
  83. * Turned off linger option on sockets.  The server shouldn't leave
  84.   sockets in the CLOSING state anymore (well we can hope :-)
  85.   (edmoy@violet.berkeley.edu)
  86.  
  87.   Also added SOREUSEADDR option on the socket.
  88.  
  89. * Logfile now gets created with mode 644 permissions.
  90.   (mark@sarek.plk.af.mil)
  91.  
  92. * Fixed core dump problems with core dumps inside of waisgopher.c.
  93.   The problem was with an incorrect AbortOutput() call that had the
  94.   wrong parameters [buchali@sun8.ruf.uni-freiburg.de (Christine
  95.   Buchali)] 
  96.  
  97. * Fixed all known problems with numbering.  Numbering directories is
  98.   different now. Instead of putting an item in the nth place, it sorts
  99.   the directory as follows:
  100.   -    All numbered entries are first, sorted by number.  If two items
  101.        have the smme number, then sorting is done alphabetically
  102.   -    All remaining entries are then added at the end, sorted in
  103.        alphabetical order.
  104.  
  105. * Fixed problem with Wais gateway and munged characters.  The wais
  106.   gateway now obeys the protocol and transmits CR-LF pairs at the end of
  107.   lines like it's supposed to.
  108.  
  109. * Fixed problem with tmp files from ftp gateway..  Also, rewrote the
  110.   ftp-gateway to talk ftp-protocol directly instead of relying on the
  111.   ftp executable.
  112.  
  113. * Directory listings are now generated with NLST -LF instead of -F, this
  114.   should fix some problems with symbolicly linked directories. 
  115.   (valke@cca.vu.nl (Peter Valkenburg))
  116.  
  117. * Audio files should transer across the ftp gateway properly now.
  118.   (valke@cca.vu.nl (Peter Valkenburg))
  119.  
  120. client
  121. ------
  122.  
  123. * Processing of overly long titles is now better dealt with.
  124.  
  125. * By popular demand, typing a number "enter's" the item, instead of
  126.   just moving you there.
  127.  
  128. * Copyright notice is displayed when you enter gopher for the first time.
  129.  
  130. * Added support for GIF files.
  131.  
  132. * Fixed bug where you can't change the Mail command.
  133.  
  134. * Now can save direct from the menu, press 's', doesn't put icky
  135.   bolding characters into your data...
  136.  
  137. * You can now save into pipes, i.e. "| uncompress| xloadimage -" will
  138.   do the right thing... Can't do it in securemode though..
  139.  
  140. * Can now save in ~/ and ~username.
  141.  
  142. * Removed dead code, blew away error.c.
  143.  
  144. * Fixed error processing for cso queries. (JQ Johnson)
  145.   jqj@ns.uoregon.edu
  146.  
  147. * Changed prompt for mailing a document to "Mail current document to:"
  148.   Mod from dhgo@midway.uchicago.edu (donald goldhamer)
  149.  
  150. * Some of the error messages are more descriptive (unknown host etc.)
  151.  
  152. * Client distinguishes between 3270 and Telnet types. Marie-Christine
  153.   <gophadmi@gopher.yale.edu>
  154.  
  155. * Fixed problem with line positioning when a failure to connect occurs.
  156.  <snewton@oac.hsc.uth.tmc.edu>
  157.  
  158. * Fixed bug when deleting last bookmark in a directory.  Also fixed
  159.   screen updating problem when deleting last bookmark in a list.
  160.  
  161. * Added additional input processing, ^u now kills the entire line.
  162.   Cursor keys can move within any entry dialog.
  163.  
  164. * Fixed problem with backspace key on certain system V systems.
  165.  
  166. * Cursor keys now wrap around the main gopher menu.
  167.  
  168. * Added snazzy dialog boxes everywhere.  Experimented with Character
  169.   graphics.  Should be much easier to use.
  170.  
  171. * File/socket I/O is greatly improved.  read() system calls reduced 1000
  172.   times or more.
  173.  
  174. * Fixed problems with leftover files in /tmp.
  175.  
  176. * The client now allows you to specify more than one server on the
  177.   command line.  Do it like this:
  178.  
  179.      gopher gopher 70 gopher2 70
  180.  
  181.   It will randomly choose either server, this is useful for duplicated
  182.   servers.
  183. .
  184.  
  185.