Moved towards version 1.2.
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 28 Jun 1996 08:43:53 +0000 (08:43 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 28 Jun 1996 08:43:53 +0000 (08:43 +0000)
Makefile.in
client.tcl
clientrc.tcl
configure.in
doc/ir-assoc.n

index 3cda9e1..b399b2d 100644 (file)
@@ -2,11 +2,11 @@
 # (c) Index Data 1995
 # See the file LICENSE for details.
 # Sebastian Hammer, Adam Dickmeiss
-# $Id: Makefile.in,v 1.35 1996-06-24 16:24:28 adam Exp $
+# $Id: Makefile.in,v 1.36 1996-06-28 08:43:53 adam Exp $
 SHELL=/bin/sh
 
 # IrTcl Version
-VERSION=1.1
+VERSION=1.2
 
 # Directory prefix with machine independent files (scripts, setup files, etc.)
 prefix = @prefix@
index d1f7065..fbf9401 100644 (file)
@@ -4,7 +4,10 @@
 # Sebastian Hammer, Adam Dickmeiss
 #
 # $Log: client.tcl,v $
-# Revision 1.92  1996-03-29 16:04:30  adam
+# Revision 1.93  1996-06-28 08:43:54  adam
+# Moved towards version 1.2.
+#
+# Revision 1.92  1996/03/29  16:04:30  adam
 # Work on GRS-1 presentation.
 #
 # Revision 1.91  1996/03/27  17:00:53  adam
@@ -3972,7 +3975,7 @@ if {[catch {ir z39}]} {
 }
 
 # Init: Uncomment this line if you wan't to enable logging.
-z39 logLevel all {} irtcl.log
+z39 logLevel all
 
 # Init: If hostid is a valid target, a new connection will be established
 # immediately.
index 4c5a090..4b0b545 100644 (file)
@@ -5,9 +5,10 @@ set {profile(ztest)} {{test server} feast 9999 {} 60000 60000 tcpip Default 1 {}
 set {profile(madison)} {{University of Wisconsin-Madison} z3950.adp.wisc.edu 210 {} 16384 8192 tcpip madison 1 {} {} Z39 22}
 set {profile(arca-test)} {{} signore2.cnuce.cnr.it 5002 {} 50000 30000 tcpip CNRCP 1 {} {} Z39 29 2 0 0 4}
 set {profile(bibsys)} {{BIBSYS Target (YAZ-based)} z3950.bibsys.no 2100 {} 16384 8192 tcpip BIBSYS 1 {} 1 Z39 27}
-set {profile(Default)} {{} {} {210} {} 50000 30000 tcpip {} 1 {} {} {} 30 2 0 0 4}
+set {profile(Default)} {{} {} {210} {} 50000 30000 tcpip {} 1 {} {} {} 31 2 0 0 4}
 set {profile(RLG)} {{Research Libraries group} rlg.stanford.edu 210 {} 4096 4096 tcpip {BKS AMC MAPS MDF REC SCO SER VIM NAF SAF AUT CATALOG ABI AVI DSA EIP FLP HAP HST NPA PAI PRA WLI} 1 {} 1 Z39 5}
-set {profile(AT&T server)} {{AT&T Z39 Server} z3950.research.att.com 210 {} 16384 16384 tcpip Default 1 {} {} Z39 21}
+set {profile(ztest9999)} {{} localhost 9999 {} 50000 30000 tcpip Default 1 {} {} Z39 30 2 0 0 4}
+set {profile(AT&T server)} {{AT&T Z39 Server} z3950.research.att.com 210 {} 90000 90000 tcpip Default 1 {} {} Z39 21 {} {} {} {}}
 set {profile(LOC)} {{Library of Congress} IBM2.LOC.gov 2210 {} 16384 16384 tcpip {BOOKS NAMES} 1 {} 0 Z39 6}
 set {profile(DANBIB)} {{SR Target DANBIB} 0103/find2.denet.dk 4500 {} 8192 8192 mosi danbib 1 {} 1 SR 8}
 set {profile(OCLC)} {{OCLC First search engine} z3950.oclc.org 210 {} 16384 8192 tcpip {ArticleFirst BiographyIndex BusinessPeriodicalsIndex} 1 {} {} Z39 9}
index 8440d49..d6e93d2 100644 (file)
@@ -1,7 +1,7 @@
 dnl IR toolkit for tcl/tk
 dnl (c) Index Data 1996
 dnl See the file LICENSE for details.
-dnl $Id: configure.in,v 1.16 1996-06-06 10:46:00 adam Exp $
+dnl $Id: configure.in,v 1.17 1996-06-28 08:43:55 adam Exp $
 AC_INIT(ir-tcl.h)
 CC=${CC-cc}
 dnl ------ Substitutions
@@ -26,10 +26,10 @@ dnl ------ look for YAZ/XTImOSI
 AC_MSG_CHECKING(for YAZ directory)
 AC_ARG_WITH(yazdir,[  --with-yazdir           Yaz directory], [YAZDIR=$withval])
 if test "$YAZDIR" = "yes"; then
-       YAZDIR="../yaz-1.0"
+       YAZDIR="../yaz-1.2"
 elif test "$YAZDIR" = ""; then
         YAZDIR="../yaz"
-        for i in ../yaz-1.0pl3 ../yaz-1.0pl4 ../yaz-1.0pl5 ../yaz; do
+        for i in ../yaz-1.2 ../yaz-1.3 ../yaz; do
             if test -d $i; then
                 YAZDIR=$i
             fi
index de28453..338c8bf 100644 (file)
@@ -1,6 +1,6 @@
 .\" Copyright (c) 1995, 1996 Index Data
 .\" All rights reserved.
-.\" $Id: ir-assoc.n,v 1.2 1996-06-24 16:24:38 adam Exp $
+.\" $Id: ir-assoc.n,v 1.3 1996-06-28 08:43:58 adam Exp $
 .TH ir-assoc N  "24 June 1996" "IrTcl" "IR Association"
 .SH NAME
 ir \- IR association 
@@ -58,7 +58,7 @@ or \fBmosi\fR.
 Sets/gets the protocol type.\fItype\fR is either \fBZ39\fR (the default)
 or \fBSR\fR.
 .SH INIT
-The following operations concern the initialize fase.
+The following operations concern initialization.
 .TP
 .BI "" z " init"
 Sends an initialize request.
@@ -77,7 +77,8 @@ or the empty string (no password used).
 .BI "" z " protocolVersion [" version "]"
 Sets/gets the protocol version: 2, 3, etc. Before an initialize-request is
 sent the protocol version should be set to the preferred version. After
-an initalize response is read the version holds the negotiated version.
+an initialize response is returned by the target the version holds
+the negotiated version.
 .TP
 .BI "" z " preferredMessageSize [" size "]"
 Sets/gets Z39.50/SR preferred-message-size; default is 30000.