[Date Prev][Date Next] [Chronological] [Thread] [Top]

OpenLDAP 1.2.9 considered "stable"



OpenLDAP 1.2.9 is considered the most "stable" version
of OpenLDAP available.  On 1/29, the OPENLDAP_STABLE tag
was moved forward to this release.

OpenLDAP 1.2.9 includes a number of fixes since the
previous release considered "stable" (1.2.7), including:

Changes included in OpenLDAP 1.2.9
    CVS Tag: OPENLDAP_REL_ENG_1_2_9
    Fixed lutil/password bogus crypt password bug (ITS#423)
    Fixed slapd/back-ldbm indexing bug (ITS#402)
    Added UD support for creators/modifiers attributes (ITS#422)
    Added modify* attributes on add to workaround client issue (ITS#424)
    Build Environment
        Rebuild configure
        Added support for db1 vs db2 with glibc 2.1
        Removed TCPD and RLOOKUP interdependecy (ITS#419)

Changes included in OpenLDAP 1.2.8
    CVS Tag: OPENLDAP_REL_ENG_1_2_8
    Fixed slapd lint
    Fixed slapd li_nextid_file uninitialized bug
    Fixed -lldap templates y2k bug (ITS#294)
    Fixed ldbm db_appinit to use u_int32_t instead of int (ITS#295)
    Fixed lber/io.c Cray T90 specific pointer arithmetic problem (ITS#325)
    Fixed s_addr dereferencing (ITS#340)
    Fixed ud strstr crash (ITS#328)
    Fixed back-ldbm presence index bug (ITS#394)
    Fixed -lthread rdwr 2-writer bug (ITS#395)
    Added TCP_NODELAY support
    Changed slapd to apply ACL to lastmod attributes
    Changed slapd.conf default referral
    Changed slapd delete stats log message for consistency
    Disable DN subtree indexing
    Build Environment
        Support using short as LDAP_INT4
    Documentation
        Reference Quick Start Guide in README and INSTALL
        Update slapd.conf to reflect Quick Start Guide example
        ldappasswd(1) fix -c vs -H typo (ITS#154)
        Added warning about cross environment portability