]> git.sur5r.net Git - openldap/commitdiff
For 2.3alpha
authorKurt Zeilenga <kurt@openldap.org>
Thu, 30 Dec 2004 22:29:41 +0000 (22:29 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 30 Dec 2004 22:29:41 +0000 (22:29 +0000)
ANNOUNCEMENT [new file with mode: 0644]
CHANGES [new file with mode: 0644]
build/version.var

diff --git a/ANNOUNCEMENT b/ANNOUNCEMENT
new file mode 100644 (file)
index 0000000..cdcd6f8
--- /dev/null
@@ -0,0 +1,109 @@
+A N N O U N C E M E N T -- OpenLDAP 2.2
+
+    The OpenLDAP Project is pleased to announce the availability
+    of OpenLDAP Software 2.2, a suite of the Lightweight Directory
+    Access Protocol (v3) servers, clients, utilities, and
+    development tools.
+
+    This release contains the following major enhancements:
+
+        * Slapd(8) enhancements
+            - LDAP "sync" Engine with replication support
+            - Updated Transactional backend (back-bdb)
+            - Hierarchial backend (back-hdb)
+            - Enhanced native API with Overlay support
+                - Proxy Cache Overlay
+                - Dynamic Group Overlay
+            - NS SLAPI support
+        * Updated LDAP C API
+        * LDAPv3 extensions, including:
+            - LDAP Content Synchronization ('Sync') Operation
+            - LDAP Cancel Operation
+            - LDAP Paged Results Control
+            - LDAP Pre/Post Read Controls
+            - LDAP Assertion Control
+
+    This release includes the following major components:
+
+        * slapd - a stand-alone LDAP directory server
+        * slurpd - a stand-alone LDAP replication server
+        * -lldap - a LDAP client library
+        * -llber - a lightweight BER/DER encoding/decoding library
+        * LDIF tools - data conversion tools for use with slapd
+        * LDAP tools - A collection of command line LDAP utilities
+
+    In addition, there are some contributed components:
+
+        * LDAPC++ - a LDAP C++ SDK
+        * LDAP SASL - An "auxprop" plugin for Cyrus SASL
+
+    This release contains a number of major code changes.  It
+    might be a bit rough around the edges.  Use with appropriate
+    caution.
+
+
+ACKNOWLEDGEMENTS
+
+    OpenLDAP Software is developed by the OpenLDAP Project.  The
+    Project consists of a team of volunteers whose use the
+    Internet to coordinate their activities.  The Project is
+    managed by the OpenLDAP Foundation.
+
+    OpenLDAP Software is derived from University of Michigan LDAP,
+    release 3.3.
+
+
+AVAILABILITY
+
+    This software is available under the OpenLDAP Public License,
+    an unrestrictive, "free", open-source license.  For download
+    information is available at:
+
+        http://www.OpenLDAP.org/software/download/
+
+
+SUPPORT
+
+    OpenLDAP Software is user supported:
+
+        http://www.openldap.org/support/
+
+    The OpenLDAP Administrator's Guide, which includes quick
+    start instructions, is available at:
+
+        http://www.openldap.org/doc/admin/
+
+    The project maintains a FAQ which you may find useful:
+
+        http://www.openldap.org/faq/
+
+    In addition, there are also a number of discussion lists
+    related OpenLDAP Software.  A list of mailing lists is
+    available at:
+
+        http://www.OpenLDAP.org/lists/
+
+    To report bugs, please use project's Issue Tracking System:
+
+        http://www.openldap.org/its/
+
+    The OpenLDAP home page containing lots of interesting information
+    and online documentation is available at this URL:
+
+        http://www.OpenLDAP.org/
+
+
+SUPPORTED PLATFORMS
+
+    This release has been ported to many UNIX (and UNIX-like)
+    platforms including Darwin, FreeBSD, Linux, NetBSD, OpenBSD
+    and most commercial UNIX systems.  The release has also been
+    ported (in part or in whole) to other platforms including
+    Apple MacOS X, IBM zOS, and Microsoft Windows 2000.
+
+---
+OpenLDAP is a registered trademark of the OpenLDAP Foundation.
+
+Copyright 1999-2004 The OpenLDAP Foundation, Redwood City,
+California, USA.  All Rights Reserved.  Permission to copy and
+distribute verbatim copies of this document is granted.
diff --git a/CHANGES b/CHANGES
new file mode 100644 (file)
index 0000000..3fea52e
--- /dev/null
+++ b/CHANGES
@@ -0,0 +1,5 @@
+OpenLDAP 2.3 Change Log
+
+OpenLDAP 2.2.0 Release
+       Initial "alpha" release
+
index ee7a20fa1894f94269286952fa05a18dea4dc764..c7671b60b17e1087a0db48708b49bb94e4e36046 100644 (file)
 ## <http://www.OpenLDAP.org/license.html>.
 ol_package=OpenLDAP
 ol_major=2
-ol_minor=X
-ol_patch=X
-ol_api_inc=000000
+ol_minor=3
+ol_patch=0
+ol_api_inc=203000
 ol_api_current=0
 ol_api_revision=0
 ol_api_age=0
-ol_release_date="00/00/0000"
+ol_release_date="2004/12/30"