]> git.sur5r.net Git - openldap/commitdiff
Update docs in preparation for release.
authorKurt Zeilenga <kurt@openldap.org>
Sat, 5 Dec 1998 03:24:27 +0000 (03:24 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 5 Dec 1998 03:24:27 +0000 (03:24 +0000)
ANNOUNCEMENT
CHANGES
INSTALL
doc/devel/todo
doc/install/hints/Solaris

index d6234d69a34c96e0479760622f75c68293414bee..30c2498db5b4904aef3b5df0e71cd82f3863fc94 100644 (file)
@@ -45,7 +45,7 @@ CHANGES
 
        Changes from U. Mich release 3.3
        - TCP Wrappers support added to slapd,
-       - Berkely DB2 compatibility added to slapd,
+       - Berkeley DB2 compatibility added to slapd,
        - ACL enhancements including Access by Group and POSIX regex(3) support,
        - platforms updates, and
        - numerous bug fixes and build changes.
@@ -56,7 +56,7 @@ AVAILABILITY
 
        This software is available under the OpenLDAP Public License.
        For download information is available at:
-               http://www.OpenLDAP.org/download.html
+               http://www.OpenLDAP.org/software/download/
 
 SUPPORT
 
@@ -66,11 +66,10 @@ SUPPORT
 
        OpenLDAP-bugs@OpenLDAP.org
 
-    In addition, there is a discussion list for issues relating to this
-    implementation of ldap:
+    In addition, there are also a number of discussion lists
+       related OpenLDAP.  A list of mailing lists is available at:
+        http://www.OpenLDAP.org/lists/
 
-       OpenLDAP-devel@OpenLDAP.org                     -- discussion list
-       OpenLDAP-devel-request@OpenLDAP.org     -- to join the list
 
     The OpenLDAP home page containing lots of interesting information
        and online documentation is available at this URL:
@@ -79,11 +78,10 @@ SUPPORT
 
 SUPPORTED PLATFORMS
 
-    This release has been ported to many UNIX platforms, including
-    SunOS 4.1.x, Solaris 2.x, Ultrix 4.3, HP-UX 9.05, AIX 3.2.5,
-    SCO, FreeBSD, NetBSD, Linux, IRIX, Digital Unix (OSF/1), and
-    NeXTSTEP 3.2.  This release has also been ported to VMS.
+    This release has been ported to many UNIX (and UNIX-like) platforms
+       including AIX, Digital UNIX (OSF/1), FreeBSD, HP-UX, IRIX, Linux,
+       NetBSD, NexTSTEP, OpenBSD, SCO, Solaris, SunOS, and Ultrix.
 
     The client libraries and some clients have also been ported to
-    MacOS 7.x, MSDOS (some TCP stacks), and MS Windows 3.1/95/NT.
+    MS Windows 95/NT.
 
diff --git a/CHANGES b/CHANGES
index 54da049daf4c0c7ec0e1db44965f9701acf802ff..63d1cdc5541ca7d3ef767a262c4bbfc0ec822813 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,19 @@
 OpenLDAP Change Log
 
-Changes included in OpenLDAP 1.1-Alpha (from -devel)
+Changes included in OpenLDAP 1.1-Beta (from -devel)
+       Updated ANNOUNCEMENT, INSTALL, README for release
+       Updated doc for release
+       Updated slapd.conf to use dc style BaseDN
+       Fixed aclparse debug print
+       Fixed slapd/add memory leak bug
+       Autoconf
+               Fixed --with-threads=yes bug
+               Added -pthreads check for OSF/1
+               Updated LDBM auto check to skip NDBM
+               Updated libtool for FreeBSD3 elf
+               Fixed pthread version test 
+
+Changes included in OpenLDAP 1.1-Beta (from -devel)
        CVS Tag: OPENLDAP_REL_ENG_1_1_BETA
        Added ldap.conf support
        Added configuration preservation support
diff --git a/INSTALL b/INSTALL
index c679fe2c68ae325dae2ce380c03d8f1ac8fbf11c..33dd5ed5c3982a0f3930ba68ce59c1898d1fb39e 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -145,6 +145,9 @@ The configure script will also use your environmental
 variables for determining compiler/linker options.   This can
 be used to manual specify features and compilation options.
 
+NOTE: If you change environment setting, be sure to remove
+       any config.cache before running ./configure.
+
 Supported Environmental Variables
        CC                      C compiler              (cc, egcc)
        CFLAGS          C flags                 (-ansi)
index a0a0854cd7bf1625f1f5ce90a063dedab297ad51..4a7ea2ea53134ba1a98230f4f739b036d07767fa 100644 (file)
@@ -19,9 +19,10 @@ LDAPv3 support <kurt@openldap.org>
 LDAP C API (draft-ietf-ldapext-ldap-c-api-xx) support <kurt@openldap.org>
 Schema Repository
 
+
 Large projects
 --------------
-redesign slapd threading
+Redesign slapd threading (thread pooling)
 Modify -lldap to be session-level multithreaded <kurt@openldap.org>
 Port slapd (incl back-ldbm & tools) to NT
 MajorLDAP - Design and implement an LDAP aware mailing list manager
@@ -30,14 +31,15 @@ MajorLDAP - Design and implement an LDAP aware mailing list manager
 Medium projects
 ---------------
 Modify -lldap to be reentrant/threadsafe <kurt@openldap.org>
-Modify -llthread to have private interface 
+Modify -llthread to hide thread implementation
 Extend configure.in to support autodetect of ISODE features.
 Port slurpd to NT
 
 
 Small projects
 --------------
-Modify -lldap to not use non-reentrant library functions <kurt@openldap.org>
+Modify servers to use reentrant library functions <kurt@openldap.org>
+Modify -lldap to use reentrant library functions <kurt@openldap.org>
 Create ldapurl (from ldapsearch?) to support searching by URL
 Create ldappasswd to support generation of crypt, sha1, md5 passwords.
 Extend configure.in to support autodetect of Kerberos features.
index 8744c6a8fca195b8ed2336f975a1d9897119574e..7969df586df36bd6acddaebfb811d58f7c6dd1c5 100644 (file)
@@ -25,3 +25,8 @@ OR use Solaris (LWP) Threads
 OR disable threads: 
        ./configure --without-threads
 
+
+NDBM on Solaris
+
+Solaris NDBM and OpenLDAP appears to be incompatible.  Use
+GDBM or Berkeley DB2.