From: Kurt Zeilenga Date: Mon, 14 Dec 1998 21:01:40 +0000 (+0000) Subject: Update docs with latest -devel changes X-Git-Tag: OPENLDAP_REL_ENG_1_1_0~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=213a919c79b1f7189e3342132c9a8b549337c677;p=thirdparty%2Fopenldap.git Update docs with latest -devel changes --- diff --git a/doc/devel/guidelines b/doc/devel/guidelines index 82433d2166..42ab4c36e1 100644 --- a/doc/devel/guidelines +++ b/doc/devel/guidelines @@ -1,3 +1,8 @@ +This document is being replaced with: + http://www.openldap.org/devel/programming.html + +However, some of the info here is still useful. + Coding guide lines and and hints for OpenLDAP developers. ========================================================= @@ -65,12 +70,14 @@ even for non-installed headers. See lber.h and ldap.h for examples. CVS updating ------------ - describes how to check out + describes how to check out -stable. To get the -devel (HEAD) branch, omit `-r OPENLDAP_STABLE'. You can use 'cvs status -v README' to get a list available CVS tags. -Core members should subscribe to the private -core mailing list and -coordinate activities there. +Core members should subscribe to the -core mailing list. This +list is for private discussions between core team members. The +openldap-devel@openldap.org mailing list is the primary developer +forum for both technical disscusions and coordinating efforts. Please test patches before committing. This should include compiling and linking the system AND running the test suite.