summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2000-07-01 03:48:01 +0000
committerKen Raeburn <raeburn@mit.edu>2000-07-01 03:48:01 +0000
commit1ff3e2653da2f73ab3cc4c4f220d7781b43c9362 (patch)
treed4de3ebceb44cd5d88bbbab448770b9a890376a5 /doc
parent9796ff01c5f57756a2105d290b5e0f5281f632ec (diff)
downloadkrb5-1ff3e2653da2f73ab3cc4c4f220d7781b43c9362.tar.gz
krb5-1ff3e2653da2f73ab3cc4c4f220d7781b43c9362.tar.xz
krb5-1ff3e2653da2f73ab3cc4c4f220d7781b43c9362.zip
pullup from 1.2.1 release
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12502 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog11
-rw-r--r--doc/admin.texinfo6
-rw-r--r--doc/api/ChangeLog4
-rw-r--r--doc/api/Makefile2
-rw-r--r--doc/build.texinfo19
5 files changed, 31 insertions, 11 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index a156febe4..0aa784fa8 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,14 @@
+2000-06-30 Ken Raeburn <raeburn@mit.edu>
+
+ * admin.texinfo (Kerberos V5 Database Library Error Codes):
+ Replace RCS Id strings with comments indicating that the RCS Id
+ string of the error table is used.
+
+2000-06-22 Tom Yu <tlyu@mit.edu>
+
+ * build.texinfo (HPUX): Update note for HPUX compiler flags.
+ (Shared Library Support): Update shared lib support info.
+
2000-06-16 Ken Raeburn <raeburn@mit.edu>
* admin.texinfo: Update descriptions to indicate full support for
diff --git a/doc/admin.texinfo b/doc/admin.texinfo
index e60360abc..77d066ab0 100644
--- a/doc/admin.texinfo
+++ b/doc/admin.texinfo
@@ -16,7 +16,7 @@
@include definitions.texinfo
@set EDITION 1.0
-@set UPDATED November 27, 1996
+@set UPDATED June 16, 2000
@finalout @c don't print black warning boxes
@@ -2644,7 +2644,7 @@ KRB5PLACEHOLD_126: KRB5 error code 126
@item
KRB5PLACEHOLD_127: KRB5 error code 127
@item
-KRB5_ERR_RCSID: $Id$
+KRB5_ERR_RCSID: (RCS Id string for the krb5 error table)
@item
KRB5_LIBOS_BADLOCKFLAG: Invalid flag for file lock mode
@item
@@ -2859,7 +2859,7 @@ This is the Kerberos v5 database library error code table.
@c error table numbering starts at 0
@enumerate 0
@item
-KRB5_KDB_RCSID: $Id$
+KRB5_KDB_RCSID: (RCS Id string for the kdb error table)
@item
KRB5_KDB_INUSE: Entry already exists in database
@item
diff --git a/doc/api/ChangeLog b/doc/api/ChangeLog
index b1145f18f..accc0c6ea 100644
--- a/doc/api/ChangeLog
+++ b/doc/api/ChangeLog
@@ -1,3 +1,7 @@
+2000-06-22 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile (lib1.stamp): Use texindex instead of index.
+
1999-08-30 Ken Raeburn <raeburn@mit.edu>
* libdes.tex: Don't use ncs style; it's availability is dependent
diff --git a/doc/api/Makefile b/doc/api/Makefile
index 3fd23f925..dbb2f03ab 100644
--- a/doc/api/Makefile
+++ b/doc/api/Makefile
@@ -28,7 +28,7 @@ library.dvi: lib1.stamp $(LIBTEX) $(STYLES)
lib1.stamp: $(LIBTEX) $(STYLES)
touch library.ind
latex library
- index library.idx
+ texindex library.idx
date > lib1.stamp
.tex.dvi:
diff --git a/doc/build.texinfo b/doc/build.texinfo
index fa83acbea..18e51011a 100644
--- a/doc/build.texinfo
+++ b/doc/build.texinfo
@@ -414,10 +414,15 @@ variables when using the programs. Except where noted, multiple versions
of the libraries may be installed on the same system and continue to
work.
-Currently the supported platforms are
-@comment NetBSD 1.0A, AIX 3.2.5, AIX 4.1,
-Solaris 2.6 (aka SunOS 5.6) and Irix 6.5.
-@comment Alpha OSF/1 >= 2.1, HP-UX >= 9.X.
+Currently the supported platforms are Solaris 2.6 (aka SunOS 5.6) and Irix 6.5.
+
+Shared library support has been tested on the following platforms but
+not exhaustively (they have been built but not necessarily tested in an
+installed state): Tru64 (aka Alpha OSF/1 or Digital Unix) 4.0, NetBSD
+1.4.x (i386), and HP/UX 10.20.
+
+Platforms for which there is shared library support but not significant
+testing include FreeBSD, OpenBSD, MacOS 10, AIX, Linux, and SunOS 4.x.
To enable shared libraries on the above platforms, run the configure
script with the option @samp{--enable-shared}.
@@ -500,9 +505,9 @@ NetBSD and FreeBSD.)
The native (bundled) compiler for HPUX currently will not work, because
it is not a full ANSI C compiler. The optional compiler (c89) should
-work as long as you give it the @samp{+Olibcalls -D_HPUX_SOURCE} (this
-has only been tested for HPUX 9.0). At this point, using GCC is
-probably your best bet.
+work as long as you give it the @samp{-D_HPUX_SOURCE} flag
+(i.e. @samp{./configure --with-cc='c89 -D_HPUX_SOURCE'}). This has only
+been tested recently for HPUX 10.20.
@node Solaris versions 2.0 through 2.3, Solaris 2.X, HPUX, OS Incompatibilities
@subsection Solaris versions 2.0 through 2.3