File: gindexd.changes

package info (click to toggle)
gopher 2.3-2
  • links: PTS
  • area: non-free
  • in suites: hamm
  • size: 2,364 kB
  • ctags: 2,030
  • sloc: ansic: 22,451; perl: 1,950; sh: 1,510; makefile: 397; asm: 1
file content (92 lines) | stat: -rw-r--r-- 2,826 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
$Id: gindexd.changes,v 3.1.1.1 1993/02/11 18:03:09 lindner Exp $

Changes to v1.0 
--------------- 
Gindexd is now a link to the gopherd
executable, please refer to it for further information


Changes from v0.7 to v0.6
-------------------------

Can now compile the wais indexer under wais-8-b4.  Look in the
Makefile if you want to compile under older releases of WAIS.

Changes from v0.6 to v0.7
-------------------------

Fixes from Mic Kaczmarczik <mic@emx.utexas.edu>

  Removed extraneous strdup calls.

  Fixed error on arguments to getopt.

  Added mods to allow WAIS headlines/dates to be included in the
  outgoing title.  By putting ShowHeadline and/or ShowDate in the
  hostdata file you can get this behavior.

Changes from v0.5 to v0.6
--------------------------

Added -lm to Makefile, (fix suggested by various folks).

The server can now be run from inetd.  Use the -I switch to indicate
that the server is running from inetd.

Added -H option to specify alternate "hostdata" files suggested by Mic
Kaczmarczik.

The wais index server is now written to be used with wais-8-b3-ses.
The changes in this new version of wais are minor programmatically.
However there is a large boost in searching speed.  To use the older
wais distribution remove the "trie.o" from the list of objects in the
Makefile.  (This version of wais is available for ftp on
boombox.micro.umn.edu and other places as well.)


Changes from v0.4 to v0.5
-------------------------

Spiffed up the Makefile, now you can just type make next, and make wais.

Added ability to serve parts of big files using the wais indexer. This
is especially useful for files indexed with the -t mail or -t dash
options.  This feature requires use of the v0.5 data server to work
properly.

The Wais index server now uses the "headline" for the title when serving
parts of files.

The Wais index server can now use indexes that aren't named "index"
though the use of the -d option.

Seperated the indexer back end specific stuff from the main part of
the program.  Should make it easier to adapt to new indexers as they
come out.

Made sure that the server always returns a line with a dot. (to
successfully terminate the connection).

Fixed type problem with getopt().  (c should have been an int not a
char) Thanks go to BugStomper Russell Fulton <rj_fulton@aukuni.ac.nz>.


Changes from v0.32 to v0.4
--------------------------

Incorporated fixes from David Woodgate (davidw@mel.dit.csiro.au) for
error.c and the misprocessing of the third line of the hostdata file.

Added more error checking for the third line in the hostdata file.


Changes from v0.3 to v0.32
--------------------------

Incorporated changes by ???@??? to fix logging and period transmission.

Fixed problem on the NeXT side when 0{name} was being transmitted instead
of 0/{name}.