* implementor.texinfo: Don't use @smallbook.
authorKen Raeburn <raeburn@mit.edu>
Tue, 18 Jun 2002 05:19:08 +0000 (05:19 +0000)
committerKen Raeburn <raeburn@mit.edu>
Tue, 18 Jun 2002 05:19:08 +0000 (05:19 +0000)
(Host Address Lookup): Specify more precisely the IRIX version we use at MIT.
(Operating System Notes for Shared Libraries): Add an introduction mentioning
why we can't use libtool.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14528 dc483132-0cff-0310-8789-dd5450dbe970

doc/ChangeLog
doc/implementor.texinfo

index 2d52af464cab7746b9d220eaf877684bb926b488..b36379dd476783ad24e3906b2b7e2d2003905e00 100644 (file)
@@ -1,11 +1,14 @@
 2002-06-18  Ken Raeburn  <raeburn@mit.edu>
 
-       * implementor.texinfo (IPv6 Support): New chapter.
+       * implementor.texinfo: Don't use @smallbook.
+       (IPv6 Support): New chapter.
        (Socket API): New placeholder chapter.
-       (Local Addresses): Specify more precisely the IRIX version we use
-       at MIT.
+       (Local Addresses, Host Address Lookup): Specify more precisely the
+       IRIX version we use at MIT.
        (Thread Safety): Delete quoted email, since we don't actually have
        this API yet.  Refer people to the mailing list archives.
+       (Operating System Notes for Shared Libraries): Add an introduction
+       mentioning why we can't use libtool.
 
        * copyright.texinfo: Update copyright year.
 
index ab78e5ed21cb1e014f7363f855d316e70d3b5052..178d6e746aa937a0c4c08c3ececed6eafad7083f 100644 (file)
@@ -8,7 +8,7 @@
 @settitle Kerberos V5 Installation Guide
 @setchapternewpage odd                  @c chapter begins on next odd page
 @c @setchapternewpage on                   @c chapter begins on next page
-@smallbook                              @c Format for 7" X 9.25" paper
+@c @smallbook                              @c Format for 7" X 9.25" paper
 @c %**end of header
 
 @paragraphindent 0
@@ -340,7 +340,7 @@ records for each of the addresses is looked up and stored in the
 is, both of which are wrong.
 
 @item IRIX
-No known bugs here, but as of IRIX 6.5, the version we're using at
+No known bugs here, but as of IRIX 6.5.7, the version we're using at
 MIT, these functions had not been implemented.
 
 @item NetBSD
@@ -460,6 +460,10 @@ will hardwire a path to the installed destination.
 @node Operating System Notes for Shared Libraries,  , Shared Library Theory, Shared Libraries
 @section Operating System Notes for Shared Libraries
 
+It would be nice to let some external package like GNU @code{libtool}
+handle all of this for us, but the last time we tried it,
+@code{libtool} was too slow, and didn't handle everything we need.
+So, for now, we deal with it all manually.
 
 @menu
 * NetBSD Shared Library Support::